diff mbox

[09/11] docs: Collapse the process guide TOC

Message ID 1477523979-5837-10-git-send-email-corbet@lwn.net
State Accepted
Commit be4612447b3721a9a9f14ea5189217d69bc83078
Headers show

Commit Message

Jonathan Corbet Oct. 26, 2016, 11:19 p.m. UTC
I believe this makes the page as a whole more approachable.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>

---
 Documentation/process/index.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.7.4

Comments

Mauro Carvalho Chehab Oct. 27, 2016, 12:26 a.m. UTC | #1
Em Wed, 26 Oct 2016 17:19:37 -0600
Jonathan Corbet <corbet@lwn.net> escreveu:

> I believe this makes the page as a whole more approachable.


Makes sense.

Reviewed-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>


> 

> Signed-off-by: Jonathan Corbet <corbet@lwn.net>

> ---

>  Documentation/process/index.rst | 6 +++---

>  1 file changed, 3 insertions(+), 3 deletions(-)

> 

> diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst

> index 0cbc62adbbb1..0557144cef2b 100644

> --- a/Documentation/process/index.rst

> +++ b/Documentation/process/index.rst

> @@ -16,7 +16,7 @@ trouble.

>  Below are the essential guides that every developer should read.

>  

>  .. toctree::

> -   :maxdepth: 2

> +   :maxdepth: 1

>  

>     howto

>     code-of-conflict

> @@ -28,7 +28,7 @@ Below are the essential guides that every developer should read.

>  Other guides to the community that are of interest to most developers are: 

>  

>  .. toctree::

> -   :maxdepth: 2

> +   :maxdepth: 1

>  

>     changes

>     submitting-drivers

> @@ -42,7 +42,7 @@ These are some overall technical guides that have been put here for now for

>  lack of a better place.

>  

>  .. toctree::

> -   :maxdepth: 2

> +   :maxdepth: 1

>  

>     applying-patches

>     adding-syscalls




Thanks,
Mauro
diff mbox

Patch

diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst
index 0cbc62adbbb1..0557144cef2b 100644
--- a/Documentation/process/index.rst
+++ b/Documentation/process/index.rst
@@ -16,7 +16,7 @@  trouble.
 Below are the essential guides that every developer should read.
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
 
    howto
    code-of-conflict
@@ -28,7 +28,7 @@  Below are the essential guides that every developer should read.
 Other guides to the community that are of interest to most developers are: 
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
 
    changes
    submitting-drivers
@@ -42,7 +42,7 @@  These are some overall technical guides that have been put here for now for
 lack of a better place.
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
 
    applying-patches
    adding-syscalls