057cad023b
Reorganizes the Documentation tools section basing on the principles of topic-based authoring. Co-Authored-By: OlgaGusarenko <ogusarenko@mirantis.com> Change-Id: I2f23828672dea091279ee53650275ed9ca48705b Implements: blueprint contributor-guide-reorg
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