diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-02-14 09:54:23 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-02-14 09:54:23 -0700 |
commit | b4b4dd5b24bb787a0f499a4ce59d2d8fd02365cb (patch) | |
tree | 694589dbda8124893829ccbb68483e18c8777169 /doc | |
parent | cecc29e0dfad33f372f6c8687a54f1ef344e1a12 (diff) | |
parent | 2059457e31e4f76c59d703e9eb1fb6648745ec75 (diff) | |
download | numpy-b4b4dd5b24bb787a0f499a4ce59d2d8fd02365cb.tar.gz |
Merge pull request #7248 from rgommers/remove-doceditor-link
DOC: remove link to documentation wiki editor from HOWTO_DOCUMENT.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO_DOCUMENT.rst.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/HOWTO_DOCUMENT.rst.txt b/doc/HOWTO_DOCUMENT.rst.txt index fc046c29c..c10f7800d 100644 --- a/doc/HOWTO_DOCUMENT.rst.txt +++ b/doc/HOWTO_DOCUMENT.rst.txt @@ -108,15 +108,6 @@ have written pre-processors to assist Sphinx_ in its task. The length of docstring lines should be kept to 75 characters to facilitate reading the docstrings in text terminals. -Status ------- -We are busy converting existing docstrings to the new format, -expanding them where they are lacking, as well as writing new ones for -undocumented functions. Volunteers are welcome to join the effort on -our new documentation system (see the `Documentation Editor -<http://docs.scipy.org/doc/>`_ and the `Developer Zone -<http://www.scipy.org/Developer_Zone/DocMarathon2008>`_). - Sections -------- The sections of the docstring are: |