Skip to content

Commit

Permalink
[doc] upgrade math doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Dec 29, 2023
1 parent 5557f62 commit 260bf13
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/apis/brainpy.math.defaults.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Default Math Parameters
=======================

.. currentmodule:: brainpy.math
.. automodule:: brainpy.math

.. autosummary::
:toctree: generated/
:nosignatures:

mode
membrane_scaling
dt
bool_
int_
ti_int
float_
ti_float
complex_


16 changes: 16 additions & 0 deletions docs/apis/brainpy.math.op_register.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ Operator Registration
:depth: 1



General Operator Customization Interface
----------------------------------------

.. currentmodule:: brainpy.math
.. automodule:: brainpy.math

.. autosummary::
:toctree: generated/
:nosignatures:
:template: classtemplate.rst

XLACustomOp



CPU Operator Customization with Numba
-------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/apis/math.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dynamics programming. For more information and usage examples, please refer to t
:maxdepth: 1

brainpy.math.rst
brainpy.math.defaults.rst
brainpy.math.delayvars.rst
brainpy.math.oo_transform.rst
brainpy.math.pre_syn_post.rst
Expand Down

0 comments on commit 260bf13

Please sign in to comment.