diff options
Diffstat (limited to 'doc/source/docs/howto_document.rst')
-rw-r--r-- | doc/source/docs/howto_document.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/docs/howto_document.rst b/doc/source/docs/howto_document.rst index 9f9068ab3..5a36fa718 100644 --- a/doc/source/docs/howto_document.rst +++ b/doc/source/docs/howto_document.rst @@ -4,10 +4,15 @@ A Guide to NumPy/SciPy Documentation ==================================== +.. _userdoc_guide: + User documentation ******************* NumPy text documents should follow the `Google developer documentation style guide <https://developers.google.com/style>`_. + +.. _docstring_intro: + Docstrings ********** |