Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Apr 11, 2024
1 parent 5955bf0 commit 81e5ce0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
``braincore`` documentation
===========================
``braintools`` documentation
============================

`braincore <https://github.com/brainpy/braincore>`_ implements the core system for general-purpose brain dynamics programming (BDP).
`braintools <https://github.com/brainpy/braintools>`_ implements the common toolboxes for brain dynamics programming (BDP).

----

Expand All @@ -15,25 +15,25 @@ Installation

.. code-block:: bash
pip install -U braincore[cpu]
pip install -U braintools[cpu]
.. tab-item:: GPU (CUDA 11.0)

.. code-block:: bash
pip install -U braincore[cuda11] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install -U braintools[cuda11] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
.. tab-item:: GPU (CUDA 12.0)

.. code-block:: bash
pip install -U braincore[cuda12] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install -U braintools[cuda12] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
.. tab-item:: TPU

.. code-block:: bash
pip install -U braincore[tpu] -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
pip install -U braintools[tpu] -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
----
Expand Down

0 comments on commit 81e5ce0

Please sign in to comment.