summaryrefslogtreecommitdiff
path: root/sphinx/writers
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-11-061-1/+2
|\
| * Closes #1619: missing in_production_list check for latex writerGeorg Brandl2014-11-061-1/+2
| * Now sphinx.ext.autodoc work with python-2.5 again, again.shimizukawa2014-09-261-2/+3
* | rename `numfig_prefix` to `numfig_format`. later is better for the purpose.shimizukawa2014-10-101-1/+1
* | fix trailing space and long lineshimizukawa2014-10-091-2/+4
* | fix i18n.shimizukawa2014-10-091-7/+6
* | Merged in tk0miya/sphinx (pull request #303)Takayuki Shimizukawa2014-10-091-3/+3
|\ \
| * | Fix it should not use starttag() to tags which are not related with nodetk0miya2014-10-061-3/+3
* | | Merge with defaulttk0miya2014-10-065-5/+42
|\ \ \ | |/ / |/| |
| * | Fix position of \label tag for literal_block was invalid in LaTeXtk0miya2014-10-061-2/+3
| * | Fix position of \label tag for table was invalid in LaTeXtk0miya2014-10-061-3/+6
| * | Support :numref: in other writerstk0miya2014-10-023-0/+15
| * | Support :numref: in LaTeX writertk0miya2014-10-012-0/+18
* | | Include placeholder in numfig prefix i18n strings so that they do not end in ...Georg Brandl2014-10-061-1/+1
* | | Surround fignum and caption with <span> tagtk0miya2014-10-051-0/+8
* | | Refactor creating permalinks on HTML writertk0miya2014-10-051-31/+17
* | | Set permanent links to every captions and titlestk0miya2014-10-051-0/+19
|/ /
* | Add options argument to Sphinx.add_latex_package()tk0miya2014-09-281-1/+6
* | Merged in tk0miya/sphinx (pull request #298)Takayuki Shimizukawa2014-09-281-0/+16
|\ \
| * | Assign fignum to tables and code-blockstk0miya2014-09-271-5/+12
| * | Add config entries for numfigtk0miya2014-08-161-4/+3
| * | Assign figure numbers automaticallytk0miya2014-09-261-0/+10
* | | Add new API: Sphinx.add_latex_package()tk0miya2014-09-271-0/+5
|/ /
* | Fix by review commenttk0miya2014-09-261-1/+1
* | Fix @caption should be placed to inside of @float element in texinfotk0miya2014-09-241-6/+10
* | do nested_parse() :caption: of code-block directivetk0miya2014-09-192-10/+28
* | fix for py3 supportshimizukawa2014-08-301-2/+4
* | Merge with stableshimizukawa2014-08-306-59/+124
|\ \ | |/ |/|
| * Merge upstream changestk0miya2014-08-202-6/+6
| |\
| | * Rename :filename: option of code-block directive to :caption:tk0miya2014-08-112-6/+6
| * | Merged in tk0miya/sphinx (pull request #269)Takayuki Shimizukawa2014-08-201-7/+7
| |\ \
| | * | Fix #1476 replace <tt> tag by <code>tk0miya2014-08-121-7/+7
| | |/
| * | Fix numbering section does not work at singlehtml mode (adhoc)tk0miya2014-08-121-3/+11
| |/
| * Add app.set_translator() API to register or override a Docutils translator cl...shimizukawa2014-08-055-4/+14
| * Merged in lennart0901/sphinx (pull request #260)Takayuki Shimizukawa2014-08-031-0/+2
| |\
| | * When generating latex references, also insert latex target/anchor for the ids...Olivier Heurtier2014-07-231-0/+2
| * | Escape underscore in citation labels for latex exportLennart Fricke2014-07-311-1/+1
| |/
| * wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-302-6/+6
| * replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350shimizukawa2014-04-301-1/+1
| * remove 'six' name except importing line.shimizukawa2014-04-301-2/+2
| * use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-4/+4
| * use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-292-2/+4
| * use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-292-3/+4
| * merge with stableGeorg Brandl2014-03-025-30/+72
| |\
| | * mergeGeorg Brandl2014-03-011-1/+4
| | |\
| | | * merge with stableGeorg Brandl2014-03-015-29/+69
| | | |\
| | * | \ Merged in erny1803/sphinx (pull request #227)Georg Brandl2014-03-011-1/+3
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Allow alternative float options for figure. See #1. no-pep8Ernesto Revilla2014-02-201-1/+3
| | * | | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-011-8/+5
| | |\ \ \
| | | * \ \ merge headsshimizukawa2014-01-185-40/+133
| | | |\ \ \