Skip to content

Commit

Permalink
fix doc building (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Apr 11, 2024
1 parent 5fff3d0 commit 5955bf0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
<p align="center">
<a href="https://pypi.org/project/braintools/"><img alt="Supported Python Version" src="https://img.shields.io/pypi/pyversions/braintools"></a>
<a href="https://github.com/brainpy/braintools/blob/main/LICENSE"><img alt="LICENSE" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
<a href="https://brainpy.readthedocs.io/en/latest/?badge=latest"><img alt="Documentation" src="https://readthedocs.org/projects/brainpy/badge/?version=latest"></a>
<a href="https://badge.fury.io/py/braintools"><img alt="PyPI version" src="https://badge.fury.io/py/braintools.svg"></a>
<a href='https://braintools.readthedocs.io/en/latest/?badge=latest'>
<img src='https://readthedocs.org/projects/braintools/badge/?version=latest' alt='Documentation Status' />
</a>
<a href="https://badge.fury.io/py/braintools"><img alt="PyPI version" src="https://badge.fury.io/py/braintools.svg"></a>
<a href="https://github.com/brainpy/braintools/actions/workflows/CI.yml"><img alt="Continuous Integration" src="https://github.com/brainpy/braintools/actions/workflows/CI.yml/badge.svg"></a>
</p>


[``braintools``](https://github.com/brainpy/braintools) provides toolboxes for brain dynamics programming.
[``braintools``](https://github.com/brainpy/braintools) provides common toolboxes for brain dynamics programming (BDP).


## Installation
Expand Down
1 change: 0 additions & 1 deletion braintools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ==============================================================================



__version__ = "0.0.2"

from . import metric
Expand Down
1 change: 1 addition & 0 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-r requirements.txt
jaxlib
matplotlib

# document requirements
pandoc
Expand Down

0 comments on commit 5955bf0

Please sign in to comment.