summaryrefslogtreecommitdiff
path: root/sphinx/writers/manpage.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #1860: Man page using :samp: with braces - font doesn't resetTakeshi KOMIYA2016-01-081-0/+30
* writers: pep8 fixesGeorg Brandl2015-03-081-8/+35
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Support :numref: in other writerstk0miya2014-10-021-0/+5
* | Add app.set_translator() API to register or override a Docutils translator cl...Takayuki Shimizukawa2014-08-051-1/+3
* | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-011-8/+5
|\ \
| * \ merge headsTakayuki Shimizukawa2014-01-181-8/+5
| |\ \
| | * | Drop docutils-0.7, 0.8 and 0.9 supportTakayuki Shimizukawa2013-12-151-8/+5
* | | | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Update copyright year.Georg Brandl2014-03-011-1/+1
* | | Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...Georg Brandl2014-01-121-0/+5
|/ /
* | Closes #901: Emit a warning when using docutils' new "math" markup without a ...Georg Brandl2014-01-111-0/+8
|/
* Remove handlers for the "refcount" node.Georg Brandl2013-10-121-5/+0
* Closes #1192: Fix escaping problem for hyperlinks in the manpage writer.Georg Brandl2013-09-161-1/+3
* Avoid some pyflakes false positives.Georg Brandl2013-09-161-1/+2
* Use sphinx.util.compat.docutils_version, as suggested by Georg BrandlDmitry Shachnev2013-04-071-3/+2
* manpage writer: write MACRO_DEF only with Docutils < 0.11Dmitry Shachnev2013-04-071-2/+5
* versionlabels are handled entirely in the versionmodified directive, instead ...Nozomu Kaneko2013-01-061-7/+1
* Really fix seealso labels in manpage writer.Jonathan Waltman2013-02-201-1/+1
* Fix seealso labels in manpage writer. (broke by commit d9c2da912d3d)Jonathan Waltman2013-02-191-1/+1
* Add missing "meta" and "inline" node visitors for the manpage writer.Jonathan Waltman2013-01-071-0/+8
* Copyright update.Georg Brandl2013-01-011-1/+1
* Closes #998: fix manpage writer in expectation of docutils 0.10 API changeGeorg Brandl2012-10-301-6/+5
* Merge with 1.0Georg Brandl2011-09-221-2/+2
|\
| * Fix #720: add dummy visitor for graphviz nodes for man/text writer.Georg Brandl2011-09-221-2/+2
* | [i18n][man] add missing deunicode().Kouhei Sutou2011-05-291-1/+1
* | #586: Implemented improved glossary markup which allows multiple terms per de...Georg Brandl2011-01-061-0/+4
* | merge with bb+http://jonathanj/sphinxGeorg Brandl2011-01-041-0/+13
|\ \ | |/ |/|
| * Implement "man_show_urls" configuration option to show the URL after external...Jonathan Jacobs2010-10-241-0/+13
* | New year update.Georg Brandl2011-01-041-1/+1
|/
* Handle raw nodes in the manpage writer.Georg Brandl2010-05-241-0/+5
* Do not emit warnings for images.Georg Brandl2010-02-251-0/+7
* Allow giving no authors.Georg Brandl2010-02-251-1/+3
* Fix-up where the ImportError is caught if the manpage writer is missing.Georg Brandl2010-02-211-2/+8
* Add manual page writer.Georg Brandl2010-02-211-0/+308