summaryrefslogtreecommitdiff
path: root/doc/sphinxext
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug where __init__ was accessed for objects that might not have it.Fernando Perez2010-04-141-1/+2
|
* sphinxext: fix a small bug in docscrapePauli Virtanen2009-11-141-2/+2
|
* sphinxext: add numpydoc_show_class_members option (from Michael Droettboom)Pauli Virtanen2009-11-136-36/+108
|
* sphinxext: bump numpydoc version, fix build bugPauli Virtanen2009-09-211-2/+2
|
* numpydoc: really fix docutils < 0.5Pauli Virtanen2009-07-221-4/+19
|
* numpydoc: fix issue with docutils < 0.5Pauli Virtanen2009-07-221-4/+9
|
* numpydoc: add np-* directivesPauli Virtanen2009-07-182-1/+56
|
* numpydoc: fix some unicode issuesPauli Virtanen2009-07-111-17/+17
|
* Fix typo.Stefan van der Walt2009-07-041-2/+2
|
* docs: fill in stub Methods/Attributes sections if they are omittedPauli Virtanen2009-06-272-16/+12
|
* docs: remove forgotten debug printPauli Virtanen2009-06-271-1/+0
|
* docs: generate Attributes and Methods sections in class documentationPauli Virtanen2009-06-274-8/+101
|
* sphinxext: fix python2.4 compatibilityPauli Virtanen2009-05-211-1/+1
|
* sphinxext/numpydoc: wrap Examples in plot:: if they contain matplotlib ↵Pauli Virtanen2009-05-214-3/+43
| | | | example code
* sphinxext: revise plot_directivePauli Virtanen2009-05-211-250/+325
|
* sphinxext: use real RST references for bibliographies, and add suitable ↵Pauli Virtanen2009-04-192-16/+30
| | | | links for Latex
* Deprecating sphinxext/autosummary in favor of the version in Sphinx >= 0.7Pauli Virtanen2009-04-131-5/+6
|
* sphinxext: autosummary: don't insert nested paragraphs in the tablePauli Virtanen2009-04-042-1/+6
|
* sphinxext: convert the Sphinx extensions into a `numpydoc` package that can ↵Pauli Virtanen2009-04-016-5/+40
| | | | be distributed separately
* sphinxext: Sphinx 0.6 compatibility and deprecation warningsPauli Virtanen2009-04-013-2/+24
|
* sphinxext: autosummary: allow trailing explanations in autosummary itemsPauli Virtanen2009-03-241-1/+1
|
* sphinxext: autosummary: fix another signature formatting issuePauli Virtanen2009-03-171-2/+2
|
* sphinxext: autosummary: improve signature output & fix a bug in itPauli Virtanen2009-03-171-5/+6
|
* sphinxext: autosummary: ignore trailing material on each linePauli Virtanen2009-03-171-1/+2
| | | | | This allows one to add helpful comments to autosummary lines, if one wants to do so eg. in module docstrings.
* Update URLs to Trac.Stefan van der Walt2009-03-042-2/+2
|
* sphinxext: clean up plot directive, and merge some features from matplotlibPauli Virtanen2009-02-151-89/+107
|
* doc/numpydoc: work better together with Sphinx's config optionPauli Virtanen2009-02-063-9/+17
|
* docs: fix minor issues, support htmlhelp.Pauli Virtanen2008-12-131-2/+7
| | | | | | | | | | | | | - Don't use :members: in automodule; it generates too much and not very useful output - Fix edit links and summarize.py - Add better htmlhelp build target - Add upload target - Fix permissions on make dist
* sphinxext: support autosummary:: directives in automodule docstringsPauli Virtanen2008-12-041-51/+81
|
* sphinxext: fix a small bug in plot directivePauli Virtanen2008-12-031-1/+1
|
* Refactor plot:: directive somewhatPauli Virtanen2008-12-031-167/+324
|
* Move Sphinx extensions under Numpy's SVN trunkPauli Virtanen2008-11-3014-0/+3548