You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rename LinearizationBackend into LinearizationFactoryBackend because the object is a factory, not a backend (and there are other backends in the same module)
* Add 'Ode'-prefix to current linearisation backends to enable introducing non-ODE backends
* Clarify which linearization can handle high-order ODEs
* Draft a RootTs1
* Start drafting a custom information operator tutorial
* Make solvers handle custom information operators
* Upgrade the dynamic solver
* Set 'dense' default for the SSM
* Leave some todos
* Use adaptive steps in the custom information operator tutorial
* Add documentation for the custom information operator
* Add documentation
* Improve the py:light format
* Include the custom information operator tutorial in the docs
* Improve the python-markdown separation in the tutorials
* Improve docs
* Decrease the Tcoeff-std-increase because tests failed
* Make the STD increase opt-out
* Update the benchmark
* Increase initial damping by epsilon to stabilise initial update
* Undo implicit conversion
Copy file name to clipboardExpand all lines: docs/dev_docs/creating_example_notebook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Probdiffeq hosts numerous tutorials and benchmarks that demonstrate the library.
34
34
Ensure the corresponding script is excluded under `mkdocs.yml -> exclude:`; if needed, add it there.
35
35
36
36
4.**Makefile:**
37
-
Add the new example or benchmark to the appropriate Makefile target (e.g., `examples-and-benchmarks`).
37
+
Check whether the new example or benchmark needs to be added to the appropriate Makefile target (e.g., `examples-and-benchmarks`). Generally, new files are detected automatically, but check nevertheless.
38
38
39
39
5.**Pyproject.toml:**
40
40
If your example requires external dependencies, list them under the `doc` optional dependencies in `pyproject.toml`.
0 commit comments