diff options
-rw-r--r-- | doc/HOWTO_DOCUMENT.rst.txt | 7 |
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** |