summaryrefslogtreecommitdiff
path: root/sphinx/writers/text.py
Commit message (Expand)AuthorAgeFilesLines
* Support :numref: in other writerstk0miya2014-10-021-0/+5
* fix for py3 supportshimizukawa2014-08-301-2/+4
* Merge with stableshimizukawa2014-08-301-3/+9
|\
| * Add app.set_translator() API to register or override a Docutils translator cl...shimizukawa2014-08-051-1/+2
| * wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-1/+1
| * merge with stableGeorg Brandl2014-03-021-1/+6
| |\
| | * Update copyright year.Georg Brandl2014-03-011-1/+6
| | |\
| | | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
| | | * Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...Georg Brandl2014-01-121-0/+5
* | | | `make text` generate wrong table when it has empty table cells. Closes #1544shimizukawa2014-08-261-2/+2
|/ / /
* | | Closes #1370: Ignore "toctree" nodes in text writer, instead of raising.Georg Brandl2014-03-011-0/+3
|/ /
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Closes #901: Emit a warning when using docutils' new "math" markup without a ...Georg Brandl2014-01-111-0/+10
* Remove handlers for the "refcount" node.Georg Brandl2013-10-121-5/+0
* Avoid some pyflakes false positives.Georg Brandl2013-09-161-1/+2
* text writer: docstring proofreadingGeorg Brandl2013-03-291-2/+2
* versionlabels are handled entirely in the versionmodified directive, instead ...Nozomu Kaneko2013-01-061-5/+1
* Fix: text builder breach max-witdh specificatoin if paragraph have prefixed t...shimizukawa2013-03-091-4/+9
* Closes #1108: [text] Correctly number enumerated lists with non-default start...Jonathan Waltman2013-02-201-1/+1
* Fix text builder did not respect wide/fullwidth characters for textwrap.shimizukawa2013-02-071-0/+93
* Fix text builder did not respect wide/fullwidth charactors for table layout.shimizukawa2013-02-061-2/+4
* Fix text builder did not respect wide/fullwidth charactors for title line.shimizukawa2013-02-051-1/+3
* Remove duplicate visitor method.Robert Lehmann2013-01-061-5/+0
* merge birkenfeld/sphinxRobert Lehmann2013-01-061-0/+2
|\
| * merge with birkenfeld/sphinxRobert Lehmann2013-01-021-0/+2
| |\
| | * Fix seealso labels in text builder.Robert Lehmann2012-12-231-0/+2
* | | Fix text writer can not handle visit_legend for figure directive contents.shimizukawa2013-01-041-0/+5
|/ /
* | Copyright update.Georg Brandl2013-01-011-1/+1
|/
* Closes #1018: Fix "container" directive handling in the text builder.Georg Brandl2012-10-281-0/+5
* Closes #1028: Fix line block output in the text builder.Georg Brandl2012-10-281-3/+8
* Merge with 1.0Georg Brandl2011-09-221-12/+24
|\
| * Fix #706: use a custom TextWrapper instead of monkeypatching a new wordsep_re...Georg Brandl2011-09-211-13/+20
| * #586: Implemented improved glossary markup which allows multiple terms per de...Georg Brandl2011-01-061-0/+4
| * #209: Added :confval:`text_newlines` and :confval:`text_sectionchars` config ...Georg Brandl2011-01-041-9/+17
| * merge with 1.0Georg Brandl2011-01-041-1/+1
| |\
| * | Use better-readable code markup in text output.Georg Brandl2010-12-181-2/+2
| * | Removed map(None, ...) usageDasIch2010-04-291-1/+1
* | | Fix #720: add dummy visitor for graphviz nodes for man/text writer.Georg Brandl2011-09-221-0/+2
* | | Fix #706: use a custom TextWrapper instead of monkeypatching a new wordsep_re...Georg Brandl2011-09-211-13/+20
| |/ |/|
* | New year update.Georg Brandl2011-01-041-1/+1
|/
* merge with 0.6Georg Brandl2010-05-241-11/+4
|\
| * merge with trunkGeorg Brandl2010-04-061-10/+3
| |\
| | * Get rid of the "module" node.Georg Brandl2010-02-201-7/+0
| | * Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-1/+1
| | * merge with trunkGeorg Brandl2010-01-021-1/+1
| | |\
| | * | More refactoring for language-independent domain support.Georg Brandl2009-09-071-2/+2
| | * | Add another sectionchar.Georg Brandl2009-07-031-1/+1
| * | | merge with 0.6Georg Brandl2010-04-061-13/+14
| |\ \ \ | | |_|/ | |/| |
| * | | merge with 0.6Georg Brandl2010-01-011-1/+1
| |\ \ \
| | * | | Add another sectionchar.Georg Brandl2009-07-031-1/+1
| | | |/ | | |/|