summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Collapse)AuthorAgeFilesLines
* Closes #805: Make the ``Sphinx.add_index_to_domain`` method work correctly.Georg Brandl2011-11-011-3/+2
|
* Added support for non-local files to Application.add_stylesheet()Mateusz Paprocki2011-07-191-2/+5
|
* merge with 1.0Georg Brandl2011-01-071-15/+16
|\
| * #306: Added :event:`env-get-outdated` event.Georg Brandl2011-01-071-0/+1
| |
| * #273: Add an API for adding full-text search support for languages other ↵Georg Brandl2011-01-041-0/+5
| | | | | | | | | | | | than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/.
| * merge with 1.0Georg Brandl2011-01-041-1/+1
| |\
| * \ merge with 1.0Georg Brandl2010-10-221-0/+6
| |\ \
| * | | Add add_node() support for texinfo and add handlers for nodes in our extensions.Georg Brandl2010-10-221-0/+3
| | | |
| * | | merge with 1.0Georg Brandl2010-08-251-15/+7
| |\ \ \
| | * | | Docstring harmonization.Georg Brandl2010-08-221-12/+7
| | | | |
| | * | | Add a constant for class types, which lacks types.ClassType in Py3k.Georg Brandl2010-07-281-3/+0
| | | | |
* | | | | Parse parmeter field in event descriptions.Georg Brandl2011-01-071-2/+4
| |_|_|/ |/| | |
* | | | New year update.Georg Brandl2011-01-041-1/+1
| |_|/ |/| |
* | | #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-0/+6
|/ /
* | #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ↵Georg Brandl2010-08-251-2/+5
|/ | | | extension.
* Activate oldcmarkup by default, but warn when the markup is used.Georg Brandl2010-07-021-1/+3
|
* Revert logic in _directive_helper: everything that is not a function is a ↵Georg Brandl2010-06-051-7/+7
| | | | | | class-style directive. Fixes issues with extensions registering directive classes not inheriting from Directive.
* Change domain-index API: introduce a class.Georg Brandl2010-02-281-3/+2
|
* merge with trunkGeorg Brandl2010-02-281-36/+144
|\
| * Add app.override_domain().Georg Brandl2010-02-271-1/+8
| |
| * Add method for adding custom indexes.Georg Brandl2010-02-211-0/+7
| |
| * Rename arguments and make a few more optional, for convenience.Georg Brandl2010-02-211-5/+6
| |
| * Fix long line.Georg Brandl2010-02-211-1/+2
| |
| * Add manual page writer.Georg Brandl2010-02-211-0/+2
| |
| * Remove global state in all_domains, put it in app.domains.Georg Brandl2010-01-171-12/+13
| |
| * merge with trunkGeorg Brandl2010-01-171-2/+22
| |\
| * \ merge with trunkGeorg Brandl2010-01-171-32/+121
| |\ \
| | * \ merge with trunkGeorg Brandl2010-01-171-0/+1
| | |\ \ | | |/ / | |/| |
| | * | Document three new appapi functions.Georg Brandl2010-01-141-3/+0
| | | |
| | * | Fix docs of emit_firstresult().Georg Brandl2010-01-141-3/+3
| | | |
| | * | Add html-collect-pages event.Georg Brandl2010-01-131-0/+1
| | | |
| | * | merge with trunkGeorg Brandl2010-01-021-1/+1
| | |\ \
| | * \ \ merge with trunkGeorg Brandl2009-12-281-29/+119
| | |\ \ \
| | | * | | Finish renaming description units to object (description)s.Georg Brandl2009-10-271-2/+0
| | | | | |
| | | * | | Automatically convert directive functions, and add a test for that.Georg Brandl2009-10-271-3/+4
| | | | | |
| | | * | | Remove docutils 0.4 support.Georg Brandl2009-10-271-5/+6
| | | | | |
| | | * | | app: allow giving the localized object name when adding new object types.Georg Brandl2009-09-081-4/+6
| | | | | |
| | | * | | More refactoring for language-independent domain support.Georg Brandl2009-09-071-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Renamed "desc"ription unit to "object" wherever possible. * Added standard x-ref types to a StandardDomain which is always consulted. * Split domains module into a subpackage. * Removed additional_xref_types in favor of new directive classes in StandardDomain. * Implemented x-ref inventory version 2, for all object types. * Added env.doc_read_data which is for temporary data stored while reading. * Minimally updated extension tutorial. * Started to implement changes to interactive search. * Test suite passes again.
| | | * | | merge with trunkGeorg Brandl2009-09-041-15/+94
| | | |\ \ \ | | |/ / / /
| | | * | | merge with 0.6Georg Brandl2009-08-051-15/+99
| | | |\ \ \
| | | | * | | Add API to add components to a domain.Georg Brandl2009-07-281-3/+20
| | | | | | |
| | | | * | | With a few disabled features (see XXX), the test suite runs again.Georg Brandl2009-07-131-0/+1
| | | | | | |
| | | | * | | First step of domain handling in environment.Georg Brandl2009-07-131-8/+8
| | | | | | |
| | | | * | | Move the initialization of env and i18n into the app.Georg Brandl2009-07-131-6/+56
| | | | | | |
| | | | * | | Fix usage of XRefRole with domain parameter.Georg Brandl2009-07-131-2/+2
| | | | | | |
| | | | * | | Make domains instances, which have factory methods for their roles and ↵Georg Brandl2009-07-131-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | directives.
| | | | * | | Move domain-specific code around a bit; builtin domains are now completely ↵Georg Brandl2009-07-051-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in sphinx.domains. Test suite does not pass yet.
| | | | * | | Refactored role registrations.mitsuhiko2009-06-301-7/+5
| | | | | | |
| | | | * | | Introduce "domains".Georg Brandl2009-06-291-0/+6
| | | | | | |
* | | | | | | merge with 0.6Georg Brandl2010-02-281-2/+27
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |