Skip to content

Commit

Permalink
update advanced tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Sep 10, 2023
1 parent 1ad8ccb commit b806ba2
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 38 deletions.
44 changes: 6 additions & 38 deletions docs/advanced_tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,44 +4,12 @@ Advanced Tutorials
This section contains tutorials that illustrate more advanced features of BrainPy.



Advanced math
-------------


.. toctree::
:maxdepth: 1

tutorial_advanced/differentiation.ipynb



Interoperation
--------------


.. toctree::
:maxdepth: 1

tutorial_advanced/integrate_flax_into_brainpy.ipynb
tutorial_advanced/integrate_bp_lif_into_flax.ipynb
tutorial_advanced/integrate_bp_convlstm_into_flax.ipynb


Advanced dynamics analysis
--------------------------

.. toctree::
:maxdepth: 1

tutorial_advanced/advanced_lowdim_analysis.ipynb


Developer guides
---------------

.. toctree::
:maxdepth: 1
:maxdepth: 2

tutorial_advanced/contributing.md
tutorial_advanced/1_advanced_math.rst
tutorial_building/2_interoperation.rst
tutorial_building/3_dedicated_operators.rst
tutorial_building/4_developer_guides.rst
tutorial_building/5_others.rst

8 changes: 8 additions & 0 deletions docs/tutorial_advanced/1_advanced_math.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Advanced Math
=================

.. toctree::
:maxdepth: 1

compilation.ipynb
differentiation.ipynb
9 changes: 9 additions & 0 deletions docs/tutorial_advanced/2_interoperation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Interoperation
=================

.. toctree::
:maxdepth: 1

integrate_flax_into_brainpy.ipynb
integrate_bp_lif_into_flax.ipynb
integrate_bp_convlstm_into_flax.ipynb
5 changes: 5 additions & 0 deletions docs/tutorial_advanced/3_dedicated_operators.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Brain Dynamics Dedicated Operators
==================================

.. toctree::
:maxdepth: 1
7 changes: 7 additions & 0 deletions docs/tutorial_advanced/4_developer_guides.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Developer Guides
================

.. toctree::
:maxdepth: 1

contributing.md
7 changes: 7 additions & 0 deletions docs/tutorial_advanced/5_others.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Others
================

.. toctree::
:maxdepth: 1

advanced_lowdim_analysis.ipynb

0 comments on commit b806ba2

Please sign in to comment.