summaryrefslogtreecommitdiff
path: root/sphinx/domains/rst.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* Merge with 1.0Georg Brandl2011-09-231-4/+5
|\
| * #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-1/+1
| * merge with 1.0Georg Brandl2011-01-041-1/+1
| |\
| * | Docstring harmonization.Georg Brandl2010-08-221-3/+4
* | | Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-6/+4
| |/ |/|
* | New year update.Georg Brandl2011-01-041-1/+1
|/
* Fix references to reST domain items.Georg Brandl2010-08-051-2/+3
* #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-051-1/+1
* Fix fix.Georg Brandl2010-07-271-2/+2
* #470: Fix generated target names for reST domain objects; they are not in the...Georg Brandl2010-07-271-3/+4
* Fix referencing in rst domain.Georg Brandl2010-05-301-8/+10
* Fix a bug that prevented references in the rst domain.Georg Brandl2010-05-301-1/+1
* Rename default_domain to primary_domain; give it special semantics.Georg Brandl2010-05-231-2/+2
* #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-1/+1
* Use the new rst domain in the sphinx docs.Georg Brandl2010-04-171-15/+15
* Cleanup trailing whitespace and fix a few nits with the rst domain.Georg Brandl2010-04-171-17/+21
* Refactored ReSTDirective.handle_signature() and added the first tests for rst...Leontius Adhika Pradhana2010-04-161-10/+17
* Removed unneeded ReSTXRefRole and a bit of documentation.Leontius Adhika Pradhana2010-04-161-6/+12
* Implemented get_objects() in rst domain so that search functions properly.Leontius Adhika Pradhana2010-04-161-1/+4
* Added documentation... and removed another stray debug line.Leontius Adhika Pradhana2010-04-161-1/+0
* rst domain now properly implements clear_doc() and warns on duplicate object ...Leontius Adhika Pradhana2010-04-161-1/+13
* Removed unneeded imports and stray debug lines.Leontius Adhika Pradhana2010-04-161-3/+0
* Copied parse_role and parse_directive from doc/conf.py, which provides parsin...Leontius Adhika Pradhana2010-04-161-6/+19
* Added referencing and indexing for rst domain.Leontius Adhika Pradhana2010-04-161-5/+44
* Added reStructuredText domain with rst:directive and rst:role directive.Leontius Adhika Pradhana2010-04-141-0/+54