Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fix seealso labels in text builder. | Robert Lehmann | 2012-12-23 | 1 | -0/+2 | |
|/ | ||||||
* | Closes #1018: Fix "container" directive handling in the text builder. | Georg Brandl | 2012-10-28 | 1 | -0/+5 | |
| | ||||||
* | Closes #1028: Fix line block output in the text builder. | Georg Brandl | 2012-10-28 | 1 | -3/+8 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-22 | 1 | -0/+2 | |
|\ | ||||||
| * | Fix #720: add dummy visitor for graphviz nodes for man/text writer. | Georg Brandl | 2011-09-22 | 1 | -0/+2 | |
| | | ||||||
| * | Fix #706: use a custom TextWrapper instead of monkeypatching a new ↵ | Georg Brandl | 2011-09-21 | 1 | -13/+20 | |
| | | | | | | | | wordsep_re into the textwrap one. | |||||
* | | Fix #706: use a custom TextWrapper instead of monkeypatching a new ↵ | Georg Brandl | 2011-09-21 | 1 | -13/+20 | |
| | | | | | | | | wordsep_re into the textwrap one. | |||||
* | | #586: Implemented improved glossary markup which allows multiple terms per ↵ | Georg Brandl | 2011-01-06 | 1 | -0/+4 | |
| | | | | | | | | definition. | |||||
* | | #209: Added :confval:`text_newlines` and :confval:`text_sectionchars` config ↵ | Georg Brandl | 2011-01-04 | 1 | -9/+17 | |
| | | | | | | | | values. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Use better-readable code markup in text output. | Georg Brandl | 2010-12-18 | 1 | -2/+2 | |
| | | ||||||
* | | Removed map(None, ...) usage | Daniel Neuhäuser | 2010-04-29 | 1 | -1/+1 | |
|/ | ||||||
* | merge with 0.6 | Georg Brandl | 2010-05-24 | 1 | -0/+5 | |
|\ | ||||||
| * | Handle raw nodes in the ``text`` writer. | Georg Brandl | 2010-05-24 | 1 | -0/+5 | |
| | | ||||||
* | | merge with trunk | Georg Brandl | 2010-04-06 | 1 | -13/+14 | |
|\ \ | ||||||
| * \ | merge with 0.6 | Georg Brandl | 2010-04-06 | 1 | -13/+14 | |
| |\ \ | | |/ | ||||||
| | * | Fix the handling of nested lists in the text writer. | Georg Brandl | 2010-04-06 | 1 | -13/+14 | |
| | | | | | | | | | | | | The list counter needs to be a stack, to be able to handle nested lists. | |||||
* | | | Get rid of the "module" node. | Georg Brandl | 2010-02-20 | 1 | -7/+0 | |
| | | | ||||||
* | | | Make the _ gettext alias an explicit import instead of installing into builtins. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | More refactoring for language-independent domain support. | Georg Brandl | 2009-09-07 | 1 | -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 Brandl | 2009-07-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge with 0.6 | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| |/ | ||||||
* | | Add another sectionchar. | Georg Brandl | 2009-07-03 | 1 | -1/+1 | |
|/ | ||||||
* | merge with 0.5 | Georg Brandl | 2009-03-16 | 1 | -0/+10 | |
| | ||||||
* | #114: Added an ``abbr`` role to markup abbreviations and acronyms. | Georg Brandl | 2009-03-05 | 1 | -0/+6 | |
| | ||||||
* | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -1/+2 | |
| | ||||||
* | Close #52: There is now a ``hlist`` directive, creating a compact | Georg Brandl | 2009-01-04 | 1 | -0/+10 | |
| | | | | list by placing distributing items into multiple columns. | |||||
* | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -1/+1 | |
| | ||||||
* | Close #4: Added a ``:download:`` role that marks a non-document file | Georg Brandl | 2008-12-28 | 1 | -0/+5 | |
| | | | | for inclusion into the HTML output and links to it. | |||||
* | Explicitly refer to the license in :license: tags. | Georg Brandl | 2008-12-27 | 1 | -1/+1 | |
| | ||||||
* | Change the way to handle return annotations a bit. | Georg Brandl | 2008-12-25 | 1 | -0/+5 | |
| | ||||||
* | Move builders and writers into new packages. | Georg Brandl | 2008-11-29 | 1 | -0/+679 | |