mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 09:42:39 +08:00
Initial reST documentation using Sphinx.
This commit is contained in:
1
networking/index.rst
Normal file
1
networking/index.rst
Normal file
@@ -0,0 +1 @@
|
||||
.. include:: networking.rst
|
2010
networking/networking.rst
Normal file
2010
networking/networking.rst
Normal file
File diff suppressed because it is too large
Load Diff
19
networking/wscript
Normal file
19
networking/wscript
Normal file
@@ -0,0 +1,19 @@
|
||||
from sys import path
|
||||
from os.path import abspath
|
||||
path.append(abspath('../common/'))
|
||||
|
||||
from waf import cmd_configure, cmd_build
|
||||
|
||||
def configure(ctx):
|
||||
cmd_configure(ctx)
|
||||
|
||||
def build(ctx):
|
||||
|
||||
sub = {
|
||||
"VERSION": "1.0",
|
||||
"RELEASE": "5.0.0",
|
||||
"DOC": "Networking",
|
||||
"FILE_DOC": "rtemsnetworking",
|
||||
}
|
||||
|
||||
cmd_build(ctx, sub)
|
Reference in New Issue
Block a user