4.115am
Last change
on this file since bc37517 was
b412038,
checked in by Chris Johns <chrisj@…>, on 04/11/16 at 03:53:58
|
Clean up and review of Networking User Guide.
|
-
Property mode set to
100644
|
File size:
298 bytes
|
Rev | Line | |
---|
[3a71759] | 1 | import sys, os |
---|
| 2 | sys.path.append(os.path.abspath('../common/')) |
---|
| 3 | |
---|
| 4 | from conf import * |
---|
| 5 | |
---|
[b412038] | 6 | version = '4.11.0' |
---|
| 7 | release = '4.11.0' |
---|
| 8 | |
---|
| 9 | project = "RTEMS Networking User Manual" |
---|
[3a71759] | 10 | |
---|
[9b5801a] | 11 | latex_documents = [ |
---|
[b412038] | 12 | ('index', 'networking.tex', u'RTEMS Networking User Documentation', u'RTEMS Documentation Project', 'manual'), |
---|
[9b5801a] | 13 | ] |
---|
Note: See
TracBrowser
for help on using the repository browser.