summaryrefslogtreecommitdiff
path: root/doc/ext
Commit message (Collapse)AuthorAgeFilesLines
* autosummary: minor doc clarificationsPauli Virtanen2011-06-291-6/+8
|
* Closes #683: set default MathJax path to the CDN URL, and update the docs ↵Georg Brandl2011-05-151-8/+8
| | | | accordingly.
* Change redirected URLs to the new locationsDaniel Neuh?user2011-02-052-3/+3
|
* #431: Doc comments for attributes can now be given on the same line as the ↵Georg Brandl2011-01-151-3/+12
| | | | assignment.
* Add changelog entry and docs for #594.Georg Brandl2011-01-091-1/+1
|
* merge with 1.0Georg Brandl2011-01-091-2/+2
|\
| * Clarification.Georg Brandl2011-01-081-2/+2
| |
* | Added :confval:`pngmath_add_tooltips`.Georg Brandl2011-01-081-0/+7
| |
* | Fix interpolation error, encode inserted caption strings and add the caption ↵Georg Brandl2011-01-081-4/+9
| | | | | | | | in HTML output too.
* | #367: Added automatic exclusion of hidden members in inheritance diagrams, ↵Georg Brandl2011-01-071-0/+7
| | | | | | | | and an option to selectively enable it.
* | merge with 1.0Georg Brandl2011-01-076-20/+155
|\ \ | |/ |/|
| * #306: Added :event:`env-get-outdated` event.Georg Brandl2011-01-071-0/+9
| |
| * Added the :mod:`sphinx.ext.mathjax` extension, based onGeorg Brandl2011-01-061-6/+38
| | | | | | | | https://bitbucket.org/kevindunn/sphinx-extension-mathjax/ by Kevin Dunn.
| * Add an option for the coverage builder if source-undocumented items are matched.Georg Brandl2011-01-041-0/+12
| |
| * merge with bb://mbrochh/sphinxGeorg Brandl2011-01-041-0/+2
| |\
| * | #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/.
| * | Fix-up half-sentence.Georg Brandl2011-01-031-1/+2
| | |
| * | #564: Add :confval:`autodoc_docstring_signature` which retrieves the ↵Georg Brandl2011-01-031-0/+13
| | | | | | | | | | | | signature from the first line of the docstring, if it is found there.
| * | #520: Provide ``special-members`` option for autodoc directives.Georg Brandl2011-01-031-4/+12
| | |
| * | #176: Provide ``private-members`` option for autodoc directives.Georg Brandl2011-01-031-10/+20
| | |
| * | #553: Added :rst:dir:`testcleanup` blocks in the doctest extension.Georg Brandl2011-01-031-0/+16
| | |
| * | Add add_node() support for texinfo and add handlers for nodes in our extensions.Georg Brandl2010-10-221-3/+3
| | |
| * | autodoc's docstring/special-comment detection works for instance attributes tooChris Rebert2010-10-021-3/+10
| | |
| * | add 'inline' flag to graphviz extension directives to control paragraph breaksDoug Hellmann2010-09-161-0/+5
| |/
| * merge with 1.0Georg Brandl2010-08-251-0/+11
| |\
| | * #443: Allow referencing external graphviz files.Georg Brandl2010-08-231-0/+11
| | |
* | | 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.
* #469: document __all__ ordering in members.Georg Brandl2010-08-051-0/+3
|
* #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-054-25/+29
| | | | | #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.
* #480: Fix handling of target naming in intersphinx.Georg Brandl2010-08-051-3/+3
|
* #461: elaborate how to use intersphinx.Georg Brandl2010-07-101-1/+15
|
* Add the "oldcmarkup" extension, to help migrating to 1.0.Georg Brandl2010-05-241-0/+35
|
* #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-20/+45
| | | | projects, and to specify the project you want to link to.
* merge with 0.6Georg Brandl2010-05-231-4/+4
|\
| * No need to link to dev docs anymore.Georg Brandl2010-05-231-3/+3
| |
| * Fix file name in example.Georg Brandl2010-05-231-1/+1
| |
* | merge with trunkGeorg Brandl2010-04-171-1/+1
|\ \
| * | Use appropriate interpolation char.Georg Brandl2010-04-171-1/+1
| | |
* | | Use the new rst domain in the sphinx docs.Georg Brandl2010-04-179-52/+52
| | |
* | | merge with trunkGeorg Brandl2010-04-065-31/+122
|\ \ \ | |/ / |/| |
| * | A bit more tutorial.Georg Brandl2010-03-141-0/+3
| | |
| * | Change domain-index API: introduce a class.Georg Brandl2010-02-281-6/+27
| | |
| * | #187: Added support for source ordering of members in autodoc, with ↵Georg Brandl2010-02-281-2/+8
| | | | | | | | | | | | ``autodoc_member_order = 'bysource'``.
| * | merge with trunkGeorg Brandl2010-02-274-29/+90
| |\ \
| | * | 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
| | | | |