Skip to content

Commit

Permalink
first doxygen->sphinx converted documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
neworderofjamie committed Feb 8, 2024
1 parent 82a0fa6 commit b0bedc4
Show file tree
Hide file tree
Showing 25 changed files with 349 additions and 84 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.8.0"
}
},
"nbformat": 4,
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.8.0"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.8.0"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions documentation/5/_sources/sg_execution_times.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Computation times
* - Example
- Time
- Mem (MB)
* - :ref:`sphx_glr_userproject_mnist_mb_classifier.py` (``..\userproject\mnist_mb_classifier.py``)
* - :ref:`sphx_glr_userproject_mnist_mb_classifier.py` (``../userproject/mnist_mb_classifier.py``)
- 00:00.000
- 0.0
* - :ref:`sphx_glr_userproject_potjans_microcircuit.py` (``..\userproject\potjans_microcircuit.py``)
* - :ref:`sphx_glr_userproject_potjans_microcircuit_pygenn.py` (``../userproject/potjans_microcircuit_pygenn.py``)
- 00:00.000
- 0.0
* - :ref:`sphx_glr_userproject_superspike_demo.py` (``..\userproject\superspike_demo.py``)
* - :ref:`sphx_glr_userproject_superspike_demo.py` (``../userproject/superspike_demo.py``)
- 00:00.000
- 0.0
24 changes: 24 additions & 0 deletions documentation/5/_sources/source/pygenn.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,30 @@ pygenn.init\_var\_snippets module
:undoc-members:
:show-inheritance:

pygenn.libgenn\_cuda\_backend\_dynamic module
---------------------------------------------

.. automodule:: pygenn.libgenn_cuda_backend_dynamic
:members:
:undoc-members:
:show-inheritance:

pygenn.libgenn\_dynamic module
------------------------------

.. automodule:: pygenn.libgenn_dynamic
:members:
:undoc-members:
:show-inheritance:

pygenn.libgenn\_single\_threaded\_cpu\_backend\_dynamic module
--------------------------------------------------------------

.. automodule:: pygenn.libgenn_single_threaded_cpu_backend_dynamic
:members:
:undoc-members:
:show-inheritance:

pygenn.model\_preprocessor module
---------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. DO NOT EDIT.
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY.
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE:
.. "userproject\mnist_mb_classifier.py"
.. "userproject/mnist_mb_classifier.py"
.. LINE NUMBERS ARE GIVEN BELOW.
.. only:: html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. DO NOT EDIT.
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY.
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE:
.. "userproject\potjans_microcircuit.py"
.. "userproject/potjans_microcircuit.py"
.. LINE NUMBERS ARE GIVEN BELOW.
.. only:: html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. DO NOT EDIT.
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY.
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE:
.. "userproject\superspike_demo.py"
.. "userproject/superspike_demo.py"
.. LINE NUMBERS ARE GIVEN BELOW.
.. only:: html
Expand Down
2 changes: 1 addition & 1 deletion documentation/5/bibliography.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>Bibliography &#8212; PyGeNN documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
Expand Down
2 changes: 1 addition & 1 deletion documentation/5/building_networks.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>Building networks &#8212; PyGeNN documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
Expand Down
2 changes: 1 addition & 1 deletion documentation/5/custom_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>Custom models &#8212; PyGeNN documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
Expand Down
2 changes: 1 addition & 1 deletion documentation/5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>PyGeNN documentation &#8212; PyGeNN documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
Expand Down
2 changes: 1 addition & 1 deletion documentation/5/searchindex.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions documentation/5/sg_execution_times.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>Computation times &#8212; PyGeNN documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
Expand Down Expand Up @@ -62,15 +62,15 @@ <h3>Navigation</h3>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p><a class="reference internal" href="userproject/mnist_mb_classifier.html#sphx-glr-userproject-mnist-mb-classifier-py"><span class="std std-ref">MNIST classification using an insect-inspired mushroom body model</span></a> (<code class="docutils literal notranslate"><span class="pre">..\userproject\mnist_mb_classifier.py</span></code>)</p></td>
<tr class="row-even"><td><p><a class="reference internal" href="userproject/mnist_mb_classifier.html#sphx-glr-userproject-mnist-mb-classifier-py"><span class="std std-ref">MNIST classification using an insect-inspired mushroom body model</span></a> (<code class="docutils literal notranslate"><span class="pre">../userproject/mnist_mb_classifier.py</span></code>)</p></td>
<td><p>00:00.000</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="userproject/potjans_microcircuit.html#sphx-glr-userproject-potjans-microcircuit-py"><span class="std std-ref">PyGeNN implementation of local cortical microcircuit model</span></a> (<code class="docutils literal notranslate"><span class="pre">..\userproject\potjans_microcircuit.py</span></code>)</p></td>
<tr class="row-odd"><td><p><span class="xref std std-ref">sphx_glr_userproject_potjans_microcircuit_pygenn.py</span> (<code class="docutils literal notranslate"><span class="pre">../userproject/potjans_microcircuit_pygenn.py</span></code>)</p></td>
<td><p>00:00.000</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="userproject/superspike_demo.html#sphx-glr-userproject-superspike-demo-py"><span class="std std-ref">PyGeNN implementation of SuperSpike</span></a> (<code class="docutils literal notranslate"><span class="pre">..\userproject\superspike_demo.py</span></code>)</p></td>
<tr class="row-even"><td><p><a class="reference internal" href="userproject/superspike_demo.html#sphx-glr-userproject-superspike-demo-py"><span class="std std-ref">PyGeNN implementation of SuperSpike</span></a> (<code class="docutils literal notranslate"><span class="pre">../userproject/superspike_demo.py</span></code>)</p></td>
<td><p>00:00.000</p></td>
<td><p>0.0</p></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion documentation/5/simulating_networks.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>Simulating networks &#8212; PyGeNN documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
Expand Down
5 changes: 4 additions & 1 deletion documentation/5/source/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>pygenn &#8212; PyGeNN documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
Expand Down Expand Up @@ -94,6 +94,9 @@ <h1>pygenn<a class="headerlink" href="#pygenn" title="Permalink to this heading"
<li class="toctree-l2"><a class="reference internal" href="pygenn.html#module-pygenn.init_sparse_connectivity_snippets">pygenn.init_sparse_connectivity_snippets module</a></li>
<li class="toctree-l2"><a class="reference internal" href="pygenn.html#module-pygenn.init_toeplitz_connectivity_snippets">pygenn.init_toeplitz_connectivity_snippets module</a></li>
<li class="toctree-l2"><a class="reference internal" href="pygenn.html#module-pygenn.init_var_snippets">pygenn.init_var_snippets module</a></li>
<li class="toctree-l2"><a class="reference internal" href="pygenn.html#pygenn-libgenn-cuda-backend-dynamic-module">pygenn.libgenn_cuda_backend_dynamic module</a></li>
<li class="toctree-l2"><a class="reference internal" href="pygenn.html#pygenn-libgenn-dynamic-module">pygenn.libgenn_dynamic module</a></li>
<li class="toctree-l2"><a class="reference internal" href="pygenn.html#pygenn-libgenn-single-threaded-cpu-backend-dynamic-module">pygenn.libgenn_single_threaded_cpu_backend_dynamic module</a></li>
<li class="toctree-l2"><a class="reference internal" href="pygenn.html#module-pygenn.model_preprocessor">pygenn.model_preprocessor module</a></li>
<li class="toctree-l2"><a class="reference internal" href="pygenn.html#module-pygenn.neuron_models">pygenn.neuron_models module</a></li>
<li class="toctree-l2"><a class="reference internal" href="pygenn.html#module-pygenn.postsynaptic_models">pygenn.postsynaptic_models module</a></li>
Expand Down
Loading

0 comments on commit b0bedc4

Please sign in to comment.