summaryrefslogtreecommitdiff
path: root/docutils/writers/manpage.py
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingmilde2021-10-221-2/+2
* * docutils/writers/manpage.py ...grubert2021-08-231-0/+1
* docgrubert2021-08-231-1/+1
* fix typogrubert2021-04-231-1/+1
* Apply patch #160: move macro defs above .TH (thanks Willie and sorry for the ...grubert2021-04-041-1/+2
* Make "meta" elements available for "latex" and "odt".milde2021-01-081-4/+5
* flake8 do not check 821 undefined namegrubert2020-08-101-1/+1
* Fix [ 394 ] fix missing new line after rubric.grubert2020-07-051-1/+1
* Apply Patch 168 manpage crashing on empty citationgrubert2020-06-301-1/+1
* Fix #126 manpage title with spacesgrubert2020-02-171-1/+1
* [ Fix #380 ] manpage commandline option problem in sphinx.grubert2020-02-171-1/+1
* Formattinggrubert2020-01-271-5/+5
* Fix: declare instance variable in __init__grubert2020-01-271-0/+1
* typos in commentsgrubert2019-12-301-1/+1
* typos in commentsgrubert2019-12-301-5/+5
* FIX for BUG #287 comma after option is boldgrubert2019-11-241-1/+5
* trivial: Misc whitespace fixesmilde2019-08-271-25/+25
* py3: Fix magic methodsmilde2019-08-271-1/+5
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-1/+1
* py3: Replace 'ur' prefixmilde2019-08-271-4/+4
* py3: Replace 'foo.has_key(bar)' with 'bar in foo'milde2019-08-261-2/+2
* py3: Replace 'foo.next()' with 'next(foo)'milde2019-08-261-1/+1
* Consistent Python 3 checks.milde2019-08-261-1/+1
* py3: Replace deprecated form of raising exceptionmilde2019-08-261-2/+2
* py3: Add aliases for removed symbolsmilde2019-08-261-1/+5
* Apply fix for [ 289 ], line starting with ``.`` in a text.grubert2019-08-251-0/+3
* Apply [ 141 ] Handling inline in manpage writer.milde2017-06-181-2/+8
* Apply patch by Neil Schemenauer to fix bad string escapesmilde2016-12-101-1/+1
* safe check for startswith "." grubert2013-03-091-1/+1
* Fix [3607063] handle lines starting with a period.grubert2013-03-081-3/+3
* always include macro defgrubert2013-02-161-1/+1
* append macros to self.headgrubert2013-02-161-1/+1
* move comment "Man page generated from reStructuredText." to first line (always)grubert2013-02-161-3/+3
* manpage Fix option separating comma was bold (thanks to Bill Morris).grubert2013-02-121-1/+1
* Apply [3527401] manpage writer addmonition's don't preserve indentationgrubert2012-07-061-3/+18
* Apply [3527397] Add indentation to literal blocks in manpage writergrubert2012-07-041-0/+7
* enum_char to newstyle class (merge from mercurial)grubert2012-07-041-1/+1
* make class Table newstyle (merge from mercurial)grubert2012-07-041-1/+1
* Fix typo in generated from commentgrubert2012-01-201-1/+1
* Do not emit comment line with trailng blankgrubert2012-01-191-1/+1
* Fix [ 2971827 ] and [ 3442827 ]milde2011-12-201-1/+4
* Fix: BUG#3219183 - vertical space in definition lists containing markup.grubert2011-06-041-1/+12
* Fix: regexp possible roff command and add test for itgrubert2011-06-041-1/+1
* Fix: vertical space cleaning for option group ``.``.grubert2011-06-031-1/+2
* Math support: milde2010-11-051-0/+16
* Do not fail, if the specified langauage is not supported by Docutils,milde2010-09-281-1/+1
* remove unused or duplicate imports (mercurial)grubert2010-07-121-4/+1
* code formattinggrubert2010-07-121-1/+1
* formatting changes (from mercurial)grubert2010-07-121-22/+21
* patches from mercurial. one as TODOgrubert2010-07-121-1/+5