summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-features.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-12-03 22:38:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:21:27 +0000
commitbd1789261122c25d62b8e8e7f7d5647249e8d8ff (patch)
tree5b831c41d669f37ce42dac9f25a57052fd61119a /documentation/ref-manual/ref-features.rst
parentd1f0448ca9233fe1a4dc46e6bf86762b31ff34ef (diff)
downloadpoky-bd1789261122c25d62b8e8e7f7d5647249e8d8ff.tar.gz
sphinx: rename top level document in each manual
It is more common to call the top level document index.rst. This is what this patch is doing, along with all required references fixup. (From yocto-docs rev: 2cea7fbba9210479fc0387d7e1b80da9885558f0) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-features.rst')
-rw-r--r--documentation/ref-manual/ref-features.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-features.rst b/documentation/ref-manual/ref-features.rst
index a16460e91c..c9223e4131 100644
--- a/documentation/ref-manual/ref-features.rst
+++ b/documentation/ref-manual/ref-features.rst
@@ -261,7 +261,7 @@ these valid features is as follows:
261 261
262- *perf:* Installs profiling tools such as ``perf``, ``systemtap``, and 262- *perf:* Installs profiling tools such as ``perf``, ``systemtap``, and
263 ``LTTng``. For general information on user-space tools, see the 263 ``LTTng``. For general information on user-space tools, see the
264 :doc:`../sdk-manual/sdk-manual` manual. 264 :doc:`../sdk-manual/index` manual.
265 265
266- *ssh-server-dropbear:* Installs the Dropbear minimal SSH server. 266- *ssh-server-dropbear:* Installs the Dropbear minimal SSH server.
267 267
@@ -275,7 +275,7 @@ these valid features is as follows:
275 ``gdb``. For information on GDB, see the 275 ``gdb``. For information on GDB, see the
276 ":ref:`dev-manual/dev-manual-common-tasks:debugging with the gnu project debugger (gdb) remotely`" section 276 ":ref:`dev-manual/dev-manual-common-tasks:debugging with the gnu project debugger (gdb) remotely`" section
277 in the Yocto Project Development Tasks Manual. For information on 277 in the Yocto Project Development Tasks Manual. For information on
278 tracing and profiling, see the :doc:`../profile-manual/profile-manual`. 278 tracing and profiling, see the :doc:`../profile-manual/index`.
279 279
280- *tools-sdk:* Installs a full SDK that runs on the device. 280- *tools-sdk:* Installs a full SDK that runs on the device.
281 281