generated documentation
This commit is contained in:
7
documentation/source/app.rst
Normal file
7
documentation/source/app.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
app module
|
||||
==========
|
||||
|
||||
.. automodule:: app
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -12,9 +12,9 @@
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
#
|
||||
# import os
|
||||
# import sys
|
||||
# sys.path.insert(0, os.path.abspath('.'))
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
7
documentation/source/interface_handler.rst
Normal file
7
documentation/source/interface_handler.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
interface\_handler module
|
||||
=========================
|
||||
|
||||
.. automodule:: interface_handler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
10
documentation/source/modules.rst
Normal file
10
documentation/source/modules.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
aped_device
|
||||
===========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
app
|
||||
interface_handler
|
||||
ring_buffer
|
||||
xml_reader
|
||||
7
documentation/source/ring_buffer.rst
Normal file
7
documentation/source/ring_buffer.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
ring\_buffer module
|
||||
===================
|
||||
|
||||
.. automodule:: ring_buffer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
documentation/source/xml_reader.rst
Normal file
7
documentation/source/xml_reader.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
xml\_reader module
|
||||
==================
|
||||
|
||||
.. automodule:: xml_reader
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user