From af23eea39dc3e5e97c6262dbccad6e863171d03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 4 Nov 2016 20:14:59 -0500 Subject: [PATCH 1/3] fix levels in authors section that way in the TOC, it doesn't look like borg authors are attic --- AUTHORS | 4 ++-- docs/authors.rst | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4788133e4..9749b1c52 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ -Borg Contributors ("The Borg Collective") -========================================= +Borg authors ("The Borg Collective") +------------------------------------ - Thomas Waldmann - Antoine Beaupré diff --git a/docs/authors.rst b/docs/authors.rst index c368035d6..bca9b5de9 100644 --- a/docs/authors.rst +++ b/docs/authors.rst @@ -1,5 +1,8 @@ .. include:: global.rst.inc +Authors +======= + .. include:: ../AUTHORS License From ec0ef2eaca7b41d71932ac9d54c069fddc5267bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 4 Nov 2016 21:15:31 -0400 Subject: [PATCH 2/3] remove third level headings, too verbose --- docs/book.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book.rst b/docs/book.rst index 33e756839..679a05223 100644 --- a/docs/book.rst +++ b/docs/book.rst @@ -6,7 +6,7 @@ Borg documentation .. when you add an element here, do not forget to add it to index.rst .. toctree:: - :maxdepth: 3 + :maxdepth: 2 introduction installation From 057ad07d4b5967f82af6ffcac6a45e002cd34093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 4 Nov 2016 21:16:41 -0400 Subject: [PATCH 3/3] fix a heading that was incorrectly set --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 49b837a12..a7fc74b17 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -521,7 +521,7 @@ Borg intends to be: * if major version number changes, it may have incompatible changes What are the differences between Attic and Borg? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +------------------------------------------------ Borg is a fork of `Attic`_ and maintained by "`The Borg collective`_".