summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2011-03-25 12:08:31 +0100
committerRalf Gommers <ralf.gommers@googlemail.com>2011-03-29 16:24:04 +0200
commit9c570e8a220087aa3677c9e5f75d6c3489821373 (patch)
tree9feb3385749dcb0347ceeb7f61aee9d7d589c5bb
parentb11ae17a3e3e0ef1861e95ea67b00ecb838804e5 (diff)
downloadnumpy-9c570e8a220087aa3677c9e5f75d6c3489821373.tar.gz
DOC: update References section of docstandard. Closes #1509, #1524.
-rw-r--r--doc/HOWTO_DOCUMENT.rst.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/HOWTO_DOCUMENT.rst.txt b/doc/HOWTO_DOCUMENT.rst.txt
index 87f4de816..5c5eb43fb 100644
--- a/doc/HOWTO_DOCUMENT.rst.txt
+++ b/doc/HOWTO_DOCUMENT.rst.txt
@@ -307,11 +307,8 @@ The sections of the docstring are:
Referencing sources of a temporary nature, like web pages, is
discouraged. References are meant to augment the docstring, but
- should not be required to understand it. Follow the `citation
- format of the IEEE
- <http://www.ieee.org/pubs/transactions/auinfo03.pdf>`_, which
- states that references are numbered, starting from one, in the
- order in which they are cited.
+ should not be required to understand it. References are numbered, starting
+ from one, in the order in which they are cited.
10. **Examples**