Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add ``config-inited`` event | Takeshi KOMIYA | 2016-11-18 | 1 | -0/+10 | |
| | ||||||
* | Use \text macro to make numbers subscript | Takeshi KOMIYA | 2016-05-05 | 1 | -20/+20 | |
| | | | | More details, see https://github.com/sphinx-doc/sphinx/commit/488ee5279a7b595c2999df9b689514b8b2887b18 | |||||
* | Fix #2501: Unicode subscript numbers are normalized in LaTeX | Takeshi KOMIYA | 2016-05-02 | 1 | -2/+20 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
* | | Add support for converting checkmark unicode to latex symbol | Matthew Treinish | 2015-07-26 | 1 | -0/+1 | |
|/ | | | | | | | | This commit adds an entry to the list of tex escapes for the checkmark unicode character. As part of this the use of the amssymb package is added which is required for the checkmark symbol among others. Closes #1959 | |||||
* | util: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -2/+4 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350 | Takayuki Shimizukawa | 2014-04-30 | 1 | -83/+85 | |
|/ | ||||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Remove compatibility code for Pygments < 1.2. | Georg Brandl | 2011-09-25 | 1 | -4/+1 | |
| | ||||||
* | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | ||||||
* | Make the concept of "module index" generalized to domains. As a ↵ | Georg Brandl | 2010-02-20 | 1 | -0/+2 | |
| | | | | side-effect, the latex modindex is no longer generated by LaTeX. | |||||
* | Restore compatibility with Pygments >= 1.2. | Georg Brandl | 2010-01-06 | 1 | -3/+5 | |
| | ||||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | Properly escape ``|`` in LaTeX output. | Georg Brandl | 2009-03-09 | 1 | -1/+2 | |
| | ||||||
* | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 | |
| | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | |||||
* | #29: fix some option list issues, in HTML, LaTeX and text writers. | Georg Brandl | 2008-11-03 | 1 | -0/+2 | |
| | ||||||
* | Merged revisions 66588,66602 via svnmerge from | Georg Brandl | 2008-09-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r66588 | georg.brandl | 2008-09-24 17:25:43 +0200 (Wed, 24 Sep 2008) | 2 lines Fix footer marking. ........ r66602 | georg.brandl | 2008-09-24 19:02:31 +0200 (Wed, 24 Sep 2008) | 2 lines Escape backtick in texescape. ........ | |||||
* | Merged revisions 65566-65567,65623,65625 via svnmerge from | Georg Brandl | 2008-08-10 | 1 | -0/+107 | |
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65566 | georg.brandl | 2008-08-07 09:11:11 +0000 (Thu, 07 Aug 2008) | 2 lines Clarification for the ref role. ........ r65567 | georg.brandl | 2008-08-07 09:11:25 +0000 (Thu, 07 Aug 2008) | 2 lines Rebuild everything if extensions change. ........ r65623 | georg.brandl | 2008-08-10 11:18:42 +0000 (Sun, 10 Aug 2008) | 2 lines Unify handling of LaTeX escaping, and add some more replacements. ........ r65625 | georg.brandl | 2008-08-10 11:25:41 +0000 (Sun, 10 Aug 2008) | 2 lines Make tex escapes a module. ........ |