Skip to content

Commit

Permalink
Merge pull request #1298 from hersle/taylor
Browse files Browse the repository at this point in the history
Generate Taylor series
  • Loading branch information
ChrisRackauckas authored Nov 5, 2024
2 parents 691ab14 + 7b0546f commit 1305b7e
Show file tree
Hide file tree
Showing 8 changed files with 378 additions and 254 deletions.
7 changes: 3 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ makedocs(
"getting_started.md",
"Tutorials" => Any[
"tutorials/auto_parallel.md",
"tutorials/converting_to_C.md"
],
"Examples" => Any[
"examples/perturbation.md"
"tutorials/converting_to_C.md",
"tutorials/perturbation.md"
],
"Manual" => Any[
"manual/variables.md",
"manual/expression_manipulation.md",
"manual/derivatives.md",
"manual/taylor.md",
"manual/groebner.md",
"manual/solver.md",
"manual/arrays.md",
Expand Down
250 changes: 0 additions & 250 deletions docs/src/examples/perturbation.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/src/manual/taylor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Taylor Series

For a real example of how to use the Taylor series functionality, see [this tutorial](@ref perturb_alg).

```@docs
series
taylor
taylor_coeff
```
Loading

0 comments on commit 1305b7e

Please sign in to comment.