Skip to content

Commit 4b70c98

Browse files
committed
Add new sections for Core Concepts and Quickstart in index.rst
1 parent f6f60dd commit 4b70c98

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs_state/core-concepts/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Core Concepts
2+
=============
3+
4+
5+
.. toctree::
6+
:hidden:
7+
:maxdepth: 1
8+
9+
core-concepts/architecture.rst
10+
core-concepts/neurons.rst
11+
core-concepts/synapses.rst
12+
core-concepts/projections.rst
13+
core-concepts/state-management.rst
14+
15+

docs_state/quickstart/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Quickstart
2+
==========
3+
4+
5+
.. toctree::
6+
:hidden:
7+
:maxdepth: 1
8+
9+
quickstart/installation.rst
10+
quickstart/5min-tutorial.ipynb
11+
quickstart/concepts-overview.rst
12+

0 commit comments

Comments
 (0)