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