Commit Graph

19 Commits

Author SHA1 Message Date
Stephen Finucane 3b773fb717 Integrate sphinxcontrib-apidoc
This was missed in change Ice407c712b5438b06c4f439c73946640a0c5a86d.
While we're here, we clean up some other bits of mess that were left
behind by that.

Change-Id: Id061758834eaf266766ab7344c4547fce4261e89
2019-12-17 16:36:08 +00:00
Adam Spiers a6e330857b Move doc related modules to doc/requirements.txt
Change-Id: Ice407c712b5438b06c4f439c73946640a0c5a86d
2019-07-05 17:40:32 +00:00
ZhongShengping 8ccb5c4a36 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: Ib4f696da3881e9b3d2ebc4fe90f8daec39b0f10d
2018-10-15 11:47:54 +08:00
Vu Cong Tuan e690af4a3c 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: I43565d0f5b89f0b6d438f88dab941688ee3aef5c
2018-07-03 16:10:13 +07:00
ChangBo Guo(gcb) 048adf1806 Add reno for release notes management
The release management team have indicated this is their preferred way
to collect release notes in future.

Closes-Bug: #1634356

Change-Id: If53420002eb88e894aad97290fe20b8180e4e197
2016-11-01 20:49:52 +08:00
Doug Hellmann 450b9ea681 update .gitignore with new lib name
Change-Id: I1494d608bb55b62334a69dad5aea7db45ffadd6e
2014-04-29 12:24:28 -07:00
Victor Sergeyev 76ea1c5ebc Remove requirements.txt from .gitignore
There is no reason to keep requirements.txt ignored by get, so we should
remove it from .gitignore

Change-Id: I30852f8281d608c5f7c48217c21c3099b9b0fd0e
2014-03-06 17:00:14 +02:00
Joe Gordon b01add061f Add etc/openstack.conf.sample to .gitignore
etc/openstack.conf.sample is generated when running the unit tests, so
add it ti .gitignore

Change-Id: Iee41f9f433c3cbe55a832a319564dfb90eec99b7
2014-02-11 10:38:28 -07:00
Luis A. Garcia 63ecc3da6e Add eclipse project files to .gitignore
Like some of the other projects (nova, heat) ignore eclipse
project files, for those people that work with eclipse (yuck :)

Change-Id: Ifbb5762b6e16b315f4066ceff35e85d2ac6f990f
2013-07-18 22:45:38 +00:00
Chuck Short c61c565831 Add .testrepository to .gitignore
Add .testrepository to .gitignore

Change-Id: I9c9eaace4fd5d42786cf73d93bfdf525a24af8ff
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2013-07-12 14:43:40 -04:00
Alessio Ababilov 581709cb57 Ignore backup files in .gitignore
Change-Id: I71af28ec8e75f321961826e2653fee9b99a87c1c
2013-05-22 12:11:14 +03:00
Doug Hellmann eb61dca169 Add join_consumer_pool() to RPC connections
blueprint move-listener-framework-oslo
bug 1047015
bug 1111632

Ceilometer and Quantum use private methods of the RPC connection
object to configure themselves to listen to a queue shared among a
group of workers. This change adds a public method to the RPC
connection to support this use case, without resorting to using
private API calls.

Change-Id: I3a89f1dfdcf8accca70cf305f7a31315bea093d8
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-02-13 18:02:22 -05:00
Joe Heck 9d1b3a58ee updating sphinx documentation
* adding openstack theming (copied from keystone project theme)
* updating .gitignore to ignore generated API docs
* updated formatting in index.rst page
* updaed openstack/common/processutils.py to match hacking docstring
* updated docstrings to resolve sphinx warnings

Change-Id: Ie89afe20eeab1efd2daf440fc65ccdf90f723c51
2012-11-11 21:00:42 +00:00
Doug Hellmann b583ebb40b .gitignore updates for generated files
Ignore files created by packaging, builds, etc.

Change-Id: I9c1eed8c9791548b46e1532b345d80f3d84d4890
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2012-09-28 15:57:15 -04:00
Monty Taylor 5b021a9b60 Updated tox config for multi-python testing.
Change-Id: Ib1f768c6783db0e63cb51dfc767ae5a31a295c76
2012-02-06 09:49:09 -05:00
Jason Kölker 6ca49631c3 ignore cover's html directory 2011-11-30 19:14:47 -06:00
Rajaram Mallya 388331fe2c Rajaram/Vinkesh|increased tests for Request and Response serializers 2011-09-14 15:52:30 +05:30
Rajaram Mallya 6a21ed8e7f Rajaram/Vinkesh|Added nova's serializaiton classes into common 2011-09-07 17:05:16 +05:30
Jay Pipes 18db4cca0a Initial skeleton project 2011-07-26 09:05:53 -04:00