diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2019-07-10 16:31:27 +0200 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2019-07-11 10:27:19 +0200 |
commit | 6e823832889991483215c236be70892fa33335f8 (patch) | |
tree | 5c70ee26c23111c3248cdfe2adc86d9358e85f1d /docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | |
parent | 1a3294ffb555bac64b2af0a2bc7cb4e47544f7b6 (diff) |
Add information on tox usage
This patch also adds link to Python Package Index (like for doc8
package) and removes no longer necessary directory change.
Issue-ID: DOC-502
Change-Id: Ibfeda01256babebd3e5224fe766c740bc738e2e8
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'docs/guides/onap-developer/how-to-use-docs/include-documentation.rst')
-rw-r--r-- | docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst index d61cb9cff..97a9d7356 100644 --- a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst +++ b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst @@ -494,12 +494,11 @@ All Documentation ----------------- To build the all documentation under doc/, follow these steps: -Install virtual environment. +Install `tox <https://pypi.org/project/tox>`_. .. code-block:: bash - sudo pip install virtualenv - cd /local/repo/path/to/project + sudo pip install tox Download the DOC repository. |