generated documentation

This commit is contained in:
p.loedige
2021-01-08 15:01:37 +01:00
parent fa314fe5f7
commit ba77705837
31 changed files with 1333 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
app module
==========
.. automodule:: app
:members:
:undoc-members:
:show-inheritance:

View File

@@ -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 -----------------------------------------------------

View File

@@ -0,0 +1,7 @@
interface\_handler module
=========================
.. automodule:: interface_handler
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,10 @@
aped_device
===========
.. toctree::
:maxdepth: 4
app
interface_handler
ring_buffer
xml_reader

View File

@@ -0,0 +1,7 @@
ring\_buffer module
===================
.. automodule:: ring_buffer
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
xml\_reader module
==================
.. automodule:: xml_reader
:members:
:undoc-members:
:show-inheritance: