cinder/doc/source/contributor
zhangbailin 234a0784bf Replace http with https for doc links in cinder
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links
For example:
(1)http://docs.openstack.org/admin-guide/blockstorage_nfs_backend.html
->https://docs.openstack.org/cinder/latest/admin/blockstorage-nfs-backend.html
(2)http://docs.openstack.org/oslo.i18n/latest/user/index.html
->https://docs.openstack.org/oslo.i18n/latest/user/index.html
(3)http://docs.openstack.org/ --> https://docs.openstack.org/
(4)http://docs.openstack.org/admin-guide/blockstorage_multi_backend.html
->https://docs.openstack.org/cinder/latest/admin/blockstorage-multi-backend.html

Change-Id: I7fcdc4453cb3bad713c7d770012411701cca742b
Closes-Bug:#1710054
2017-10-17 11:14:01 +08:00
..
README.rst [Docs] Add documentation contribution docs 2017-08-10 15:52:46 -05:00
addmethod.openstackapi.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
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
architecture.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
attach_detach_conventions_v2.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05: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 Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08: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
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 Add contributor doc on assertEqual vs assertFalse 2017-08-30 17:50:02 +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

README.rst

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>.