summaryrefslogtreecommitdiff
path: root/doc/ext/appapi.rst
Commit message (Collapse)AuthorAgeFilesLines
* Doc: move API docs in their own chapter and add more of it.Georg Brandl2014-01-201-505/+0
|
* Fix autodoc.Georg Brandl2013-10-121-0/+2
|
* Add sphinx.version_info for better programmatic check of the Sphinx version.Georg Brandl2013-10-121-0/+16
|
* Closes #793: Fix docutils version references.Georg Brandl2011-11-011-5/+2
|
* Doc and changelog entries for 91b4fc984b32.Georg Brandl2011-07-231-1/+1
|
* merge with 1.0Georg Brandl2011-01-071-3/+21
|\
| * #306: Added :event:`env-get-outdated` event.Georg Brandl2011-01-071-0/+9
| |
| * #273: Add an API for adding full-text search support for languages other ↵Georg Brandl2011-01-041-0/+9
| | | | | | | | | | | | than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/.
| * Add add_node() support for texinfo and add handlers for nodes in our extensions.Georg Brandl2010-10-221-3/+3
| |
* | Parse parmeter field in event descriptions.Georg Brandl2011-01-071-1/+2
|/
* #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ↵Georg Brandl2010-08-251-1/+2
| | | | extension.
* #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-051-1/+3
| | | | | #482: When doing a non-exact search, match only the given type of object. #481: Apply non-exact search for Python reference targets with ``.name`` for modules too.
* Use the new rst domain in the sphinx docs.Georg Brandl2010-04-171-4/+4
|
* merge with trunkGeorg Brandl2010-04-061-23/+87
|\
| * Change domain-index API: introduce a class.Georg Brandl2010-02-281-6/+27
| |
| * Add app.override_domain().Georg Brandl2010-02-271-2/+10
| |
| * Add manual page writer.Georg Brandl2010-02-211-5/+5
| |
| * merge with trunkGeorg Brandl2010-01-171-0/+8
| |\
| * | Document three new appapi functions.Georg Brandl2010-01-141-2/+25
| | |
| * | Fix docs of emit_firstresult().Georg Brandl2010-01-141-2/+1
| | |
| * | Add html-collect-pages event.Georg Brandl2010-01-131-1/+9
| | |
| * | merge with trunkGeorg Brandl2010-01-071-3/+7
| |\ \
| * | | Finish renaming description units to object (description)s.Georg Brandl2009-10-271-12/+17
| | | |
* | | | merge with 0.6Georg Brandl2010-04-061-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix file name where example docs are located.Georg Brandl2010-04-041-1/+1
| | | |
* | | | Added ``needs_sphinx`` config value and ``Sphinx.require_sphinx`` ↵Georg Brandl2010-01-171-0/+8
| |_|/ |/| | | | | | | | application API function.
* | | merge with 0.6Georg Brandl2010-01-031-0/+8
|\ \ \ | |/ / |/| |
| * | Add "nature" theme, as used by PIP and distribute.Georg Brandl2010-01-031-2/+6
| |/
| * #200: Added ``Sphinx.add_stylesheet()``.Georg Brandl2009-06-161-0/+8
| |
* | Mark code blocks as Python.Georg Brandl2010-01-031-3/+7
|/
* Document setup_extension().gbrandl2009-03-141-0/+5
|
* Fix #106, fix #107: make _special_attrgetters an attribute of AutoDirective, ↵Georg Brandl2009-02-191-0/+9
| | | | to avoid confusion how it should be overridden in subclasses.
* The HTML builder now stores a small file named ``.buildinfo`` inGeorg Brandl2009-02-191-4/+13
| | | | | | its output directory. It stores a hash of config values that can be used to determine if a full rebuild needs to be done (e.g. after changing ``html_theme``).
* Add link to docutils directive docs.Georg Brandl2009-02-181-3/+4
|
* Document changes to the app API.Georg Brandl2009-02-171-6/+30
|
* merge with trunkGeorg Brandl2009-01-261-0/+7
|\
| * Add add_generic_role().Georg Brandl2009-01-221-0/+7
| |
* | Fix more line length and trailing whitespace.Georg Brandl2009-01-101-8/+8
|/
* Add Sphinx.add_lexer().Georg Brandl2008-11-301-0/+7
|
* Some more fixes after the great renaming.Georg Brandl2008-11-291-1/+1
|
* Fix param name and add example.Georg Brandl2008-11-231-1/+11
|
* Add env-purge-doc event. Add some examples for event usage.Georg Brandl2008-11-091-1/+22
|
* Add "source-read" event.georg.brandl2008-10-161-0/+8
|
* Add math support to Sphinx.georg.brandl2008-08-061-0/+19
|
* ``Sphinx.add_node()`` now takes optional visitor methods for the HTML,georg.brandl2008-08-051-1/+22
| | | | | LaTeX and text translators; this prevents having to manually patch the classes.
* Add "env-updated" and "missing-reference" events.georg.brandl2008-08-041-5/+39
| | | | Write inventory file as part of the HTML build.
* Add general docstring processing support with a new event in autodoc.georg.brandl2008-06-221-5/+5
|
* 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
|
* * New LaTeX table handling.georg.brandl2008-05-031-0/+2
| | | | * Support parts in LaTeX output.