summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-04-18 14:23:47 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-04-18 14:23:47 -0700
commitcd2cabecf17041d3365b85dfc1f5542b2dff5819 (patch)
tree412371030187dcd9616b8013d886985d5a623afa
parent44aa696b44dbef1fff5805cc239a76ea6f26cdba (diff)
downloadceph-cd2cabecf17041d3365b85dfc1f5542b2dff5819.tar.gz
doc: Trimmed toc depth for nicer visual appearance.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/install/index.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/install/index.rst b/doc/install/index.rst
index c93537d39d1..3c8a484beee 100644
--- a/doc/install/index.rst
+++ b/doc/install/index.rst
@@ -21,6 +21,7 @@ frequently-asked questions in our mailing list involve hardware-related
questions and how to install Ceph on various distributions.
.. toctree::
+ :maxdepth: 2
Hardware Recommendations <hardware-recommendations>
OS Recommendations <os-recommendations>
@@ -34,6 +35,7 @@ install Ceph using our stable release packages. For testing, you
may install development release and testing packages.
.. toctree::
+ :maxdepth: 2
Installing Debian/Ubuntu Packages <debian>
Installing RPM Packages <rpm>
@@ -48,7 +50,8 @@ repository at github. If you intend to build Ceph from source, please see the
build pre-requisites first. Making sure you have all the pre-requisites
will save you time.
-.. toctree::
+.. toctree::
+ :maxdepth: 1
Prerequisites <build-prerequisites>
Get a Tarball <get-tarballs>