Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/docs_best_practices/how-to/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Pkg.add(["PowerSystems"]);
2. Run the formatter once to format the rest of the file
3. Add the text back in
4. Add the `ignore` keyword argument with the file name to
[`JuliaFormatter.format`](@extref `JuliaFormatter.format-Tuple{Any}`) in `scripts/formatter/formatter_code.jl`
[`JuliaFormatter.format`](@extref JuliaFormatter.format) in `scripts/formatter/formatter_code.jl`
to skip the file in the future:

```julia
Expand Down
4 changes: 2 additions & 2 deletions docs/src/docs_best_practices/how-to/write_a_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sienna.
the [difference between a tutorial and how-to guide](https://diataxis.fr/tutorials-how-to/)
to refresh your memory and refer back throughout the process.
- Look at an example: `PowerSystems.jl`'s
[Working with Time Series](https://sienna-platform.github.io/PowerSystems.jl/stable/tutorials/working_with_time_series/)
[Working with Time Series](@extref PowerSystems :doc:`tutorials/generated_working_with_time_series`)

!!! warning

Expand Down Expand Up @@ -56,7 +56,7 @@ code blocks.
!!! tip "Do"

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

!!! warning "Don't"

Expand Down
Loading