Initial commit.

This commit is contained in:
felix
2023-10-31 14:37:16 +01:00
commit 5e2cbb8cb8
23 changed files with 2192 additions and 0 deletions

16
docs/conf.py Normal file
View File

@@ -0,0 +1,16 @@
"""Sphinx configuration."""
project = "glue"
author = "Felix Weiler"
copyright = f"2023, {author}"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx_autodoc_typehints",
]
autodoc_mock_imports = ["RPi.GPIO", "picamera2", "smbus"]
# html_static_path = ["_static"]
html_theme = "sphinx_rtd_theme"

8
docs/index.rst Normal file
View File

@@ -0,0 +1,8 @@
PROJECT
=======================
.. toctree::
:hidden:
:maxdepth: 1
license
reference

4
docs/license.rst Normal file
View File

@@ -0,0 +1,4 @@
License
=======
.. include:: ../LICENSE

9
docs/reference.rst Normal file
View File

@@ -0,0 +1,9 @@
Reference
=============
package 1
-------------
.. automodule:: glue
:members: