We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b0a28 commit 3ca29ccCopy full SHA for 3ca29cc
.readthedocs.yaml
@@ -32,4 +32,8 @@ sphinx:
32
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33
python:
34
install:
35
- - requirements: docs/requirements.txt
+ - method: pip
36
+ path: .
37
+ extra_requirements:
38
+ - rtdtest
39
+ - requirements: docs/requirements.txt
src/superneuromat/__init__.py
@@ -11,7 +11,6 @@
11
1. create_neurons()
12
2. create_synapses()
13
3. Tutorials: one neuron, two neurons
14
-4. Efficient STDP algorithm without loop
15
16
"""
17
0 commit comments