Skip to content

Commit

Permalink
Merge pull request #1986 from jessica-mitchell/nest_styleguide
Browse files Browse the repository at this point in the history
Add a NEST documentation style guide
  • Loading branch information
jougs authored Jun 9, 2021
2 parents 126616b + a56f34e commit 2080ce3
Show file tree
Hide file tree
Showing 12 changed files with 697 additions and 7 deletions.
11 changes: 7 additions & 4 deletions doc/userdoc/contribute/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Please familiarize yourself with our:

* :doc:`NEST Git workflow <development_workflow>`
* :doc:`C++ coding style guidelines <coding_guidelines_cpp>`
* :doc:`Developing NEST with IDEs <nest_with_ides>`
* :doc:`Documentation style guide <styleguide/styleguide>`
* :doc:`Developing NEST with IDEs guide <nest_with_ides>`

In order to make sure that the NEST Initiative can manage the NEST code base in the long term,
you need to send us a completed and signed
Expand All @@ -24,23 +25,25 @@ If you find an error in the code or documentaton or want to suggest a feature, s

Make sure to check that your issue has not already been reported there before creating a new one.

.. _edit_nest:

Change code or documentation
----------------------------

Interested in creating or editing documentation? Check out our :doc:`../documentation_workflow/index`.

For making changes to the PyNEST APIs, please see our :doc:`templates_styleguides/pyapi_template`.
For making changes to the PyNEST APIs, please see our :doc:`templates/pyapi_template`.

If you are a Vim user and require support for SLI files, please refer to our
:doc:`templates_styleguides/vim_support_sli`.
:doc:`styleguides/vim_support_sli`.

An explanation of our continuous integration pipeline can be found under :doc:`ci`.

Contribute a Python example script
----------------------------------

If you have a Python example network to contribute, please refer to our
:doc:`templates_styleguides/example_template` to ensure you cover the required information.
:doc:`templates/example_template` to ensure you cover the required information.

.. _review_guidelines:

Expand Down
18 changes: 18 additions & 0 deletions doc/userdoc/contribute/styleguide/sample_doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Main title of document
======================


.. _sec_my-ref-label:

Section to cross-reference
--------------------------

Some content in this section.



.. _eq_my-arbitrary-place-label:

.. math::
E = mc^2
Loading

0 comments on commit 2080ce3

Please sign in to comment.