-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #438 from ztqakita/master
Reconstruct BrainPy documentations
- Loading branch information
Showing
11 changed files
with
258 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Frequently Asked Questions | ||
========================== | ||
This section contains answers to frequently asked questions about BrainPy. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
tutorial_FAQs/how_to_debug.ipynb | ||
tutorial_FAQs/gotchas_of_brainpy_transforms.ipynb | ||
tutorial_FAQs/citing_and_publication | ||
tutorial_FAQs/uniqueness_of-brainpy-math | ||
tutorial_FAQs/brainpy_ecosystem.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Advanced Tutorials | ||
================== | ||
This section contains tutorials that illustrate more advanced features of BrainPy. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
tutorial_advanced/math.rst | ||
tutorial_advanced/interoperation.rst | ||
tutorial_advanced/analysis.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
API Documentation | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
apis/auto/changelog.rst | ||
apis/auto/brainpy.rst | ||
apis/auto/math.rst | ||
apis/auto/dnn.rst | ||
apis/auto/dyn.rst | ||
apis/auto/integrators.rst | ||
apis/auto/analysis.rst | ||
apis/auto/connect.rst | ||
apis/auto/encoding.rst | ||
apis/auto/initialize.rst | ||
apis/auto/inputs.rst | ||
apis/auto/losses.rst | ||
apis/auto/measure.rst | ||
apis/auto/optim.rst | ||
apis/auto/running.rst | ||
apis/auto/mixin.rst | ||
|
||
The following APIs will no longer be maintained in the future, but you can still use them normally. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
apis/channels.rst | ||
apis/neurons.rst | ||
apis/rates.rst | ||
apis/synapses.rst | ||
apis/synouts.rst | ||
apis/synplast.rst | ||
apis/layers.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Brain Dynamics Tutorials | ||
======================== | ||
This section contains tutorials on how to use BrainPy to accomplish model building, simulation, training, and analysis. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
tutorial_math/index | ||
tutorial_building/index | ||
tutorial_simulation/index | ||
tutorial_training/index | ||
tutorial_analysis/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Core Concepts | ||
================== | ||
This section contains the core principles and concepts that are designed in BrainPy. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
core_concept/brainpy_transform_concept | ||
core_concept/brainpy_dynamical_system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.