Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ And we are always happy to help you finalizing incomplete pull requests.

### Documentation Styleguide

* Follow the [numpy documentation guidelines](https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt).
* Follow the [numpy documentation guidelines](https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard).
* Use [reStructuredText](http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html).
* Try to not repeat yourself and make use of the `psyplot.docstring.docstrings`

Expand Down
2 changes: 1 addition & 1 deletion docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Documentation Styleguide
~~~~~~~~~~~~~~~~~~~~~~~~

- Follow the `numpy documentation
guidelines <https://github.com/numpy/numpy/blob/main/doc/HOWTO_DOCUMENT.rst.txt>`__.
guidelines <https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard>`__.
- Use
`reStructuredText <http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html>`__.
- Try to not repeat yourself and make use of the
Expand Down