summaryrefslogtreecommitdiff
path: root/doc/ext
Commit message (Expand)AuthorAgeFilesLines
* A bit of clarification about where Sphinx finds autodoced modules.Georg Brandl2009-01-221-0/+7
* Fix #58: Add extension tutorial and better docs on where to put extensions.Georg Brandl2008-12-211-0/+316
* * #72: In pngmath, make it possible to give a full path to LaTeX andGeorg Brandl2008-12-151-3/+11
* Document that mathbase isn't meant to be included in the extensions configGeorg Brandl2008-12-061-2/+7
* Fix param name and add example.Georg Brandl2008-11-231-1/+11
* A few math experience improvements, inspired by Fredrik Johansson.Georg Brandl2008-11-161-2/+12
* Add todo extension.Georg Brandl2008-11-094-3/+33
* Add env-purge-doc event. Add some examples for event usage.Georg Brandl2008-11-091-1/+22
* Allow skipping members by event.Georg Brandl2008-11-021-0/+28
* Bring up to date and link to add_config_value().Georg Brandl2008-11-011-1/+13
* Add "source-read" event.Georg Brandl2008-10-161-0/+8
* Allow nonwrapped displaymath.Georg Brandl2008-08-071-0/+15
* Test suite update for math extension.Georg Brandl2008-08-061-2/+2
* Add math support to Sphinx.Georg Brandl2008-08-062-0/+185
* ``Sphinx.add_node()`` now takes optional visitor methods for the HTML,Georg Brandl2008-08-051-1/+22
* Add intersphinx extension.Georg Brandl2008-08-041-0/+67
* Add "env-updated" and "missing-reference" events.Georg Brandl2008-08-041-5/+39
* #3422: allow changing the signature of functions via a new hook.Georg Brandl2008-07-291-4/+27
* automodule now supports module options.Georg Brandl2008-07-081-0/+5
* Merged revisions 64642-64643,64698 via svnmerge fromGeorg Brandl2008-07-041-0/+11
* Add general docstring processing support with a new event in autodoc.Georg Brandl2008-06-222-5/+42
* Support :noindex: in autodoc directives.Georg Brandl2008-06-221-0/+7
* Fix class name.Georg Brandl2008-06-181-1/+3
* Support inheritance display in autoclass, thanks to mdboom.Georg Brandl2008-06-171-40/+46
* Add html-page-context event for customizing the template context.Georg Brandl2008-05-311-16/+37
* Add html_short_title and html_show_sphinx config values.Georg Brandl2008-05-241-1/+6
* Clarify docs for auto directive options.Georg Brandl2008-05-231-3/+17
* Minor enhancements to generate_rst.Georg Brandl2008-05-061-4/+6
* added support for explicit signatures in callablesArmin Ronacher2008-05-061-0/+11
* Rename version to 0.3.Georg Brandl2008-05-041-2/+2
* #2726: allow selecting what gets inserted into an autoclass directive.Georg Brandl2008-05-041-1/+18
* #2656: autodoc now skips inherited members unless the :inherited-members: fla...Georg Brandl2008-05-041-0/+4
* * New LaTeX table handling.Georg Brandl2008-05-031-0/+2
* Add new templating API, remove Jinja external and add it to setup.py dependen...Georg Brandl2008-04-131-0/+10
* Support Sphinx.add_transform().Georg Brandl2008-04-131-0/+5
* Add note about __module__ checking.Georg Brandl2008-04-131-0/+7
* Support app.add_crossref_type().Georg Brandl2008-03-282-6/+40
* Expand on the pickle builder.Georg Brandl2008-03-251-0/+2
* Make sphinx compatible with docutils SVN snapshots.v0.1.61798Georg Brandl2008-03-231-1/+1
* Add versionadded tag.Georg Brandl2008-03-231-0/+3
* Also remove # doctest: directives in presentation output.Georg Brandl2008-03-221-1/+11
* * sphinx.ext.doctest: Replace <BLANKLINE> in doctest blocks byGeorg Brandl2008-03-221-0/+4
* Add note about blank lines in doctest blocks.Georg Brandl2008-03-221-3/+6
* Put doctests in "default" by default and update docs for doctest extension.Georg Brandl2008-03-221-2/+25
* Add license and repository info to front page, add comments where sections ne...Georg Brandl2008-03-213-0/+5
* * Add docs for sphinx.ext.doctest.Georg Brandl2008-03-212-12/+159
* Fill in some XXXs.Georg Brandl2008-03-181-7/+39
* Update documentation, add more content.Georg Brandl2008-03-162-0/+24
* Add documentation for autodoc.Georg Brandl2008-03-141-0/+93
* Some more documentation.Georg Brandl2008-03-126-0/+161