summaryrefslogtreecommitdiff
path: root/doc/man
Commit message (Collapse)AuthorAgeFilesLines
* Add warnings that autodoc imports the modules.Georg Brandl2014-03-051-11/+23
|
* Closes #1156: bring manpage up to scratch with current options and builders.Georg Brandl2014-01-121-1/+18
|
* Added option to apidoc to have it output each module to its own page and ↵mouser2013-09-081-0/+1
| | | | updated apidoc docs.
* xml: Update sphinx-build documentationJonathan Waltman2012-12-101-0/+7
|
* Closes #585: document sphinx-apidoc.Georg Brandl2011-10-071-3/+6
|
* Add a rudimentary manpage for sphinx-apidoc.Georg Brandl2011-10-071-0/+52
|
* Mention the texinfo builder in the sphinx-build man pageJon Waltman2011-01-281-0/+4
|
* #282: Added a "nitpicky" mode that emits warnings for all missing references.Georg Brandl2010-02-281-11/+11
| | | | It is activated by the ``-n`` command-line switch or the ``nitpicky`` config value.
* Add "orphan" metadata entry to suppress non-toctree-inclusion warnings.Georg Brandl2010-02-252-3/+7
|
* Remove hand-written manpages, add rst documents to be built with the manpage ↵Georg Brandl2010-02-252-0/+131
builder.