diff --git a/docs/src/docs_best_practices/how-to/general_formatting.md b/docs/src/docs_best_practices/how-to/general_formatting.md index a0181f44..b0d5f02a 100644 --- a/docs/src/docs_best_practices/how-to/general_formatting.md +++ b/docs/src/docs_best_practices/how-to/general_formatting.md @@ -55,9 +55,9 @@ signature with types into the hyperlink reference. ``` `get_time_series_values` ``` - + Or - + ``` get_time_series_values ``` diff --git a/docs/src/docs_best_practices/how-to/write_a_tutorial.md b/docs/src/docs_best_practices/how-to/write_a_tutorial.md index fb1c9ea6..41b79fe3 100644 --- a/docs/src/docs_best_practices/how-to/write_a_tutorial.md +++ b/docs/src/docs_best_practices/how-to/write_a_tutorial.md @@ -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"