Minor changes in docs

Change-Id: I078955693d8075236cc60b661468e1936f503e92
This commit is contained in:
Nguyen Hai 2018-03-19 20:24:23 +09:00
parent 1ebfddc19d
commit c09fbba89b
5 changed files with 10 additions and 6 deletions

View File

@ -1,7 +1,8 @@
Welcome to python-zunclient's documentation! Welcome to python-zunclient's documentation!
============================================== ============================================
Contents: Contents
--------
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
@ -11,7 +12,7 @@ Contents:
contributor/index contributor/index
Indices and tables Indices and tables
================== ------------------
* :ref:`genindex` * :ref:`genindex`
* :ref:`modindex` * :ref:`modindex`

View File

@ -1,3 +1,4 @@
==================
Installation Guide Installation Guide
================== ==================

View File

@ -1 +1,5 @@
============
Introduction
============
.. include:: ../../README.rst .. include:: ../../README.rst

View File

@ -16,5 +16,3 @@ testresources>=2.0.0 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT testtools>=2.2.0 # MIT
# releasenotes

View File

@ -46,7 +46,7 @@ deps =
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = commands =
sphinx-build -b html doc/source doc/build/html sphinx-build -W -b html doc/source doc/build/html
[testenv:pep8] [testenv:pep8]
commands = commands =