summaryrefslogtreecommitdiff
path: root/sphinx/writers/text.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Copyright update.Georg Brandl2013-01-011-1/+1
| |
* | Fix seealso labels in text builder.Robert Lehmann2012-12-231-0/+2
|/
* 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-0/+2
|\
| * 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 ↵Georg Brandl2011-09-211-13/+20
| | | | | | | | wordsep_re into the textwrap one.
* | Fix #706: use a custom TextWrapper instead of monkeypatching a new ↵Georg Brandl2011-09-211-13/+20
| | | | | | | | wordsep_re into the textwrap one.
* | #586: Implemented improved glossary markup which allows multiple terms per ↵Georg Brandl2011-01-061-0/+4
| | | | | | | | definition.
* | #209: Added :confval:`text_newlines` and :confval:`text_sectionchars` config ↵Georg Brandl2011-01-041-9/+17
| | | | | | | | values.
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Use better-readable code markup in text output.Georg Brandl2010-12-181-2/+2
| |
* | Removed map(None, ...) usageDaniel Neuhäuser2010-04-291-1/+1
|/
* merge with 0.6Georg Brandl2010-05-241-0/+5
|\
| * Handle raw nodes in the ``text`` writer.Georg Brandl2010-05-241-0/+5
| |
* | merge with trunkGeorg Brandl2010-04-061-13/+14
|\ \
| * \ merge with 0.6Georg Brandl2010-04-061-13/+14
| |\ \ | | |/
| | * Fix the handling of nested lists in the text writer.Georg Brandl2010-04-061-13/+14
| | | | | | | | | | | | The list counter needs to be a stack, to be able to handle nested lists.
* | | 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-2/+2
|\ \ \ | |/ / |/| |
| * | More refactoring for language-independent domain support.Georg Brandl2009-09-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Renamed "desc"ription unit to "object" wherever possible. * Added standard x-ref types to a StandardDomain which is always consulted. * Split domains module into a subpackage. * Removed additional_xref_types in favor of new directive classes in StandardDomain. * Implemented x-ref inventory version 2, for all object types. * Added env.doc_read_data which is for temporary data stored while reading. * Minimally updated extension tutorial. * Started to implement changes to interactive search. * Test suite passes again.
| * | Add another sectionchar.Georg Brandl2009-07-031-1/+1
| | |
* | | merge with 0.6Georg Brandl2010-01-011-1/+1
|\ \ \ | | |/ | |/|
| * | Happy new year!Georg Brandl2010-01-011-1/+1
| |/
* | Add another sectionchar.Georg Brandl2009-07-031-1/+1
|/
* merge with 0.5Georg Brandl2009-03-161-0/+10
|
* #114: Added an ``abbr`` role to markup abbreviations and acronyms.Georg Brandl2009-03-051-0/+6
|
* Reformat to EOL80.Georg Brandl2009-01-101-1/+2
|
* Close #52: There is now a ``hlist`` directive, creating a compactGeorg Brandl2009-01-041-0/+10
| | | | list by placing distributing items into multiple columns.
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|
* Close #4: Added a ``:download:`` role that marks a non-document fileGeorg Brandl2008-12-281-0/+5
| | | | for inclusion into the HTML output and links to it.
* Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
|
* Change the way to handle return annotations a bit.Georg Brandl2008-12-251-0/+5
|
* Move builders and writers into new packages.Georg Brandl2008-11-291-0/+679