Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kdayday committed Dec 20, 2024
1 parent 037d0e0 commit ce1f976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/docs_best_practices/how-to/general_formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ signature with types into the hyperlink reference.
```
`get_time_series_values`
```

Or

```
get_time_series_values
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/docs_best_practices/how-to/write_a_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ the exact results seen on the documentation page.
!!! tip "Do"

Display all code, starting from `using SomeSiennaPackage`. Example: See
[Working with Time Series](@extref tutorial_time_series).
[Working with Time Series](@extref tutorial_time_series).

!!! warning "Don't"

Expand Down

0 comments on commit ce1f976

Please sign in to comment.