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 <tin@irrational.io>
This commit is contained in:
parent
a78e638897
commit
33f115c4cc
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user