diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2018-08-14 14:43:12 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-09-01 01:50:50 +0300 |
commit | 9799445af124c2476c7e0cc5432375348b6a4724 (patch) | |
tree | 22e432213ee341d2f8e113ab393aa89b5451a129 /Documentation/index.rst | |
parent | 60ca05c3b44566b70d64fbb8e87a6e0c67725468 (diff) | |
download | linux-9799445af124c2476c7e0cc5432375348b6a4724.tar.xz |
docs: tidy up TOCs and refs to license-rules.rst
The documentation and TOCs are organized in a manner of a tree. Adding a TOC to
the root, which refers to a file which is located in a subfolder forms a
grid. Those TOCs are a bit confusing and thats why we get additional error
messages while building partial documentation::
$ make SPHINXDIRS=process htmldocs
...
checking consistency... Documentation/process/license-rules.rst: \
WARNING: document isn't included in any toctree
To fix it, the *root-license-TOC* is replaced by a reference and the
'license-roles.txt' is added to the Documentation/process/index.rst TOC.
BTW: there was an old licences remark in Documentation/process/howto.rst which
is also updated, mentioning SPDX and pointing to the license-rules.rst
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 5db7e87c7cb1..c858c2e66e36 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -22,10 +22,7 @@ The following describes the license of the Linux kernel source code (GPLv2), how to properly mark the license of individual files in the source tree, as well as links to the full license text. -.. toctree:: - :maxdepth: 2 - - process/license-rules.rst +* :ref:`kernel_licensing` User-oriented documentation --------------------------- |