Skip to content

Commit

Permalink
Merge pull request #7 from PKU-NIP-Lab/develop
Browse files Browse the repository at this point in the history
Update connectivity, visualization, and docs
  • Loading branch information
chaoming0625 committed Nov 8, 2020
2 parents adb3713 + 57a6141 commit 5e2736c
Show file tree
Hide file tree
Showing 65 changed files with 2,498 additions and 1,831 deletions.
15 changes: 6 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ TRN_oscillation/
TODO.md
.vscode

try1.py
try2.py

tests/try/

docs/images/numpybrain_arch.pptx
Expand All @@ -16,17 +13,17 @@ docs/images/neuron_structure.xlsx
docs/images/neuron_structure.pdf
docs/images/connection_methods.pptx

docs/intro/_autosummary
docs/intro/.ipynb_checkpoints
docs/tutorials/_autosummary
docs/tutorials/.ipynb_checkpoints

docs/guides/_autosummary
docs/guides/.ipynb_checkpoints
docs/advanced/_autosummary
docs/advanced/.ipynb_checkpoints
develop/fast_synapse_computation.py
develop/fast_synapse_computation2.py

docs/apis/_autosummary
docs/guides/usage_of_inputfactory.py
docs/guides/usage_of_utils_connect.py
docs/advanced/usage_of_inputfactory.py
docs/advanced/usage_of_utils_connect.py

examples/benchmark/brian2*
examples/benchmark/annarchy*
Expand Down
1 change: 0 additions & 1 deletion brainpy/connectivity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@


from .base import *
from .formatter import *
from .methods import *

0 comments on commit 5e2736c

Please sign in to comment.