From b1742169e163b46583dba38447b0c12a51ca324e Mon Sep 17 00:00:00 2001 From: anc Date: Wed, 12 Feb 2014 11:18:19 +0000 Subject: [PATCH] Remove duplicate doc entry for swob Fixes swob module being referenced twice in misc.rst resulting in duplicate sections in the doc. Also fixes build_sphinx warning for section underline too short in middleware.rst. Change-Id: Ibe44895f933a6503ca04ccd3a084bc0cfd913213 --- doc/source/middleware.rst | 2 +- doc/source/misc.rst | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/source/middleware.rst b/doc/source/middleware.rst index eaee9bf3a9..e1886ba6bd 100644 --- a/doc/source/middleware.rst +++ b/doc/source/middleware.rst @@ -161,7 +161,7 @@ Static Large Objects :show-inheritance: Dynamic Large Objects -==================== +===================== .. automodule:: swift.common.middleware.dlo :members: diff --git a/doc/source/misc.rst b/doc/source/misc.rst index 87fe534c0c..2cbbf09b5e 100644 --- a/doc/source/misc.rst +++ b/doc/source/misc.rst @@ -61,15 +61,6 @@ WSGI :members: :show-inheritance: -.. _swob: - -Swob -==== - -.. automodule:: swift.common.swob - :members: - :show-inheritance: - .. _request_helpers: Request Helpers