Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Note that all imports need to be explicit | endolith | 2015-09-01 | 1 | -1/+2 |
| | | | except `np` | ||||
* | MAINT: fix broken and outdated link in HOWTO_DOCUMENT. Closes gh-6107. | Ralf Gommers | 2015-07-26 | 1 | -4/+0 |
| | | | | [ci skip] | ||||
* | DOC: Mention numpydoc 0.6. | chebee7i | 2015-02-14 | 1 | -2/+10 |
| | |||||
* | DOC: Replace "Parameters" with "Returns". | chebee7i | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | DOC: Clarify documentation for Yields. | chebee7i | 2015-01-11 | 1 | -4/+3 |
| | |||||
* | DOC: Add documentation for Yields section in docstrings. | chebee7i | 2015-01-11 | 1 | -19/+49 |
| | |||||
* | escape the italics bold and monospace examples | endolith | 2014-08-26 | 1 | -1/+2 |
| | | | since this is meant to be read in rendered form, and there are examples of these scattered through the text otherwise | ||||
* | DOC: fix PEP links in HOWTO_DOCUMENT.rst.txt | Talha Oz | 2014-07-27 | 1 | -6/+6 |
| | |||||
* | MAINT: Update link to numpydoc README | Thomas Kluyver | 2014-01-07 | 1 | -1/+1 |
| | | | This is the counterpart of my PR numpy/numpydoc#7 renaming the README. | ||||
* | MAINT: Update links to numpydoc source code and README | Thomas Kluyver | 2013-11-14 | 1 | -3/+2 |
| | | | These links pointed to numpydoc's location within the numpy project on Github, but it has since been split out to a separate repository, breaking the links. | ||||
* | DOC: Add an example of casting array type and byte order using astype. | Miguel de Val-Borro | 2013-11-11 | 1 | -2/+5 |
| | |||||
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -16/+16 |
| | | | | Now is as good a time as any with open PR's at a low. | ||||
* | ENH: Allow unnamed return values in Returns section of doc string | Rob Ruana | 2013-06-25 | 1 | -3/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Developers usually only need the type of a return value followed by a brief description. However, in some cases providing a name for a return value can make the documentation clearer. This enhancement changes the format of the Returns section such that the type is required, and the name is optional: Returns ------- int Description of anonymous integer return value. x : str Description of string return value named `x`. With this change, if a colon is not present, then the entire line is interpreted as the return type. In all other cases, the Returns section is interpreted according to the current rules. Consistent with the current format, if a colon is present, then the text to the left of the colon is interpreted as the name; and the text to the right of the colon is interpreted as the type. This makes the proposed change backwards compatible with existing documentation. | ||||
* | A minor cleanup | Joon Ro | 2013-06-08 | 1 | -4/+2 |
| | | | | - 4 indent instead of 2 for equation example - Fixed Syntax:: | ||||
* | DOC: fix a word in HOWTO_DOCUMENT.rst.txt. | Warren Weckesser | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | DOC: Fix URL for "How to Build API/Reference Documentation" | Dan Miller | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | DOC: use bold for section names, monospace for variables in HOWTO_DOCUMENT. | endolith | 2012-12-04 | 1 | -13/+14 |
| | |||||
* | Add note about definition list classifier format | endolith | 2012-11-30 | 1 | -8/+9 |
| | | | and some other small changes | ||||
* | DOC: Remove duplicate unique links in HOWTO_DOCUMENT. | Stefan van der Walt | 2012-05-30 | 1 | -3/+3 |
| | |||||
* | DOC: fix link and add explanation on how to run examples. | Ralf Gommers | 2012-04-18 | 1 | -2/+16 |
| | |||||
* | DOC: add note on formatting math to HOWTO_DOCUMENT. | Ralf Gommers | 2011-09-27 | 1 | -0/+11 |
| | |||||
* | STY: Fix spelling and reword text. | Charles Harris | 2011-09-17 | 1 | -8/+8 |
| | |||||
* | DOC: mention numpydoc in numpy conventions | Valentin Haenel | 2011-09-17 | 1 | -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 Kern | 2011-04-01 | 1 | -4/+7 |
| | | | | Correct a statement about how doctest namespaces are initialized in scipy. | ||||
* | DOC: add deprecation section to docstandard. Closes #1501. | Ralf Gommers | 2011-03-29 | 1 | -10/+32 |
| | |||||
* | DOC: update class method docstring section of docstandard. Closes #1165. | Ralf Gommers | 2011-03-29 | 1 | -1/+5 |
| | |||||
* | DOC: update References section of docstandard. Closes #1509, #1524. | Ralf Gommers | 2011-03-29 | 1 | -5/+2 |
| | |||||
* | DOC: add description of how to document modules to the doc standard. | Ralf Gommers | 2011-03-29 | 1 | -0/+25 |
| | | | | Closes #1280. | ||||
* | DOC: rename ReST files under doc/ from *.txt to *.rst.txt, so they render on ↵ | rgommers | 2010-11-11 | 1 | -0/+516 |
github. |