summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
| | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates.
* DOC: fix doc/source/conf.py to work with Python 3Pauli Virtanen2013-02-271-2/+2
|
* MAINT: always use plot directive from Matplotlib, and prefer Sphinx linkcodePauli Virtanen2013-02-161-22/+3
|
* DOC: generate links to source codePauli Virtanen2012-03-111-0/+64
|
* DOC: Changes required to the configuration to start building docs with ↵Michael Droettboom2011-04-021-5/+24
| | | | matplotlib's plot_directive. Requires that matplotlib have the new "merged" plot_directive. (#1074)
* DOC: explicitly require Sphinx >= 1.0.1Pauli Virtanen2010-10-011-12/+7
|
* doc: enable sphinx.ext.doctest extensionPauli Virtanen2009-10-031-0/+1
|
* docs: more robust version number introspec & qthelp targetPauli Virtanen2009-06-281-0/+1
|
* docs: generate Attributes and Methods sections in class documentationPauli Virtanen2009-06-271-2/+6
|
* docs: enable plot_directivePauli Virtanen2009-05-211-1/+27
|
* sphinxext/numpydoc: wrap Examples in plot:: if they contain matplotlib ↵Pauli Virtanen2009-05-211-0/+3
| | | | example code
* sphinxext: use real RST references for bibliographies, and add suitable ↵Pauli Virtanen2009-04-191-1/+1
| | | | links for Latex
* docs: don't use autosummary_generate for Sphinx < 0.7Pauli Virtanen2009-04-131-2/+3
|
* Deprecating sphinxext/autosummary in favor of the version in Sphinx >= 0.7Pauli Virtanen2009-04-131-8/+17
|
* docs: tweak latex build to recognize U+00A0 as a non-breaking spacePauli Virtanen2009-04-061-0/+1
|
* docs: use short X.Y version, and retaining any .dev suffixesPauli Virtanen2009-03-281-5/+5
|
* Pick up version from numpy instead of hardcoding them in conf.py/David Cournapeau2009-03-271-2/+4
|
* doc: update version infoPauli Virtanen2009-03-171-3/+3
|
* docs: move edit link to the sidebar, and show it for all pagesPauli Virtanen2009-02-271-3/+0
|
* docs: fix minor issues, support htmlhelp.Pauli Virtanen2008-12-131-3/+3
| | | | | | | | | | | | | - 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
* Move Sphinx extensions under Numpy's SVN trunkPauli Virtanen2008-11-301-1/+1
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+229