Skip to content

Commit

Permalink
Result available to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye committed Nov 3, 2024
1 parent f16468d commit 528e176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/manual/plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The function `plot` is multiple-dispatched to plot 1D and 2D datasets.
In 1D, the solutions are colour-coded according to the branches obtained by `sort_solutions`.

```@docs
HarmonicBalance.plot(::Result, varags...)
HarmonicBalance.plot(::HarmonicBalance.Result, varags...)
```


Expand Down
2 changes: 1 addition & 1 deletion docs/src/manual/solving_harmonics.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Once defined, a `Problem` can be solved for a set of input parameters using `get
```@docs
Problem
get_steady_states
Result
HarmonicBalance.Result
```


Expand Down

0 comments on commit 528e176

Please sign in to comment.