Commit Graph

7 Commits

Author SHA1 Message Date
caoyuan 3a8f29ed71 Move doc related modules to doc/requirements.txt
Change-Id: Iedf201e211648452df29fa518c069ecf41a0acf3
2019-07-06 02:15:13 +08:00
ZhongShengping fc056e38c1 Clean up .gitignore references to personal tools
Developers run all sorts of different tools within Git repositories,
any of which can leave their own special trashfiles all over the
place. We can't every hope to catalog them all, so better to
recommend developers simply configure a global core.excludesfile to
filter the irrelevant files which tend to get created by their
personal choice of tools.

To this end, remove the long-standing sections for "Mr Developer"
and "Editors" since their mere existence here sends the signal that
we welcome (and have time to review) additions for any old tool
someone ever might happen to try. Also add a comment block
explaining this, for clarity.

We can, and should of course, continue to list files created by the
tools recommended by our workflow (test frameworks called from tox,
documentation and packaging builds, et cetera).

This change is a port of I1b41efac219fca44e2548fc36633724d0ecfc0cb
from the openstack-dev/oslo-cookiecutter repository.

Change-Id: Ief8b0db4e3020a853f8b4e32ac5fa49c01af59e4
2018-10-15 11:51:03 +08:00
Vu Cong Tuan 58ecafb104 Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I06d7b72fcaa4ce1f8764fd51635ae8239ea649b2
2018-07-03 16:09:28 +07:00
Doug Hellmann 2574b6c0b7 add sphinx instructions to build API reference docs
Change-Id: I216d6e8ef7afa7c1de47f28a6e33ca0a10975912
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-07 14:51:10 -04:00
Kirill Bespalov f0370ac773 Add reno for release notes management
An initial patch to add reno and create a base directory for
release notes

Change-Id: If4c4e681e175315b4c6c5d51d339833fd83fb560
2016-07-04 12:55:50 +03:00
Angus Lees 5ea889ee4b Tell git to ignore /.eggs dir too
setuptools (I think?) appears to cache things in this directory.

Change-Id: Ie1154fae4e6cae6b6551374f3cf7559a445052a3
2015-11-04 13:17:51 +11:00
Angus Lees 269a3d277c Initial cookiecutter project
This is the unmodified output of
cookiecutter https://git.openstack.org/openstack-dev/oslo-cookiecutter

Change-Id: I8fbc11c50bbd171b9f99bd9b5ba39eef1f686860
Implements: blueprint privsep
Depends-On: Iee84120f4da14ee3d441933a0e03a67c22fce8d1
Depends-On: Ia4d56747d56dcfe50889ebbdf9d553df13e1b950
2015-10-23 18:51:29 +11:00