cinder/doc/source/contributor
j-griffith f93bc791bf Switch from ostestr to stestr
This change just updates the tox.ini file to call stestr directly
instead of going through ostestr.

For more background you can read the ML posting:
    https://goo.gl/TFvcxy

So now you won't need `--n` to run single tests, and you can also
supply regex directly without even the `--`.  For example:
  `tox -epy27 $regex`

Change-Id: I75d4ca19f87fe1930cf54b554b7e232632a4a21c
2017-10-15 15:02:55 +00:00
..
addmethod.openstackapi.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
api_conditional_updates.rst Correct contributor doc information 2017-08-30 08:50:23 +08:00
api_microversion_dev.rst Use constants for microversion values 2017-09-22 08:15:56 -05:00
api_microversion_history.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
api.apache.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
api.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
architecture.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
attach_detach_conventions_v2.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
attach_detach_conventions.rst Modify a little desc to satisfy the code 2017-08-07 16:45:22 +08:00
auth.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
cinder.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
database.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
development.environment.rst Update and replace http with https for doc links in Cinder 2017-07-27 09:58:23 +00:00
documentation.rst [Docs] Add documentation contribution docs 2017-08-10 15:52:46 -05:00
drivers.rst Correct module path in doc 2017-08-25 18:02:45 +08:00
fakes.rst [DOC BLD FIX] Fix docstring error in fakes.rst 2017-07-26 22:09:44 -05:00
gerrit.rst Update and replace http with https for doc links in Cinder 2017-07-27 09:58:23 +00:00
gmr.rst Update and replace http with https for doc links in Cinder 2017-07-27 09:58:23 +00:00
groups.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
i18n.rst Update and replace http with https for doc links in Cinder 2017-07-27 09:58:23 +00:00
index.rst [Docs] Add documentation contribution docs 2017-08-10 15:52:46 -05:00
jenkins.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
launchpad.rst Update and replace http with https for doc links in Cinder 2017-07-27 09:58:23 +00:00
migration.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
README.rst [Docs] Add documentation contribution docs 2017-08-10 15:52:46 -05:00
releasenotes.rst Update and replace http with https for doc links in Cinder 2017-07-27 09:58:23 +00:00
replication.rst Correct contributor doc information 2017-08-30 08:50:23 +08:00
rolling.upgrades.rst Update and replace http with https for doc links in Cinder 2017-07-27 09:58:23 +00:00
rpc.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
scheduler.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
services.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
testing.rst Switch from ostestr to stestr 2017-10-15 15:02:55 +00:00
threading.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
user_messages.rst [DOC BLD FIX] Fix user messages documentation 2017-08-07 17:59:36 -05:00
volume.rst [Doc Bld Fix] Add links to man page contents 2017-08-21 13:56:27 -05:00

Cinder Contributor Documentation (source/contributor)

Introduction:

This directory is intended to hold any documentation that relates to how to contirbute to Cinder or how the project is managed. Some of this content was previous under 'developer' in openstack-manuals. The content of the documentation, however, goes beyond just developers to anyone contributing to the project, thus the change in naming.

The full spec for organization of documentation may be seen in the OS Manuals Migration Spec <https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html>.