summaryrefslogtreecommitdiff
path: root/sphinx/domains/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* New year update.Georg Brandl2011-01-041-1/+1
* Rename default_domain to primary_domain; give it special semantics.Georg Brandl2010-05-231-1/+10
* #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-0/+1
* Move :ref: labels over to std domain.Georg Brandl2010-05-231-0/+6
* Fix test failure.Georg Brandl2010-04-261-1/+1
* Added reStructuredText domain with rst:directive and rst:role directive.Leontius Adhika Pradhana2010-04-141-0/+2
* Review of JS domain. Adapt coding style a bit.Georg Brandl2010-04-081-1/+1
* Added a JavaScript domain and a js:function directive.DasIch2010-03-301-1/+3
* Added first version of the C++ signature parsermitsuhiko2010-02-281-0/+2
* Change domain-index API: introduce a class.Georg Brandl2010-02-281-64/+73
* Add method for adding custom indexes.Georg Brandl2010-02-211-2/+14
* Remove "group" identifier from get_index() entries; let the template figure t...Georg Brandl2010-02-201-1/+23
* Make the concept of "module index" generalized to domains. As a side-effect,...Georg Brandl2010-02-201-0/+18
* Remove duplicate XXX.Georg Brandl2010-01-171-2/+0
* Add missing docstring, add missing object types for Python domain.Georg Brandl2010-01-171-1/+11
* Remove global state in all_domains, put it in app.domains.Georg Brandl2010-01-171-2/+1
* Add some XXXes... sigh.Georg Brandl2010-01-081-1/+1
* Update copyrights.Georg Brandl2010-01-021-1/+1
* Automatically convert directive functions, and add a test for that.Georg Brandl2009-10-271-1/+0
* Add test cases for intersphinx, and fix it to work with objtypes.Georg Brandl2009-09-091-2/+2
* search: make the search work with the new domain model.Georg Brandl2009-09-081-3/+8
* More refactoring for language-independent domain support.Georg Brandl2009-09-071-0/+176