Commit Graph

9 Commits

Author SHA1 Message Date
ZhongShengping c59246530f Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:

https://governance.openstack.org/tc/reference/project-testing-interface.html

For more detailed information, please refer to:

http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: Id20646cd51ffc13cf4e77c640eb677fe376c1b1f
Co-Authored-By: Stephen Finucane <stephenfin@redhat.com>
2019-07-19 10:56:20 +01:00
Sean McGinnis 2bba6767c0
Fix doc build error under Python 3
Small fix to switch "print foo" to "print(foo)".

Change-Id: Ib49a5e9420a4ab2ab62db2886a78c070ff6c5ba0
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-10 09:50:37 -05:00
ZhongShengping 6cecc94575 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: Ib37eff063b8df1f46a0109f6683afd7b3e765a3b
2018-10-15 11:55:22 +08:00
Vu Cong Tuan d1cfde2b6d 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: Iea425a8583f7396cc4e9d6964f3efa9875dc59ac
2018-07-04 07:54:50 +07:00
Akihiro Motoki a1598502bd rearrange existing documentation to fit the new standard layout
For more detail, see the doc migration spec:
http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
There is also the recent status of the work posted in the dev ML:
http://lists.openstack.org/pipermail/openstack-dev/2017-July/119221.html

Change-Id: I1e728fc0bc671150d826747010eb980176f0cc13
2017-07-11 14:11:12 +00:00
Kirill Bespalov 2e9ba24c04 Add reno for release notes management
An initial patch to add reno and create a base directory for
release notes

Change-Id: I67132d71d478ab5aca9b19c2c417aaaf51357748
2016-05-24 15:06:34 +03:00
Ronald Bradford 865f000842 Fix coverage configuration and execution
A number of configuration errors prevent the successful creation of code
coverage. This corrects the .coveragerc source/omit setup and the tox
package name generation.

http://lists.openstack.org/pipermail/openstack-dev/2015-October/076193.html

Change-Id: Ife807248caa66472bb30027eef3e68aedb035e7d
2015-10-08 17:24:38 -04:00
Doug Hellmann 44cbcedde3 clean up auto-doc api build
do not generate docs for private _i18n module and tests

ignore the rst files created by pbr

Change-Id: I9ec824d66e9234b60a2285daee6f1b2cb2cccf69
2015-09-24 19:53:13 +00:00
Davanum Srinivas ac90aad85a Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00