From 33f115c4cc454299c0044408200a3a43a8371f53 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Tue, 9 Jan 2018 18:02:08 -0600 Subject: [PATCH] Reduce doc max depth Current setting the maxdepth of 3 causes all the sub-headings (e.g. sub-titles under specs) to be displayed, needless expanding the table of content making the doc hard to read. This patch set reduces the maxdepth to 2 to reduce the noise in the OpenStack-Helm documentation. Also, this patch set touches up on RST structure and capitalization changes in the document. Change-Id: I7b8845f42180eafe08ed68a6c5a1e82ea49927be Signed-off-by: Tin Lam --- doc/source/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 6bac89514f..16d8411094 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -3,13 +3,13 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to openstack-helm's documentation! -======================================================== +Welcome to OpenStack-Helm's documentation! +========================================== Contents: .. toctree:: - :maxdepth: 3 + :maxdepth: 2 contributing devref/index @@ -20,7 +20,7 @@ Contents: testing troubleshooting/index -Indices and tables +Indices and Tables ================== * :ref:`genindex`