Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1509941 > unrolled thread
| Started by | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| First post | 2016-10-27 01:30 +0200 |
| Last post | 2016-10-27 02:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 09/11] docs: Collapse the process guide TOC Jonathan Corbet <corbet@lwn.net> - 2016-10-27 01:30 +0200
Re: [PATCH 09/11] docs: Collapse the process guide TOC Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-10-27 02:30 +0200
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2016-10-27 01:30 +0200 |
| Subject | [PATCH 09/11] docs: Collapse the process guide TOC |
| Message-ID | <swFNT-28S-31@gated-at.bofh.it> |
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(-)
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
--
2.7.4
[toc] | [next] | [standalone]
| From | Mauro Carvalho Chehab <mchehab@s-opensource.com> |
|---|---|
| Date | 2016-10-27 02:30 +0200 |
| Message-ID | <swGJY-2Mc-17@gated-at.bofh.it> |
| In reply to | #1509941 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web