From ac0eaff94117757046867bc92797d6c2dae78cd4 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 13 Nov 2017 11:51:23 +1100 Subject: Use '.. toctree::' and not '.. include::' in the User Manual. - Change all suitable '.. include::' to TOC tree. - Remove unused and not needed sections. - Fix the conf.py to not exclude some files. Close #3232. --- user/installation/index.rst | 14 ++++++++------ user/installation/prefixes-sandboxing.rst | 3 +-- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'user/installation') diff --git a/user/installation/index.rst b/user/installation/index.rst index 6f3db6b..5a1865d 100644 --- a/user/installation/index.rst +++ b/user/installation/index.rst @@ -3,11 +3,11 @@ .. comment: Copyright (c) 2016 Chris Johns .. comment: All rights reserved. +.. index:: Installation .. _installation: Installation ************ -.. index:: Installation This section details how to set up and install the RTEMS Ecosystem. You will create a set of tools and an RTEMS kernel for your selected Board Support @@ -42,9 +42,11 @@ pass ready for you to use. The tools and kernel are stable and only bug fixes are added creating new dot point releases. The developer set up tracks the Git repositories for the tools and kernel. -.. include:: prefixes-sandboxing.rst -.. include:: releases.rst -.. include:: developer.rst -.. include:: kernel.rst - .. comment: code block warning is in kernel.rst + +.. toctree:: + + prefixes-sandboxing + releases + developer + kernel diff --git a/user/installation/prefixes-sandboxing.rst b/user/installation/prefixes-sandboxing.rst index f91def6..c7dbdca 100644 --- a/user/installation/prefixes-sandboxing.rst +++ b/user/installation/prefixes-sandboxing.rst @@ -4,12 +4,11 @@ .. comment: All rights reserved. .. _prefixes: +.. index:: Prefixes Prefixes ======== -.. index:: Prefixes - You will see the term :ref:term:`prefix` referred to thoughout this documentation and in a wide number of software packages you can download from the internet. A **prefix** is the path on your computer a software package is -- cgit v1.2.3