Changeset 2d1dc3f in rtems-docs


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

Split document into seperate files by section.

Location:
filesystem
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • filesystem/index.rst

    rc142f5b r2d1dc3f  
    1 .. include:: filesystem.rst
     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
     43=============================
     44RTEMS Filesystem Design Guide
     45=============================
     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.
     56
     57COPYRIGHT © 1988 - 2015.
     58
     59On-Line Applications Research Corporation (OAR).
     60
     61The authors have used their best efforts in preparing
     62this material.  These efforts include the development, research,
     63and testing of the theories and programs to determine their
     64effectiveness.  No warranty of any kind, expressed or implied,
     65with regard to the software or the material contained in this
     66document is provided.  No liability arising out of the
     67application or use of any product described in this document is
     68assumed.  The authors reserve the right to revise this material
     69and to make changes from time to time in the content hereof
     70without obligation to notify anyone of such revision or changes.
     71
     72The RTEMS Project is hosted at http://www.rtems.org.  Any
     73inquiries concerning RTEMS, its related support components, or its
     74documentation should be directed to the Community Project hosted athttp://www.rtems.org.
     75
     76Any inquiries for commercial services including training, support, custom
     77development, 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.
     81
     82
     83Table of Contents
     84-----------------
     85
     86.. toctree::
     87        :maxdepth: 3
     88        :numbered:
     89
     90        preface
     91        pathname_eval
     92        system_init
     93        mounting_and_unmounting
     94        call_development
     95        fileystem_implmentation
     96        in-memory
     97        minature_in-memory
     98        trivial_ftp
     99        command_and_variable
     100       
Note: See TracChangeset for help on using the changeset viewer.