diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index 3e14adc7..9d241823 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -28,7 +28,7 @@ Write documentation We try to maintain a simple and consistent format for inline documentation, known in the Python world as docstrings. -The format we use is known as `numpydoc `_. +The format we use is known as `numpydoc `_. It was developed by the numpy and scipy teams and is used in many popular packages.