diff options
author | Jarrod Millman <millman@berkeley.edu> | 2007-10-02 06:21:37 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2007-10-02 06:21:37 +0000 |
commit | fadbb424b539379889d2e8328cba62887caf69e2 (patch) | |
tree | 9810d4ecc41ea46a74db4134e1f77218e27f557a /numpy | |
parent | 6bb10cb567acea1e8848cbbf73fb5ca62a9768fd (diff) | |
download | numpy-fadbb424b539379889d2e8328cba62887caf69e2.tar.gz |
more rest corrections
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>`__ |