RETIRED, OpenStack Documentation Specifications
Go to file
OpenDev Sysadmins 81abe0dfe2 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:34:53 +00:00
doc/source Add Front page template for project team documentation spec 2018-07-20 16:33:52 +02:00
specs Add a missing blank line before a subitem 2018-08-13 21:51:30 +02:00
tests remove pyc files from the git tree 2014-07-18 21:19:10 +02:00
.gitignore Setup docs-specs gating 2014-07-04 09:28:22 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:53 +00:00
.zuul.yaml import zuul job settings from project-config 2018-08-13 16:45:55 -04:00
LICENSE Initial docs-specs repository 2014-06-27 07:32:02 -05:00
README.rst Update links in README 2018-08-24 01:25:23 -04:00
requirements.txt switch to openstackdocstheme 2017-07-25 16:40:44 -04:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-06 07:37:49 +00:00
setup.py Fix sphinx warnings 2017-04-11 13:39:13 +01:00
tox.ini Fix sphinx invocation 2018-12-06 08:36:43 +01:00

README.rst

Team and repository tags

image

OpenStack Documentation Specifications

This git repository is used to hold approved design specifications for additions to the OpenStack Documentation program. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the docs and supporting tools.

The layout of this repository is:

specs/<release>/

You can find an example spec in doc/source/specs/template.rst. Fill it in with the details of a new blueprint for documentation.

For docs, blueprints are required for larger, coordinated projects but not for small fixes. It's a judgement call for whether you need a spec, so feel free to ask in the #openstack-doc IRC channel or on the openstack-docs mailing list.

To propose a specification for a release-specific doc like the install guides or the configuration reference, add a new file to the specs/<release> directory and post it for review. The implementation status of a blueprint for a given release can be found by looking at the blueprint in Launchpad (and the spec links to Launchpad).

Please realize that not all approved blueprints will get fully implemented.

Prior to the Juno development cycle, this repository was not used for spec reviews. Reviews prior to Juno were completed entirely through Launchpad blueprints.

Please note, Launchpad blueprints are still used for tracking the current status of blueprints. For more information, see https://wiki.openstack.org/wiki/Blueprints.

For more information about working with gerrit, see https://docs.openstack.org/infra/manual/developers.html#development-workflow.

To validate that the specification is syntactically correct (i.e. get more confidence in the Zuul result), please execute the following command:

$ tox

After running tox, the documentation will be available for viewing in HTML format in the doc/build/ directory. Please do not check in the generated HTML files as a part of your commit.

The files are published at https://specs.openstack.org/openstack/docs-specs.

The git repository is located at https://git.openstack.org/cgit/openstack/docs-specs/.