diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-03 18:19:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:33 +0100 |
commit | a9577eadaeed4686bafacb1bd95b731ad6a4f4ea (patch) | |
tree | 32549537d08c739ebfba199c17f5220cf772c127 | |
parent | 17f1c2ce04af0ce771efc735872ce78a079b4465 (diff) | |
download | poky-a9577eadaeed4686bafacb1bd95b731ad6a4f4ea.tar.gz |
sphinx: add a general index
This index is automatically generated by Sphinx, and all terms from
the glossary are listed. It seems very convenient for the Yocto
Project documentation.
The implementation with an 'almost' empty file is tricky. It was
borrowed from:
https://stackoverflow.com/questions/40556423/how-can-i-link-the-generated-index-page-in-readthedocs-navigation-bar
(From yocto-docs rev: 8af595c464b58cf46df7ef067832db5c841e9202)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/genindex.rst | 3 | ||||
-rw-r--r-- | documentation/index.rst | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/documentation/genindex.rst b/documentation/genindex.rst new file mode 100644 index 0000000000..a4af06f656 --- /dev/null +++ b/documentation/genindex.rst | |||
@@ -0,0 +1,3 @@ | |||
1 | ===== | ||
2 | Index | ||
3 | ===== | ||
diff --git a/documentation/index.rst b/documentation/index.rst index 6df5c9dd25..1a96b6996e 100644 --- a/documentation/index.rst +++ b/documentation/index.rst | |||
@@ -22,3 +22,4 @@ Welcome to The Yocto Project's documentation! | |||
22 | sdk-manual/sdk-manual | 22 | sdk-manual/sdk-manual |
23 | toaster-manual/toaster-manual | 23 | toaster-manual/toaster-manual |
24 | test-manual/test-manual | 24 | test-manual/test-manual |
25 | genindex | ||