Skip to content

Commit 40579f0

Browse files
Merge pull request #1159 from SciML/ChrisRackauckas-patch-2
Test master
2 parents fe14b21 + ec5740d commit 40579f0

File tree

5 files changed

+3
-359
lines changed

5 files changed

+3
-359
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ For information on using the package,
2020
[see the stable documentation](https://docs.sciml.ai/SciMLSensitivity/stable/). Use the
2121
[in-development documentation](https://docs.sciml.ai/SciMLSensitivity/dev/) for the version of
2222
the documentation, which contains the unreleased features.
23+

docs/pages.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ pages = ["index.md",
1515
"examples/ode/second_order_adjoints.md",
1616
"examples/ode/second_order_neural.md"],
1717
"Neural Ordinary Differential Equations (Neural ODE)" => Any[
18-
"examples/neural_ode/neural_ode_flux.md",
19-
"examples/neural_ode/simplechains.md",
20-
"examples/neural_ode/minibatch.md"],
18+
"examples/neural_ode/simplechains.md"],
2119
"Stochastic Differential Equations (SDEs)" => Any[
2220
"examples/sde/optimization_sde.md",
2321
"examples/sde/SDE_control.md"],

docs/src/examples/neural_ode/minibatch.md

Lines changed: 0 additions & 204 deletions
This file was deleted.

docs/src/examples/neural_ode/neural_ode_flux.md

Lines changed: 0 additions & 151 deletions
This file was deleted.

docs/src/manual/differential_equation_sensitivities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ ZygoteVJP
212212
EnzymeVJP
213213
TrackerVJP
214214
ReverseDiffVJP
215-
MooncakeVJP
215+
SciMLSensitivity.MooncakeVJP
216216
```
217217

218218
## More Details on Sensitivity Algorithm Choices

0 commit comments

Comments
 (0)