Re: [PATCH net-next 1/3] docs: networking: Fix indices heading indentation
From: Markus Heiser <hidden>
Date: 2018-07-17 08:28:23
Also in:
lkml, netdev
From: Markus Heiser <hidden>
Date: 2018-07-17 08:28:23
Also in:
lkml, netdev
Am Dienstag, den 17.07.2018, 14:29 +1000 schrieb Tobin C. Harding:
Currently the 'Indices' heading is not aligned with column 0, it should be.
Hi Tobin, thats not correct. The 'Indices' heading is a part of the 'only' block: http://www.sphinx-doc.org/en/stable/markup/misc.html#including-content-based-on-tags -- Markus --
Fix 'Indices' heading indentation. Signed-off-by: Tobin C. Harding <redacted> --- Documentation/networking/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 6123a7e9e1da..a4bbde70bcb9 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst@@ -20,7 +20,7 @@ Contents: .. only:: subproject - Indices - ======= +Indices +======= * :ref:`genindex`
-- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html