Fix section numbering, create TOC, seperate preface.

This commit is contained in:
Amar Takhar 2016-01-16 10:41:31 -05:00
parent aa3dcf4eb2
commit 14d532bb65
2 changed files with 12 additions and 58 deletions

View File

@ -1,59 +1,7 @@
.. COMMENT: %**end of header
.. COMMENT: COPYRIGHT (c) 1989-2013.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
.. COMMENT: Master file for the Filesystem Design Guide
.. COMMENT: COPYRIGHT (c) 1988-2002.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
.. COMMENT: The following determines which set of the tables and figures we will use.
.. COMMENT: We default to ASCII but if available TeX or HTML versions will
.. COMMENT: be used instead.
.. COMMENT: @clear use-html
.. COMMENT: @clear use-tex
.. COMMENT: The following variable says to use texinfo or html for the two column
.. COMMENT: texinfo tables. For somethings the format does not look good in html.
.. COMMENT: With our adjustment to the left column in TeX, it nearly always looks
.. COMMENT: good printed.
.. COMMENT: Custom whitespace adjustments. We could fiddle a bit more.
.. COMMENT: Title Page Stuff
.. COMMENT: I don't really like having a short title page. -joel
.. COMMENT: @shorttitlepage RTEMS Filesystem Design Guide
============================= =============================
RTEMS Filesystem Design Guide RTEMS Filesystem Design Guide
============================= =============================
.. COMMENT: COPYRIGHT (c) 1988-2015.
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
.. COMMENT: The following puts a space somewhere on an otherwise empty page so we
.. COMMENT: can force the copyright description onto a left hand page.
COPYRIGHT © 1988 - 2015. COPYRIGHT © 1988 - 2015.
On-Line Applications Research Corporation (OAR). On-Line Applications Research Corporation (OAR).
@ -74,20 +22,21 @@ inquiries concerning RTEMS, its related support components, or its
documentation should be directed to the Community Project hosted athttp://www.rtems.org. documentation should be directed to the Community Project hosted athttp://www.rtems.org.
Any inquiries for commercial services including training, support, custom Any inquiries for commercial services including training, support, custom
development, application development assistance should be directed tohttp://www.rtems.com. development, application development assistance should be directed to http://www.rtems.com.
.. COMMENT: This prevents a black box from being printed on "overflow" lines.
.. COMMENT: The alternative is to rework a sentence to avoid this problem.
Table of Contents Table of Contents
----------------- -----------------
.. toctree::
preface
.. toctree:: .. toctree::
:maxdepth: 3 :maxdepth: 3
:numbered: :numbered:
preface
pathname_eval pathname_eval
system_init system_init
mounting_and_unmounting mounting_and_unmounting
@ -98,3 +47,7 @@ Table of Contents
trivial_ftp trivial_ftp
command_and_variable command_and_variable
* :ref:`genindex`
* :ref:`search`

View File

@ -1,5 +1,6 @@
=======
Preface Preface
####### =======
This document describes the implementation of the RTEMS filesystem This document describes the implementation of the RTEMS filesystem
infrastructure. This infrastructure supports the following infrastructure. This infrastructure supports the following