Skip to content

Latest commit

 

History

History
130 lines (88 loc) · 3.02 KB

index.rst

File metadata and controls

130 lines (88 loc) · 3.02 KB

NEST Desktop

.. grid:: 2

   .. grid-item::
      :columns: 8

      Hello there! :-)

      NEST Desktop is a web-based GUI application for NEST Simulator, an advanced simulation tool for the computational
      neuroscience.

      It's so great that you want to use NEST Desktop!

      |

      First time here? You can watch :ref:`usage-basic-video-tutorial` or make :ref:`usage-basic-first-steps`.

   .. grid-item::
      :columns: 4

      .. image:: ./_static/img/logo/nest-desktop-logo.png
         :alt: NEST Desktop
         :width: 75%


Guides

The documentation is organized in four sections. Select the appropriate section that fits your needs:

.. grid:: 2
   :gutter: 2

   .. grid-item-card:: I am user
      :columns: 6
      :link: user-guide
      :link-type: ref

      .. grid:: 2
         :gutter: 2

         .. grid-item::
            :columns: 2
            :class: card-img

            |user|

         .. grid-item::
            :columns: 10

            The user learns how to build networks, parameterize nodes and links, and perform simulations on the
            graphical interface.

   .. grid-item-card:: I am lecturer
      :columns: 6
      :link: lecturer-guide
      :link-type: ref

      .. grid:: 2
         :gutter: 2

         .. grid-item::
            :columns: 2
            :class: card-img

            |lecturer|

         .. grid-item::
            :columns: 10

            The lecturer learns how to teach computational neuroscience using NEST Desktop.

   .. grid-item-card:: I am deployer
      :columns: 6
      :link: deployer-guide
      :link-type: ref

      .. grid:: 2
         :gutter: 2

         .. grid-item::
            :columns: 2
            :class: card-img

            |deployer|

         .. grid-item::
            :columns: 10

            The deployer learns how to set up NEST Desktop on a machine via the Python Package, Docker or Apptainer
            installation.

   .. grid-item-card:: I am developer
      :columns: 6
      :link: developer-guide
      :link-type: ref

      .. grid:: 2
         :gutter: 2

         .. grid-item::
            :columns: 2
            :class: card-img

            |developer|

         .. grid-item::
            :columns: 10

            The developer learns the source code architecture of NEST Desktop and how to contribute code or enhancements
            to the project.

Note

On ReadTheDocs, it is possible to select versions of this documentation. These versions basically relate to the program versions (as found in the GitHub repository).

Since the changes between patch level versions (e.g. 3.0.0 and 3.0.1) are usually not noticeable, we show a single branch for the recent minor version releases (e.g. '3.0' for all 3.0.x releases). This branch contains all patch releases and always points to the latest patch release of that release branch. Please keep this in mind when searching for information on a specific version of NEST Desktop!