mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2026-02-23 15:38:33 +01:00
Initial commit.
This commit is contained in:
16
docs/conf.py
Normal file
16
docs/conf.py
Normal 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
8
docs/index.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
PROJECT
|
||||
=======================
|
||||
.. toctree::
|
||||
:hidden:
|
||||
:maxdepth: 1
|
||||
|
||||
license
|
||||
reference
|
||||
4
docs/license.rst
Normal file
4
docs/license.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
License
|
||||
=======
|
||||
|
||||
.. include:: ../LICENSE
|
||||
9
docs/reference.rst
Normal file
9
docs/reference.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Reference
|
||||
=============
|
||||
|
||||
|
||||
package 1
|
||||
-------------
|
||||
|
||||
.. automodule:: glue
|
||||
:members:
|
||||
Reference in New Issue
Block a user