summaryrefslogtreecommitdiff
path: root/sphinx/apidoc.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* | Merge with '87998df9cbef2380345d436121e6bca43345d2bd' on stableshimizukawa2016-01-101-0/+10
|\ \ | |/
| * Fix broken in py3Takeshi KOMIYA2015-12-251-14/+13
| * Fix #2040: UnicodeDecodeError in sphinx-apidoc when author contains non-ascii...Takeshi KOMIYA2015-12-251-4/+15
* | allow apidoc using 'python -m sphinx.apidoc'Paul Kienzle2015-06-041-0/+4
|/
* refactoring. path.abspath will call path.normpath.shimizukawa2015-04-051-4/+3
* Fixes #1823: '.' as <module_path> for sphinx-apidoc cause an unfriendly error...shimizukawa2015-04-051-1/+1
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-2/+2
* pep8 fixesGeorg Brandl2015-03-081-4/+4
* Added insertion of todo_include_todos config option.Ian Lee2015-02-071-0/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Closes #1593: fix quickstart -F.Georg Brandl2014-10-201-0/+1
* | Minor PEP8 cleanup.Georg Brandl2014-09-211-4/+4
* | merge with stableTakayuki Shimizukawa2014-08-121-0/+7
|\ \ | |/
| * `sphinx-apidoc` command now have a `--version` option to show version informa...Takayuki Shimizukawa2014-07-251-0/+7
* | fix: For a apidoc -M feature, packages with empty docstring caused a syntax e...Takayuki Shimizukawa2014-05-051-0/+1
* | #1456: apidoc: Add a -M option to put module documentation before submodule d...Wes Turner2014-04-191-2/+10
* | merge with stableGeorg Brandl2014-03-011-1/+3
|\ \ | |/
| * Closes #1383: Fix Python 2.5 compatibility of sphinx-apidoc.Georg Brandl2014-03-011-1/+3
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | consistency nitsGeorg Brandl2014-01-221-0/+1
* | MergeDmitry Shachnev2014-01-201-4/+5
|\ \ | |/ |/|
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-4/+5
* | Closes #1266: include private modules if includeprivate is true.Georg Brandl2014-01-191-1/+6
* | Closes #979: Fix exclude handling in ``sphinx-apidoc``.Georg Brandl2014-01-191-33/+19
|/
* * ``apidoc`` now ignores "_private" modules by default, and has an option ``-P``Georg Brandl2013-09-171-54/+60
* Changelog entry and cleanup for PR#131.Georg Brandl2013-09-171-8/+7
* Added option to apidoc to have it output each module to its own page and upda...dc mouser2013-09-081-13/+2
* Added option to apidoc to write each module to standalone page instead of com...dc mouser2013-09-031-3/+46
* Closes #1117: Handle .pyx files in sphinx-apidoc.Georg Brandl2013-03-301-1/+3
* Copyright update.Georg Brandl2013-01-011-1/+1
* Changelog and style fixes for PR#75.Georg Brandl2012-10-281-2/+2
* Added -l, --followlinks option to sphinx-apidoc.Benoit Bryon2012-08-301-1/+6
* apidoc: read options from SPHINX_APIDOC_OPTIONS envvar if setFraser Tweedale2011-12-211-6/+9
* Fix overlong lines.Georg Brandl2011-11-011-1/+2
* Satisfy "make check".Georg Brandl2011-10-091-4/+6
* When collecting packages/modules to document, stop at directories without __i...Georg Brandl2011-10-071-50/+50
* Activate the viewcode extension in the automatically generated apidoc project.Georg Brandl2011-10-071-0/+1
* Do not overwrite files without -f given.Georg Brandl2011-10-071-5/+6
* Add a rudimentary manpage for sphinx-apidoc.Georg Brandl2011-10-071-1/+3
* Optionally create a full quickstart project in apidoc.Georg Brandl2011-10-071-10/+51
* Offer mathjax instead of jsmath in quickstart.Georg Brandl2011-10-071-7/+6
* Remove "Modules" suffix for project header.Georg Brandl2011-09-231-1/+1
* Closes #98: mention original copyright owners, and port fix from https://bitb...Georg Brandl2011-05-151-2/+8
* Fix sphinx-apidoc for use as an entry pointDag Odenhall2011-01-151-1/+1
* Make check.Georg Brandl2011-01-151-1/+1
* #98: Add autopackage script. (Undocumented for now.)Georg Brandl2011-01-041-0/+263