File: index.rst

package info (click to toggle)
nmodl 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,992 kB
  • sloc: cpp: 28,492; javascript: 9,841; yacc: 2,804; python: 1,967; lex: 1,674; xml: 181; sh: 136; ansic: 37; makefile: 18; pascal: 7
file content (56 lines) | stat: -rw-r--r-- 1,139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.. nmodl documentation master file, created by
   sphinx-quickstart on Fri Mar  8 15:07:46 2019.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

About NMODL
===========

.. toctree::
   :maxdepth: 2
   :caption: Introduction:

   readme.rst
   install.rst
   language.rst

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   contents/visitors

.. toctree::
   :maxdepth: 3
   :caption: Jupyter Notebooks:

   notebooks.rst
   notebooks/nmodl-python-tutorial.ipynb
   notebooks/nmodl-odes-overview.ipynb
   notebooks/nmodl-kinetic-schemes.ipynb
   notebooks/nmodl-sympy-solver-cnexp.ipynb
   notebooks/nmodl-sympy-solver-sparse.ipynb
   notebooks/nmodl-sympy-solver-derivimplicit.ipynb
   notebooks/nmodl-linear-solver.ipynb
   notebooks/nmodl-nonlinear-solver.ipynb
   notebooks/nmodl-sympy-conductance.ipynb

.. toctree::
   :maxdepth: 2
   :caption: Contributing:

   contributing.rst

.. toctree::
   :maxdepth: 2
   :caption: Reference:

   modules.rst
   doxygen.rst

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`