diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/doc/HOWTO_DOCUMENT.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/numpy/doc/HOWTO_DOCUMENT.txt b/numpy/doc/HOWTO_DOCUMENT.txt index baa4afe69..73835bce1 100644 --- a/numpy/doc/HOWTO_DOCUMENT.txt +++ b/numpy/doc/HOWTO_DOCUMENT.txt @@ -12,10 +12,8 @@ In general, we follow the standard Python style conventions as described here: * `Docstring Conventions <http://www.python.org/peps/pep-0257.html>`__ Additional PEPs of interest regarding documentation of code: - * `Docstring Processing System Framework -<http://www.python.org/peps/pep-0256.html>`__ - * `Docutils Design Specification - <http://www.python.org/peps/pep-0258.html>`__ + * `Docstring Processing Framework <http://www.python.org/peps/pep-0256.html>`__ + * `Docutils Design Specification <http://www.python.org/peps/pep-0258.html>`__ Use a code checker: * `pylint <http://www.logilab.org/857>`__ |