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
|
Line | |
---|
1 | import sys, os |
---|
2 | sys.path.append(os.path.abspath('../common/')) |
---|
3 | |
---|
4 | from conf import * |
---|
5 | |
---|
6 | version = '4.11.0' |
---|
7 | release = '4.11.0' |
---|
8 | |
---|
9 | project = "RTEMS Networking User Manual" |
---|
10 | |
---|
11 | latex_documents = [ |
---|
12 | ('index', 'networking.tex', u'RTEMS Networking User Documentation', u'RTEMS Documentation Project', 'manual'), |
---|
13 | ] |
---|
Note: See
TracBrowser
for help on using the repository browser.