summaryrefslogtreecommitdiff
path: root/sphinx/writers/html.py
Commit message (Expand)AuthorAgeFilesLines
* rename `numfig_prefix` to `numfig_format`. later is better for the purpose.shimizukawa2014-10-101-1/+1
* 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-061-0/+6
|\ \ | |/ |/|
| * Support :numref: in LaTeX writertk0miya2014-10-011-0/+6
* | 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
|/
* 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
* do nested_parse() :caption: of code-block directivetk0miya2014-09-191-3/+12
* Merge upstream changestk0miya2014-08-201-3/+3
|\
| * Rename :filename: option of code-block directive to :caption:tk0miya2014-08-111-3/+3
* | 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
|/
* remove 'six' name except importing line.shimizukawa2014-04-301-2/+2
* use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-291-1/+2
* merge with stableGeorg Brandl2014-03-011-14/+30
|\
| * Update copyright year.Georg Brandl2014-03-011-14/+30
| |\
| | * Follow-up to #1355: replace <big> tag by <span class="sig-paren">.Georg Brandl2014-01-261-2/+2
| | * merge with stableGeorg Brandl2014-01-221-12/+28
| | |\
| | | * Modernize newly written code as wellDmitry Shachnev2014-01-201-1/+1
| | | * MergeDmitry Shachnev2014-01-201-12/+12
| | | |\
| | | | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-12/+12
| | | * | merge with stableGeorg Brandl2014-01-191-0/+6
| | | |\ \
| | | * \ \ Merge in pull request #172 from https://bitbucket.org/nsmgr8/sphinx/branch/de...Georg Brandl2014-01-191-0/+3
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Add filename option to code-blockM Nasimul Haque2013-09-261-0/+3
| | | * | | merge with stableGeorg Brandl2014-01-131-3/+19
| | | |\ \ \
| | | * | | | Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...Georg Brandl2014-01-121-0/+13
* | | | | | | Closes #1375: fix ResourceWarnings with unclosed PIL images.Georg Brandl2014-03-011-1/+4
|/ / / / / /
* | | | | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ / / / /
* | | | | Closes #1355: compatibility fix for Django docs.Georg Brandl2014-01-221-0/+1
| |_|_|/ |/| | |
* | | | Closes #1323: Fix emitting empty ``<ul>`` tags in the HTML writer, which is n...Georg Brandl2014-01-191-0/+6
| |/ / |/| |
* | | Closes #1001: render brackets around optional arguments correctly when the ar...Georg Brandl2014-01-121-3/+19
|/ /
* | Closes #901: Emit a warning when using docutils' new "math" markup without a ...Georg Brandl2014-01-111-0/+7
* | Remove handlers for the "refcount" node.Georg Brandl2013-10-121-5/+0
|/
* Avoid some pyflakes false positives.Georg Brandl2013-09-161-1/+2
* Add test for docutils.conf and prevent 'html4css1.css' missing warning.shimizukawa2013-07-271-0/+8
* Add a link to a blog post explaining docutils Writers/TranslatorsEric Holscher2013-07-021-0/+2
* versionlabels are handled entirely in the versionmodified directive, instead ...Nozomu Kaneko2013-01-061-9/+6
* merge with birkenfeld/sphinxRobert Lehmann2013-01-021-1/+1
|\
| * Closes #960: Convert seealso directive to ordinary admonition.Robert Lehmann2012-12-161-1/+1
* | Copyright update.Georg Brandl2013-01-011-1/+1
|/
* Closes #920: rescue PIL packaging issue that allow import `Image` without `PI...shimizukawa2012-11-071-1/+4
* Add a comment explaining part of visit_image.Georg Brandl2012-03-101-0/+3
* Closes #853: Restore compatibility with docutils trunk.Georg Brandl2012-01-291-0/+2