summaryrefslogtreecommitdiff
path: root/sphinx/domains/std.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #1603 :numref: doesn't work correctly when label contain underscoretk0miya2014-10-271-4/+4
* rename `numfig_prefix` to `numfig_format`. later is better for the purpose.shimizukawa2014-10-101-1/+1
* Merge with defaulttk0miya2014-10-061-17/+58
|\
| * Catch KeyError resolving numref if target docs does not included in toctreetk0miya2014-10-061-1/+1
| * Support :numref: in LaTeX writertk0miya2014-10-011-5/+10
| * Add :numref: role to refer figures, tables and code-blocks by its fignumtk0miya2014-10-011-17/+53
|/
* Fix by review commenttk0miya2014-09-261-0/+2
* Merge with defaulttk0miya2014-09-241-5/+5
|\
| * do nested_parse() :caption: of code-block directivetk0miya2014-09-191-0/+5
* | Merged in tk0miya/sphinx (pull request #291)Takayuki Shimizukawa2014-09-231-0/+5
|\ \
| * | Fix cannot capture title of literal_block node by xreftk0miya2014-08-241-0/+5
| |/
* | [WIP] parallel readGeorg Brandl2014-09-221-0/+15
* | PEP8 cleanup in std.py.Georg Brandl2014-09-201-10/+10
* | Closes #1284: Program options documented with :rst:dir:`option` can now start...Georg Brandl2014-09-201-32/+19
* | Add ref context to all "any" references. Should make it possible to resolve ...Georg Brandl2014-09-201-3/+3
* | Move env.temp_data content that might be used to resolve references to a new ...Georg Brandl2014-09-201-4/+4
* | Enable links to options without program nameGeorg Brandl2014-09-201-1/+1
* | Fix wrong class generated from option "any" referenceGeorg Brandl2014-09-201-1/+1
* | Fix linking with "any" to :ref: and :term: with non-lowercased targets.Georg Brandl2014-09-201-3/+8
* | Add tests for "any" role and default-role setting. Fix some minor bugs with "...Georg Brandl2014-09-191-16/+22
* | Added the `any` role that can be used to find a cross-reference ofGeorg Brandl2014-09-191-0/+17
* | merge with stableGeorg Brandl2014-09-191-10/+18
|\ \ | |/
| * refactoring at 37664fe44c7 is not correct. reverting. Thanks @tk0miya. refs p...shimizukawa2014-08-101-9/+12
| * * for PR#264: update CHANGES, add tests, small refactoring.shimizukawa2014-08-101-12/+9
| * Fix could not resolve xref for figure node with :name: optiontk0miya2014-07-281-0/+7
| * wrap iterator with list() to avoid 'dictionary changed size during iteration'...shimizukawa2014-04-291-4/+4
| * use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-5/+6
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |\
| | * merge with stableGeorg Brandl2014-01-221-1/+1
| | |\
| | | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
* | | | Std domain: don't expect "refprogram" attribute on an xref node.Georg Brandl2014-09-191-1/+1
|/ / /
* | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ /
* | Closes #1357: Option names documented by :rst:dir:`option` are now again allo...Georg Brandl2014-01-221-15/+23
|/
* Closes #1017: Be helpful and tell the user when the argument to :rst:dir:`opt...Georg Brandl2014-01-121-4/+12
* Closes #1050: Add anonymous labels into ``objects.inv`` to be referenced via ...Georg Brandl2014-01-111-0/+5
* Closes #933: Do not crash if an ``:option:`` value is malformed (contains spacesGeorg Brandl2014-01-101-4/+13
* fix: keep reference if link refname was translated. refs #1193shimizukawa2013-06-191-2/+3
* Fix multiple cross references (term, ref, doc) in the same line return the sa...shimizukawa2013-06-161-24/+41
* std domain: better name for local variableGeorg Brandl2013-03-291-6/+6
* fix source and line value for glossary term. refs #1090shimizukawa2013-01-301-5/+9
* Fix gettext does not extract glossary terms. Closes #1090shimizukawa2013-01-301-1/+3
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix code style nits.Georg Brandl2012-03-101-1/+2
* Closes #832: Fix crashes when putting comments or lone terms in a glossary.Georg Brandl2012-01-291-1/+5
* Closes #797: Don't crash on a misformatted glossary.Georg Brandl2011-11-011-2/+12
* Merge with 1.0Georg Brandl2011-09-231-29/+93
|\
| * Merge with 1.0Georg Brandl2011-09-231-2/+3
| |\
| * | Remove use of method new in docutils 0.7.Georg Brandl2011-01-081-1/+1
| * | merge with 1.0Georg Brandl2011-01-081-27/+18
| |\ \
| * | | #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-7/+7