85107272be
Based off conversation at the PTG, we agreed it would be beneficial to ensure the contrib-guide is clearly marked as the doc contrib guide outside of the title. This change includes a redirect. Change-Id: I5abf915f0b94a482afa961e6b86364c26aae5d79
707 B
707 B
Install OpenStack documentation tools
To install the documentation toolkit:
Verify that you have installed the prerequisites.
Install the
openstack-doc-tools
package:$ pip install openstack-doc-tools
If you have
virtualenvwrapper
installed, run:$ mkvirtualenv openstack-doc-tools $ pip install openstack-doc-tools
To use
openstack-doc-tools
, import the tools to a project:import os_doc_tools