summaryrefslogtreecommitdiff
path: root/sphinx/domains
Commit message (Expand)AuthorAgeFilesLines
* Closes #1623: Return types specified with ``:rtype:`` are now turned into lin...Georg Brandl2014-11-121-15/+24
* 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
| |/
* | Document env-merge-info event, add parallel reading to changelogGeorg Brandl2014-09-221-1/+1
* | [WIP] parallel readGeorg Brandl2014-09-227-0/+56
* | cpp domain: minor PEP8 cleanupGeorg Brandl2014-09-221-18/+16
* | 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-202-4/+4
* | Move env.temp_data content that might be used to resolve references to a new ...Georg Brandl2014-09-205-35/+35
* | 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-197-24/+133
* | merge with stableGeorg Brandl2014-09-197-888/+1510
|\ \
| * | CPP domain: fix whitespace.Georg Brandl2014-09-191-12/+12
| |/
| * Do not highlight function pointers if unexpected tokens foundtk0miya2014-08-211-1/+5
| * Fix #1513 highlights for function pointers in argument list of c:functiontk0miya2014-08-201-7/+34
| * for pull request #263, update CHANGES, fix for py26, fix for pep8.shimizukawa2014-08-101-448/+679
| * Merged in jakobla/sphinx (pull request #263)Takayuki Shimizukawa2014-08-101-960/+1286
| |\
| | * C++, fix cpp:parent bug and add all aliases of fundamental integer types.Jakob Lykke Andersen2014-08-101-12/+15
| | * Ooops, revert stray function renames.Jakob Lykke Andersen2014-08-071-4/+4
| | * C++, update id generation to use name manglingJakob Lykke Andersen2014-08-061-116/+225
| | * C++, change parsing context to explicit arguments, fixes some casting operators.Jakob Lykke Andersen2014-07-271-161/+182
| | * C++, fix class name rendering to 'lastIsName', though not the template part. ...Jakob Lykke Andersen2014-07-261-21/+34
| | * C++, improve xrefs with templates.Jakob Lykke Andersen2014-07-241-6/+25
| | * C++, fix namespacing of elements and xrefs.Jakob Lykke Andersen2014-07-241-38/+35
| | * Revamp of C++ domain.Jakob Lykke Andersen2014-07-242-895/+1055
| | * C++, actually add 'virtual' to output, and fix missing rename.Jakob Lykke Andersen2014-07-191-2/+5
| | * C++ domain, add support for virtual functions.Jakob Lykke Andersen2014-07-181-9/+10
| * | 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
| |/
| * merge with stableshimizukawa2014-07-137-70/+97
| |\
| | * * fix over 80 chars line and remove unused import.shimizukawa2014-06-152-3/+0
| | * Merged in vitaut/sphinx/cpp-variadic (pull request #241)Takayuki Shimizukawa2014-05-287-62/+67
| | |\
| | | * wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-1/+1
| | | * use UnicodeMixin for __str__, __unicode__ to support py2/py3 in one source. r...shimizukawa2014-04-301-9/+4
| | | * use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-31/+31
| | | * wrap iterator with list() to avoid 'dictionary changed size during iteration'...shimizukawa2014-04-295-11/+11