Update documentation
This commit is contained in:
parent
a5b0933eff
commit
df4c672701
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ extensions = [
|
|||
]
|
||||
|
||||
autodoc_mock_imports = ["smbus", "compLib.PCA9685", "RPi",
|
||||
"pigpio", "flask", "apt", "spidev", "influxdb_client"]
|
||||
"pigpio", "flask", "apt", "influxdb_client"]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.. _lib_odom:
|
||||
|
||||
Odometry
|
||||
******
|
||||
********
|
||||
|
||||
Class Documentation
|
||||
====================
|
||||
|
|
Reference in a new issue