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
30 lines
707 B
ReStructuredText
30 lines
707 B
ReStructuredText
.. _doc-toolsd-installation:
|
|
|
|
=====================================
|
|
Install OpenStack documentation tools
|
|
=====================================
|
|
|
|
To install the documentation toolkit:
|
|
|
|
#. Verify that you have installed
|
|
the `prerequisites <https://github.com/openstack/openstack-doc-tools/blob/master/README.rst>`_.
|
|
|
|
#. Install the ``openstack-doc-tools`` package:
|
|
|
|
.. code-block:: console
|
|
|
|
$ pip install openstack-doc-tools
|
|
|
|
If you have ``virtualenvwrapper`` installed, run:
|
|
|
|
.. code::
|
|
|
|
$ mkvirtualenv openstack-doc-tools
|
|
$ pip install openstack-doc-tools
|
|
|
|
#. To use ``openstack-doc-tools``, import the tools to a project:
|
|
|
|
.. code-block:: console
|
|
|
|
import os_doc_tools
|