Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove static scripts | Stephen Finucane | 2017-10-09 | 1 | -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> | ||||
* | sphinx-quickstart: Move code to 'sphinx.cmd' | Stephen Finucane | 2017-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | We're going to move the executable's here (or at least those that part of the core library). The 'sphinx-build' executable was already moved, so lets do 'sphinx-quickstart' next. To avoid breaking packages that are using this feature directly, aliases for the old 'main' method are included. This is based on what Django does [1] and, like Django, will allow us to safely remove the old modules in Sphinx 2.0. [1] 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.argv | Adam J. Stewart | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Some more license nits. | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
| | |||||
* | Make the scripts executable. | Georg Brandl | 2008-11-04 | 1 | -0/+0 |
| | |||||
* | Add shebangs. | Georg Brandl | 2008-06-23 | 1 | -0/+1 |
| | |||||
* | Add setup.py, add quickstart script. | Georg Brandl | 2008-02-09 | 1 | -0/+14 |