Changeset 14d532b in rtems-docs


Ignore:
Timestamp:
01/16/16 15:41:31 (8 years ago)
Author:
Amar Takhar <verm@…>
Branches:
4.11, 5, master
Children:
11d2a74
Parents:
aa3dcf4
git-author:
Amar Takhar <verm@…> (01/16/16 15:41:31)
git-committer:
Amar Takhar <verm@…> (05/03/16 00:51:22)
Message:

Fix section numbering, create TOC, seperate preface.

Location:
filesystem
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • filesystem/index.rst

    raa3dcf4 r14d532b  
    1 .. COMMENT: %**end of header
    2 
    3 .. COMMENT: COPYRIGHT (c) 1989-2013.
    4 
    5 .. COMMENT: On-Line Applications Research Corporation (OAR).
    6 
    7 .. COMMENT: All rights reserved.
    8 
    9 .. COMMENT: Master file for the Filesystem Design Guide
    10 
    11 .. COMMENT: COPYRIGHT (c) 1988-2002.
    12 
    13 .. COMMENT: On-Line Applications Research Corporation (OAR).
    14 
    15 .. COMMENT: All rights reserved.
    16 
    17 .. COMMENT: The following determines which set of the tables and figures we will use.
    18 
    19 .. COMMENT: We default to ASCII but if available TeX or HTML versions will
    20 
    21 .. COMMENT: be used instead.
    22 
    23 .. COMMENT: @clear use-html
    24 
    25 .. COMMENT: @clear use-tex
    26 
    27 .. COMMENT: The following variable says to use texinfo or html for the two column
    28 
    29 .. COMMENT: texinfo tables.  For somethings the format does not look good in html.
    30 
    31 .. COMMENT: With our adjustment to the left column in TeX, it nearly always looks
    32 
    33 .. COMMENT: good printed.
    34 
    35 .. COMMENT: Custom whitespace adjustments.  We could fiddle a bit more.
    36 
    37 .. COMMENT: Title Page Stuff
    38 
    39 .. COMMENT: I don't really like having a short title page.  -joel
    40 
    41 .. COMMENT: @shorttitlepage RTEMS Filesystem Design Guide
    42 
    431=============================
    442RTEMS Filesystem Design Guide
    453=============================
    46 
    47 .. COMMENT: COPYRIGHT (c) 1988-2015.
    48 
    49 .. COMMENT: On-Line Applications Research Corporation (OAR).
    50 
    51 .. COMMENT: All rights reserved.
    52 
    53 .. COMMENT: The following puts a space somewhere on an otherwise empty page so we
    54 
    55 .. COMMENT: can force the copyright description onto a left hand page.
    564
    575COPYRIGHT © 1988 - 2015.
     
    7523
    7624Any inquiries for commercial services including training, support, custom
    77 development, application development assistance should be directed tohttp://www.rtems.com.
    78 
    79 .. COMMENT: This prevents a black box from being printed on "overflow" lines.
    80 .. COMMENT: The alternative is to rework a sentence to avoid this problem.
     25development, application development assistance should be directed to http://www.rtems.com.
    8126
    8227
     
    8530
    8631.. toctree::
     32
     33        preface
     34
     35
     36.. toctree::
    8737        :maxdepth: 3
    8838        :numbered:
    8939
    90         preface
    9140        pathname_eval
    9241        system_init
     
    9948        command_and_variable
    10049       
     50*       :ref:`genindex`
     51*       :ref:`search`
     52
     53
  • filesystem/preface.rst

    raa3dcf4 r14d532b  
     1=======
    12Preface
    2 #######
     3=======
    34
    45This document describes the implementation of the RTEMS filesystem
Note: See TracChangeset for help on using the changeset viewer.