Skip to content

Commit

Permalink
Merge pull request #3 from jessica-mitchell/add-pong-index
Browse files Browse the repository at this point in the history
Add the Pong example to the index page
  • Loading branch information
krachbumm3nte authored Sep 12, 2022
2 parents 1c27dbb + ca31dbf commit 65911a3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions doc/htmldoc/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,22 @@ PyNEST examples
* :doc:`../auto_examples/spatial/test_3d_gauss`


.. grid:: 1 1 2 3

.. grid-item-card:: NEST Sudoku solver
:img-top: ../static/img/sudoku_solution.gif

* :doc:`../auto_examples/sudoku/sudoku_net`
* :doc:`../auto_examples/sudoku/sudoku_solver`
* :doc:`../auto_examples/sudoku/plot_progress`

.. grid-item-card:: NEST Pong game
:img-top: ../static/img/pong_sim.gif

* :doc:`../auto_examples/pong/run_simulations`
* :doc:`../auto_examples/pong/pong`
* :doc:`../auto_examples/pong/generate_gif`

.. grid:: 1 1 2 3

.. grid-item-card:: Random balanced networks (Brunel)
Expand All @@ -52,20 +68,18 @@ PyNEST examples
* :doc:`../auto_examples/brunel_alpha_evolution_strategies`




.. grid-item-card:: Cortical microcircuit (Potjans)
:img-top: ../static/img/pynest/raster_plot.png

* :doc:`cortical_microcircuit_index`

.. grid-item-card:: GLIF (from Allen institute)
:img-top: ../static/img/pynest/glif_cond.png

* :doc:`../auto_examples/glif_cond_neuron`
* :doc:`../auto_examples/glif_psc_neuron`

.. grid-item-card:: NEST Sudoku solver
:img-top: ../static/img/sudoku_solution.gif

* :doc:`../auto_examples/sudoku/sudoku_net`
* :doc:`../auto_examples/sudoku/sudoku_solver`
* :doc:`../auto_examples/sudoku/plot_progress`

.. grid:: 1 1 2 3

Expand Down Expand Up @@ -105,21 +119,14 @@ PyNEST examples

* :doc:`../auto_examples/BrodyHopfield`


.. grid-item-card:: GLIF (from Allen institute)
:img-top: ../static/img/pynest/glif_cond.png

* :doc:`../auto_examples/glif_cond_neuron`
* :doc:`../auto_examples/glif_psc_neuron`

.. grid:: 1 1 2 3

.. grid-item-card:: Brette and Gerstner
:img-top: ../static/img/pynest/brette_gerstner2c.png

* :doc:`../auto_examples/brette_gerstner_fig_2c`
* :doc:`../auto_examples/brette_gerstner_fig_3d`

.. grid:: 1 1 2 3


.. grid-item-card:: Precise spiking
:img-top: ../static/img/pynest/precisespiking.png
Expand Down
Binary file added doc/htmldoc/static/img/pong_sim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/htmldoc/static/img/sudoku_solution.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed pynest/examples/pong/pong_sim.gif
Binary file not shown.

0 comments on commit 65911a3

Please sign in to comment.