From 5dfa0bd3fba6fe414f7a6ed9d7d19f9dea25445e Mon Sep 17 00:00:00 2001 From: Matt Kassawara Date: Fri, 21 Feb 2014 10:59:29 -0700 Subject: [PATCH] Alphabetized items under other sections in source documentation I alphabetized the items under "Proxy", "Account", "Container", and "Object" in the source documentation to make them easier to locate. Change-Id: Ia9cca0ee558cb1e0361c1a88103352bd006da1e3 --- doc/source/account.rst | 28 ++++++++++---------- doc/source/container.rst | 56 ++++++++++++++++++++-------------------- doc/source/object.rst | 48 +++++++++++++++++----------------- doc/source/proxy.rst | 20 +++++++------- 4 files changed, 76 insertions(+), 76 deletions(-) diff --git a/doc/source/account.rst b/doc/source/account.rst index 7d632579a0..e7f0722d52 100644 --- a/doc/source/account.rst +++ b/doc/source/account.rst @@ -4,16 +4,6 @@ Account ******* -.. _account-server: - -Account Server -============== - -.. automodule:: swift.account.server - :members: - :undoc-members: - :show-inheritance: - .. _account-auditor: Account Auditor @@ -24,6 +14,16 @@ Account Auditor :undoc-members: :show-inheritance: +.. _account-backend: + +Account Backend +=============== + +.. automodule:: swift.account.backend + :members: + :undoc-members: + :show-inheritance: + .. _account-reaper: Account Reaper @@ -34,12 +34,12 @@ Account Reaper :undoc-members: :show-inheritance: -.. _account-backend: +.. _account-server: -Account Backend -=============== +Account Server +============== -.. automodule:: swift.account.backend +.. automodule:: swift.account.server :members: :undoc-members: :show-inheritance: diff --git a/doc/source/container.rst b/doc/source/container.rst index c6b3c46b1b..9fa86693ef 100644 --- a/doc/source/container.rst +++ b/doc/source/container.rst @@ -4,26 +4,6 @@ Container ********* -.. _container-server: - -Container Server -================ - -.. automodule:: swift.container.server - :members: - :undoc-members: - :show-inheritance: - -.. _container-updater: - -Container Updater -================= - -.. automodule:: swift.container.updater - :members: - :undoc-members: - :show-inheritance: - .. _container-auditor: Container Auditor @@ -34,14 +14,6 @@ Container Auditor :undoc-members: :show-inheritance: -Container Sync -============== - -.. automodule:: swift.container.sync - :members: - :undoc-members: - :show-inheritance: - .. _container-backend: Container Backend @@ -51,3 +23,31 @@ Container Backend :members: :undoc-members: :show-inheritance: + +.. _container-server: + +Container Server +================ + +.. automodule:: swift.container.server + :members: + :undoc-members: + :show-inheritance: + +Container Sync +============== + +.. automodule:: swift.container.sync + :members: + :undoc-members: + :show-inheritance: + +.. _container-updater: + +Container Updater +================= + +.. automodule:: swift.container.updater + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/source/object.rst b/doc/source/object.rst index 8b802f5631..344db0b8b7 100644 --- a/doc/source/object.rst +++ b/doc/source/object.rst @@ -4,12 +4,22 @@ Object ****** -.. _object-server: +.. _object-auditor: -Object Server -============= +Object Auditor +============== -.. automodule:: swift.obj.server +.. automodule:: swift.obj.auditor + :members: + :undoc-members: + :show-inheritance: + +.. _object-diskfile: + +Object Backend +============== + +.. automodule:: swift.obj.diskfile :members: :undoc-members: :show-inheritance: @@ -34,6 +44,16 @@ Object Replicator :undoc-members: :show-inheritance: +.. _object-server: + +Object Server +============= + +.. automodule:: swift.obj.server + :members: + :undoc-members: + :show-inheritance: + .. _object-updater: Object Updater @@ -43,23 +63,3 @@ Object Updater :members: :undoc-members: :show-inheritance: - -.. _object-auditor: - -Object Auditor -============== - -.. automodule:: swift.obj.auditor - :members: - :undoc-members: - :show-inheritance: - -.. _object-diskfile: - -Object Backend -============== - -.. automodule:: swift.obj.diskfile - :members: - :undoc-members: - :show-inheritance: diff --git a/doc/source/proxy.rst b/doc/source/proxy.rst index 6202c2a252..405d06280d 100644 --- a/doc/source/proxy.rst +++ b/doc/source/proxy.rst @@ -4,16 +4,6 @@ Proxy ***** -.. _proxy-server: - -Proxy Server -============ - -.. automodule:: swift.proxy.server - :members: - :undoc-members: - :show-inheritance: - .. _proxy-controllers: Proxy Controllers @@ -50,3 +40,13 @@ Object :members: :undoc-members: :show-inheritance: + +.. _proxy-server: + +Proxy Server +============ + +.. automodule:: swift.proxy.server + :members: + :undoc-members: + :show-inheritance: