Skip to content

Commit 0c20563

Browse files
Update the docs (#821)
* Avoid linebreaks in docs * Update the transitioning guide * Format and lint --------- Co-authored-by: pnkraemer <pnkraemer@duck.com>
1 parent 7171fbd commit 0c20563

16 files changed

Lines changed: 39 additions & 92 deletions

docs/benchmarks/taylor_fitzhughnagumo/plot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jupyter:
1313
name: python3
1414
---
1515

16-
# Taylor-series: FitzHugh-Nagumo
16+
# FitzHugh-Nagumo
1717

1818
The FHN problem is a common non-stiff differential equation.
1919

docs/benchmarks/taylor_node/plot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jupyter:
1313
name: python3
1414
---
1515

16-
# Taylor-series: Neural ODE problem
16+
# Neural ODE
1717

1818
```python
1919
"""Benchmark all Taylor-series estimators on a Neural ODE."""

docs/benchmarks/taylor_pleiades/plot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jupyter:
1313
name: python3
1414
---
1515

16-
# Taylor-series: Pleiades
16+
# Pleiades
1717

1818
The Pleiades problem is a common non-stiff differential equation.
1919

docs/examples_parameter_estimation/neural_ode.py renamed to docs/examples_advanced/neural_ode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# name: python3
1313
# ---
1414

15-
# # Training a Neural ODE with Optax
15+
# # Neural ODEs
1616
#
1717
# We can use the parameter estimation functionality
1818
# to fit a neural ODE to a time series data set.

docs/examples_parameter_estimation/physics_enhanced_regression_1.py renamed to docs/examples_advanced/physics_enhanced_regression_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# name: python3
1313
# ---
1414

15-
# # Estimating ODE parameters with Optax
15+
# # Parameter estimation (Optax)
1616
#
1717
# **Time-series data and optimization with ``optax``**
1818
#

docs/examples_parameter_estimation/physics_enhanced_regression_2.py renamed to docs/examples_advanced/physics_enhanced_regression_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# name: python3
1313
# ---
1414

15-
# # Estimating ODE parameters with BlackJAX
15+
# # Parameter estimation (BlackJAX)
1616
#
1717
#
1818
# This tutorial explains how to estimate unknown parameters of

docs/examples_misc/use_equinox_bounded_while_loop.py renamed to docs/examples_advanced/use_equinox_bounded_while_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# name: python3
1313
# ---
1414

15-
# # Using Equinox's reverse-mode differentiable while-loops
15+
# # Equinox's while-loops
1616
#
1717
# Use [Equinox's](https://docs.kidger.site/equinox/)
1818
# bounded while loop to enable reverse-mode differentiation of adaptive IVP solvers.

docs/examples_solver_config/conditioning-on-zero-residual.py renamed to docs/examples_basic/conditioning-on-zero-residual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# name: python3
1313
# ---
1414

15-
# # Understanding probabilistic solvers as collocation methods
15+
# # How probabilistic solvers work
1616
#
1717
# Probabilistic solvers condition a prior distribution
1818
# on satisfying a zero-ODE-residual on a specified grid.

docs/examples_solver_config/dynamic_output_scales.py renamed to docs/examples_basic/dynamic_output_scales.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# name: python3
1313
# ---
1414

15-
# # Choosing between dynamic and non-dynamic solvers
15+
# # Solver types
1616
#
1717
# You can choose between a `adaptive.solver_calibrationfree()`
1818
# (which does not calibrate the output-scale),

docs/examples_solver_config/posterior_uncertainties.py renamed to docs/examples_basic/posterior_uncertainties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# name: python3
1313
# ---
1414

15-
# # Exploring posterior uncertainties
15+
# # Posterior uncertainties
1616

1717
# +
1818
"""Display the marginal uncertainties of filters and smoothers."""

0 commit comments

Comments
 (0)