Skip to content

Commit

Permalink
update ecosystem (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 authored Jun 11, 2024
1 parent 7d4ad73 commit 01cad30
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ The official documentation is hosted on Read the Docs: [https://brainunit.readth

## See also the BDP ecosystem

- [``brainpy``](https://github.com/brainpy/BrainPy): The solution for the general-purpose brain dynamics programming.
- [``brainstate``](https://github.com/brainpy/brainstate): A ``State``-based transformation system for brain dynamics programming.

- [``braincore``](https://github.com/brainpy/braincore): The core system for the next generation of BrainPy framework.
- [``brainunit``](https://github.com/brainpy/brainunit): The unit system for brain dynamics programming.

- [``brainunit``](https://github.com/brainpy/brainunit): The tools for the brain dynamics simulation and analysis.
- [``braintaichi``](https://github.com/brainpy/braintaichi): Leveraging Taichi Lang to customize brain dynamics operators.

- [``brainscale``](https://github.com/brainpy/brainscale): The scalable online learning for biological spiking neural networks.
- [``brainscale``](https://github.com/brainpy/brainscale): The scalable online learning framework for biological neural networks.

- [``braintools``](https://github.com/brainpy/braintools): The toolbox for the brain dynamics simulation, training and analysis.

14 changes: 8 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
``brainunit`` documentation
===========================

`brainunit <https://github.com/brainpy/brainunit>`_ implements a unit system for brain dynamics programming (BDP).
`brainunit <https://github.com/brainpy/brainunit>`_ provides a unit-aware system for brain dynamics programming (BDP).

----

Expand Down Expand Up @@ -33,7 +33,7 @@ Installation

.. code-block:: bash
pip install -U brainunit[tpu]
pip install -U brainunit[tpu] -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
----
Expand All @@ -43,13 +43,15 @@ See also the BDP ecosystem
^^^^^^^^^^^^^^^^^^^^^^^^^^


- `brainpy <https://github.com/brainpy/BrainPy>`_: The solution for the general-purpose brain dynamics programming.
- `brainstate <https://github.com/brainpy/brainstate>`_: A ``State``-based transformation system for brain dynamics programming.

- `braincore <https://github.com/brainpy/braincore>`_: The core system for the next generation of BrainPy framework.
- `brainunit <https://github.com/brainpy/brainunit>`_: The unit system for brain dynamics programming.

- `brainunit <https://github.com/brainpy/brainunit>`_: The tools for the brain dynamics simulation and analysis.
- `braintaichi <https://github.com/brainpy/braintaichi>`_: Leveraging Taichi Lang to customize brain dynamics operators.

- `brainscale <https://github.com/brainpy/brainscale>`_: The scalable online learning for biological spiking neural networks.
- `brainscale <https://github.com/brainpy/brainscale>`_: The scalable online learning framework for biological neural networks.

- `braintools <https://github.com/brainpy/braintools>`_: The toolbox for the brain dynamics simulation, training and analysis.



Expand Down

0 comments on commit 01cad30

Please sign in to comment.