Changeset c05e43b in rtems-docs for user/conf.py


Ignore:
Timestamp:
03/09/16 04:37:31 (8 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.11, 5, master
Children:
4e3cf2b
Parents:
cec0d2b
git-author:
Chris Johns <chrisj@…> (03/09/16 04:37:31)
git-committer:
Amar Takhar <verm@…> (05/03/16 00:51:26)
Message:

User manual, devel install and windows install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • user/conf.py

    rcec0d2b rc05e43b  
    44from conf import *
    55
    6 version = '1.0'
    7 release = '5.0'
     6version = '4.11.0'
     7release = '4.11.0'
     8
     9project = "RTEMS User Manual"
     10
     11exclude_patterns = ['config/build.rst',
     12                    'config/runtime.rst',
     13                    'start/depend.rst',
     14                    'start/transition.rst',
     15                    'start/installation.rst',
     16                    'start/windows.rst',
     17                    'test/create.rst',
     18                    'test/running.rst',
     19                    'tools/build.rst',
     20                    'tools/simulation.rst',
     21                    'waf/index.rst']
    822
    923latex_documents = [
    10         ('index', 'user.tex', u'RTEMS User Documentation', u'RTEMS Documentation Project', 'manual'),
     24        ('index', 'user.tex', u'RTEMS User Manual', u'RTEMS Documentation Project', 'manual'),
    1125]
    12 
Note: See TracChangeset for help on using the changeset viewer.