Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Taylor series #1298

Merged
merged 17 commits into from
Nov 5, 2024
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
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
Loading