Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Aug 23, 2024
1 parent c0a5707 commit 5aecf5b
Show file tree
Hide file tree
Showing 23 changed files with 2,623 additions and 1,747 deletions.
5 changes: 4 additions & 1 deletion docs/advanced_tutorials/combining_and_defining.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Combining and Defining Unit"
"# Combining and Defining Unit\n",
"\n",
"[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/chaoming0625/brainunit/blob/master/docs/advanced_tutorials/combining_and_defining.ipynb)\n",
"[![Open in Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/chaoming0625/brainunit/blob/master/docs/advanced_tutorials/combining_and_defining.ipynb)"
]
},
{
Expand Down
5 changes: 4 additions & 1 deletion docs/advanced_tutorials/mechanism.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Mechanism of Quantity"
"# Mechanism of Quantity\n",
"\n",
"[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/chaoming0625/brainunit/blob/master/docs/advanced_tutorials/mechanism.ipynb)\n",
"[![Open in Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/chaoming0625/brainunit/blob/master/docs/advanced_tutorials/mechanism.ipynb)"
]
},
{
Expand Down
80 changes: 40 additions & 40 deletions docs/apis/brainunit.math.array-creation.rst
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
Array Creation Functions
========================

.. currentmodule:: brainunit.math
.. automodule:: brainunit.math

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

full
eye
identity
tri
empty
ones
zeros
full_like
diag
tril
triu
empty_like
ones_like
zeros_like
fill_diagonal
array
asarray
arange
linspace
logspace
meshgrid
vander
tril_indices
tril_indices_from
triu_indices
triu_indices_from
from_numpy
as_numpy
tree_ones_like
tree_zeros_like
Array Creation Functions
========================

.. currentmodule:: brainunit.math
.. automodule:: brainunit.math

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

full
eye
identity
tri
empty
ones
zeros
full_like
diag
tril
triu
empty_like
ones_like
zeros_like
fill_diagonal
array
asarray
arange
linspace
logspace
meshgrid
vander
tril_indices
tril_indices_from
triu_indices
triu_indices_from
from_numpy
as_numpy
tree_ones_like
tree_zeros_like
82 changes: 41 additions & 41 deletions docs/apis/brainunit.math.change-unit.rst
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
Functions that Changing Unit
============================

.. currentmodule:: brainunit.math
.. automodule:: brainunit.math

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

reciprocal
prod
product
nancumprod
nanprod
cumprod
cumproduct
var
nanvar
cbrt
square
sqrt
multiply
divide
power
cross
true_divide
floor_divide
float_power
divmod
convolve
dot
multi_dot
vdot
vecdot
inner
outer
kron
matmul
tensordot
matrix_power
Functions that Changing Unit
============================

.. currentmodule:: brainunit.math
.. automodule:: brainunit.math

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

reciprocal
prod
product
nancumprod
nanprod
cumprod
cumproduct
var
nanvar
cbrt
square
sqrt
multiply
divide
power
cross
true_divide
floor_divide
float_power
divmod
convolve
dot
multi_dot
vdot
vecdot
inner
outer
kron
matmul
tensordot
matrix_power
30 changes: 15 additions & 15 deletions docs/apis/brainunit.math.einops.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Einstein Operations
===================

.. currentmodule:: brainunit.math
.. automodule:: brainunit.math

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

einreduce
einrearrange
einrepeat
einshape
einsum
Einstein Operations
===================

.. currentmodule:: brainunit.math
.. automodule:: brainunit.math

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

einreduce
einrearrange
einrepeat
einshape
einsum
Loading

0 comments on commit 5aecf5b

Please sign in to comment.