Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
massastrello committed Jul 3, 2020
1 parent 1fcf952 commit 349fbae
Show file tree
Hide file tree
Showing 16 changed files with 4,643 additions and 2,353 deletions.
29 changes: 24 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,41 @@ Please visit our GitHub `page <https://github.com/diffeqml/torchdyn.git>`_.

.. toctree::
:maxdepth: 1
:caption: Tutorials
:caption: Basic Tutorials

tutorials/00_quickstart
tutorials/01_neural_ode_cookbook
tutorials/02_classification
tutorials/03_crossing_trajectories


.. toctree::
:maxdepth: 1
:caption: Advanced Tutorials

tutorials/04_augmentation_strategies
tutorials/05_integral_adjoint
tutorials/06_hamiltonian_nn
tutorials/07_graph_neural_de
tutorials/05_generalized_adjoint
tutorials/06_higher_order

.. toctree::
:maxdepth: 1
:caption: Generative Models

tutorials/07a_continuous_normalizing_flows
tutorials/07a_continuous_normalizing_flows

.. toctree::
:maxdepth: 1
:caption: Energy-Based Models

tutorials/08_hamiltonian_nets
tutorials/09_lagrangian_nets
tutorials/10_stable_neural_odes

.. toctree::
:maxdepth: 1
:caption: Graph Models

tutorials/11_gde_node_classification

.. toctree::
:maxdepth: 1
Expand Down
208 changes: 44 additions & 164 deletions docs/tutorials/00_quickstart.ipynb

Large diffs are not rendered by default.

580 changes: 225 additions & 355 deletions docs/tutorials/01_neural_ode_cookbook.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 349fbae

Please sign in to comment.