source: rtems-docs/user/index.rst @ 471c5e3

5
Last change on this file since 471c5e3 was 5ce8e43, checked in by Chris Johns <chrisj@…>, on 08/21/18 at 03:41:51

build: Fix indexing so it works on HTML and PDF.

  • Remove all genindex.rst files, these are generated and should not exist in our source.
  • Fix the HTML templates so the local specialisation works.
  • Add a index link to the sidebar for HTML.

Note, there is no TOC entry for the index in the PDF output and I
cannot figure out how to add one.

Closes #3503

  • Property mode set to 100644
File size: 1.8 KB
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. highlight:: c
4
5==============================
6RTEMS User Manual (|version|).
7==============================
8
9 | **COPYRIGHT (c) 2016-2017.**
10 | **RTEMS Foundation, The RTEMS Documentation Project**
11
12 | **License:**
13 |  Creative Commons Attribution-ShareAlike 4.0 International Public License
14 |  https://creativecommons.org/licenses/by-sa/4.0/legalcode
15
16The authors have used their best efforts in preparing this material.  These
17efforts include the development, research, and testing of the theories and
18programs to determine their effectiveness.  No warranty of any kind, expressed
19or implied, with regard to the software or the material contained in this
20document is provided.  No liability arising out of the application or use of
21any product described in this document is assumed.  The authors reserve the
22right to revise this material and to make changes from time to time in the
23content hereof without obligation to notify anyone of such revision or changes.
24
25The RTEMS Project is hosted at http://www.rtems.org/.  Any inquiries concerning
26RTEMS, its related support components, or its documentation should be directed
27to the Community Project hosted at http://www.rtems.org/.
28
29.. topic:: RTEMS Online Resources
30
31  ================  =============================
32  Home              https://www.rtems.org/
33  Developers        https://devel.rtems.org/
34  Documentation     https://docs.rtems.org/
35  Bug Reporting     https://devel.rtems.org/query
36  Mailing Lists     https://lists.rtems.org/
37  Git Repositories  https://git.rtems.org/
38  ================  =============================
39
40.. toctree::
41        :maxdepth: 5
42        :numbered:
43
44        overview/index
45        ecosys/index
46
47        start/index
48        hosts/index
49        installation/index
50
51        hardware/index
52        bsps/index
53
54        tools/index
55
56        tracing/index
57
58        support/index
59
60        glossary/index
61
62* :ref:`genindex`
Note: See TracBrowser for help on using the repository browser.