summaryrefslogtreecommitdiff
path: root/doc/HOWTO_DOCUMENT.rst.txt
Commit message (Collapse)AuthorAgeFilesLines
* DOC: add note on formatting math to HOWTO_DOCUMENT.Ralf Gommers2011-09-271-0/+11
|
* STY: Fix spelling and reword text.Charles Harris2011-09-171-8/+8
|
* DOC: mention numpydoc in numpy conventionsValentin Haenel2011-09-171-0/+20
| | | | | Explain why it's good to use numpydoc and link to both numpydoc and some installation and usage instructions.
* DOC: Remove the advice to 'import scipy as sp' from the documentation.Robert Kern2011-04-011-4/+7
| | | | Correct a statement about how doctest namespaces are initialized in scipy.
* DOC: add deprecation section to docstandard. Closes #1501.Ralf Gommers2011-03-291-10/+32
|
* DOC: update class method docstring section of docstandard. Closes #1165.Ralf Gommers2011-03-291-1/+5
|
* DOC: update References section of docstandard. Closes #1509, #1524.Ralf Gommers2011-03-291-5/+2
|
* DOC: add description of how to document modules to the doc standard.Ralf Gommers2011-03-291-0/+25
| | | | Closes #1280.
* DOC: rename ReST files under doc/ from *.txt to *.rst.txt, so they render on ↵rgommers2010-11-111-0/+516
github.