Skip to content

Commit 15828ca

Browse files
committed
update docs
1 parent bcde71e commit 15828ca

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919

20-
BrainPy is a flexible, efficient, and extensible framework for computational neuroscience and brain-inspired computation based on the Just-In-Time (JIT) compilation (built on top of [JAX](https://github.com/google/jax)). It provides an integrative ecosystem for brain dynamics programming, including brain dynamics **simulation**, **training**, **analysis**, etc.
20+
BrainPy is a flexible, efficient, and extensible framework for computational neuroscience and brain-inspired computation based on the Just-In-Time (JIT) compilation (built on top of [JAX](https://github.com/google/jax)). It provides an integrative ecosystem for brain dynamics programming, including brain dynamics **building**, **simulation**, **training**, **analysis**, etc.
2121

2222
- **Website (documentation and APIs)**: https://brainpy.readthedocs.io/en/latest
2323
- **Source**: https://github.com/PKU-NIP-Lab/BrainPy
@@ -37,11 +37,19 @@ $ pip install brainpy -U
3737

3838
The following packages are required for ``BrainPy``:
3939

40-
`numpy >= 1.15` and `jax >= 0.3.0` ([how to install jax?](https://brainpy.readthedocs.io/en/latest/quickstart/installation.html#dependency-2-jax))
40+
`numpy >= 1.15` and `jax >= 0.3.0`
4141

4242
For detailed installation instructions, please refer to the documentation: [Quickstart/Installation](https://brainpy.readthedocs.io/en/latest/quickstart/installation.html)
4343

4444

45+
46+
4547
## License
4648

4749
[Apache License, Version 2.0](https://github.com/PKU-NIP-Lab/BrainPy/blob/master/LICENSE)
50+
51+
52+
53+
## Citing
54+
55+
If you use BrainPy, please consider citing [the corresponding papers](https://brainpy.readthedocs.io/en/latest/tutorial_advanced/citing_and_publication.html).

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545

4646
changelogs = [
4747
('../changelog.rst', 'apis/auto/changelog-brainpy.rst'),
48-
('../extensions/changelog.rst', 'apis/auto/changelog-brainpylib.rst'),
4948
]
5049
for source, dest in changelogs:
5150
if os.path.exists(dest): os.remove(dest)

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ The code of BrainPy is open-sourced at GitHub:
111111
apis/auto/running.rst
112112
apis/tools.rst
113113
apis/auto/changelog-brainpy.rst
114-
apis/auto/changelog-brainpylib.rst
115114

116115

117116
Indices and tables

0 commit comments

Comments
 (0)