]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: indent :maxdepth: using spaces in toc
authorKefu Chai <kchai@redhat.com>
Thu, 16 Mar 2017 07:03:43 +0000 (15:03 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 16 Mar 2017 08:39:40 +0000 (16:39 +0800)
* indent :maxdepth: directive properly, otherwise sphinx complains
   index.rst:45: WARNING: toctree contains reference to nonexisting
   document u'rados/configuration/    :maxdepth: 1'
* also reindent the entries in toc, so we can add paths without
  documenting their titles. because otherwise the paths inclues an extra
  space, without the proper indent.

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/rados/configuration/index.rst
doc/radosgw/index.rst

index 93df640e056f63ab9ef35e6deb62688da08d345e..b609b155e4b8d7751595a2cbfb490135b0e7f54a 100644 (file)
@@ -43,18 +43,19 @@ For general object store configuration, refer to the following:
 To optimize the performance of your cluster, refer to the following:
 
 .. toctree::
-       :maxdepth: 1
-
-       Network Settings <network-config-ref>
-       Auth Settings <auth-config-ref>
-       Monitor Settings <mon-config-ref>
-       Heartbeat Settings <mon-osd-interaction>
-       OSD Settings <osd-config-ref>
-       Filestore Settings <filestore-config-ref>
-       Journal Settings <journal-ref>
-       Pool, PG & CRUSH Settings <pool-pg-config-ref.rst>
-       Messaging Settings <ms-ref>     
-       General Settings <general-config-ref>
+   :maxdepth: 1
+
+   Network Settings <network-config-ref>
+   Auth Settings <auth-config-ref>
+   Monitor Settings <mon-config-ref>
+   mon-lookup-dns
+   Heartbeat Settings <mon-osd-interaction>
+   OSD Settings <osd-config-ref>
+   Filestore Settings <filestore-config-ref>
+   Journal Settings <journal-ref>
+   Pool, PG & CRUSH Settings <pool-pg-config-ref.rst>
+   Messaging Settings <ms-ref>
+   General Settings <general-config-ref>
 
    
 .. raw:: html
index bbd53c4006806d21d2241976e2a3858e71370def..145a0feaa3479dbcaf755ddef5478066ad2a60ae 100644 (file)
@@ -34,24 +34,23 @@ you may write data with one API and retrieve it with the other.
 
 
 .. toctree::
-       :maxdepth: 1
-
-       Manual Install <../../install/install-ceph-gateway>
-       Simple Configuration with FastCGI <config-fcgi>
-       Federated Configuration <federated-config>
-       Multisite Configuration <multisite>
-       Config Reference <config-ref>
-       Admin Guide <admin>
-       S3 API <s3>
-       Swift API <swift>
-       Admin Ops API <adminops>
-    Python binding <api>
-       OpenStack Keystone Integration <keystone>
-       Multi-tenancy <multitenancy>
-       Compression <compression>
-       Data Layout in RADOS <layout>
-       Upgrade to Older Versions of Jewel <upgrade_to_jewel>
-       troubleshooting
-       Manpage radosgw <../../man/8/radosgw>
-       Manpage radosgw-admin <../../man/8/radosgw-admin>
-       
+   :maxdepth: 1
+
+   Manual Install <../../install/install-ceph-gateway>
+   Simple Configuration with FastCGI <config-fcgi>
+   Federated Configuration <federated-config>
+   Multisite Configuration <multisite>
+   Config Reference <config-ref>
+   Admin Guide <admin>
+   S3 API <s3>
+   Swift API <swift>
+   Admin Ops API <adminops>
+   Python binding <api>
+   OpenStack Keystone Integration <keystone>
+   Multi-tenancy <multitenancy>
+   Compression <compression>
+   Data Layout in RADOS <layout>
+   Upgrade to Older Versions of Jewel <upgrade_to_jewel>
+   troubleshooting
+   Manpage radosgw <../../man/8/radosgw>
+   Manpage radosgw-admin <../../man/8/radosgw-admin>