From 2bffe8d1610fcd56d49b32db749ad9db466762d0 Mon Sep 17 00:00:00 2001 From: Imre Farkas Date: Tue, 5 Apr 2016 13:53:49 +0200 Subject: [PATCH] Improve docs Adding maxdepth and avoiding duplicating titles. Change-Id: Iea36b58de05b5e113f7db7e5358b5b3b912a0d8d --- CONTRIBUTING.rst | 4 ++-- doc/source/index.rst | 7 +++---- doc/source/usage.rst | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8af58da..e424d69 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,5 +1,5 @@ -Contributing ------------- +How To Contribute +================= If you would like to contribute to the development of OpenStack, you must follow the steps in this page: diff --git a/doc/source/index.rst b/doc/source/index.rst index 895620b..896010a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,12 +1,11 @@ Welcome to python-dracclient's documentation! ============================================= -Contents: - .. toctree:: + :maxdepth: 2 - Usage - Client API + usage + client-api Contributing Indices and tables diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 0854608..00dddb5 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -1,5 +1,5 @@ Usage ------ +===== Create a client object by providing the connection details of the DRAC card::