RETIRED, OpenStack Documentation Specifications
Go to file
Ian Y. Choi 4b24877092 Adds a spec to build PDFs as Ocata goal
New spec to propose to build PDF files from RST-sourced
guides in openstack-manuals repository for Ocata

Change-Id: I90a313a1912463774002e1afc712a94d4d32070c
Implements: blueprint build-pdf-from-rst-guides
2016-09-08 20:36:24 +09:00
doc/source Adds a spec to build PDFs as Ocata goal 2016-09-08 20:36:24 +09:00
specs Adds a spec to build PDFs as Ocata goal 2016-09-08 20:36:24 +09: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 Add .gitreview 2014-07-04 09:45:41 +02:00
LICENSE Initial docs-specs repository 2014-06-27 07:32:02 -05:00
README.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:36 +00:00
requirements.txt Sync with global requirements 2015-07-17 09:17:19 +02:00
setup.cfg Add python versions for classifier in setup.cfg 2015-12-11 14:53:49 +05:30
setup.py Sync with global requirements 2015-07-17 09:17:19 +02:00
tox.ini Convert warnings to errors for local builds 2016-02-01 07:57:54 -07:00

README.rst

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 http://docs.openstack.org/infra/manual/developers.html#development-workflow.

To validate that the specification is syntactically correct (i.e. get more confidence in the Jenkins 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 http://specs.openstack.org/openstack/docs-specs.

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