summaryrefslogtreecommitdiff
path: root/sphinx-apidoc.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove static scriptsStephen Finucane2017-10-091-15/+0
| | | | | | | | | Executable scripts without the '.py' extension are already created and installed by setuptools, by way of the 'console_scripts' section. These scripts are unnecessary noise. If people want to test this behavior locally, use a virtualenv. Signed-off-by: Stephen Finucane <stephen@that.guru>
* apidoc: Move apidoc to ext/apidocStephen Finucane2017-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | The 'sphinx-apidoc' tool is no longer the only kid on the block when it comes to automatic documentation of Python projects, with the likes of 'sphinx-autoapi' in development [1], and is not really maintained. Given the fact that the tool is tangential to Sphinx's main goal, there isn't really anything that warrants its continue existence as a core module. Signify this by moving the feature to 'ext'. This allows the feature to continue to exist in the package, but indicates that stability might be worse than one would expect from the core library. To avoid breaking packages that are using this feature directly, such as pbr [3], aliases for the old 'main' method are included. This is based on what Django does and, like Django, will allow us to safely remove the old modules in Sphinx 2.0. [1] https://github.com/rtfd/sphinx-autoapi [2] https://github.com/sphinx-doc/sphinx/pull/3485#issuecomment-288081223 [3] https://github.com/django/django/blob/1.11/django/test/runner.py#L688-L695 Signed-off-by: Stephen Finucane <stephen@that.guru>
* Update more files that hardcode sys.argvAdam J. Stewart2017-05-091-1/+1
|
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* all: update copyrightGeorg Brandl2015-01-031-1/+1
|
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* #98: Add autopackage script. (Undocumented for now.)Georg Brandl2011-01-041-0/+15