forked from platypush/platypush
Fixed docs
This commit is contained in:
parent
f2de1015a8
commit
4c3140c9b5
18 changed files with 80 additions and 95 deletions
docs/source
|
@ -45,6 +45,7 @@ Backends
|
|||
platypush/backend/sensor.distance.vl53l1x.rst
|
||||
platypush/backend/sensor.envirophat.rst
|
||||
platypush/backend/sensor.ir.zeroborg.rst
|
||||
platypush/backend/sensor.leap.rst
|
||||
platypush/backend/sensor.ltr559.rst
|
||||
platypush/backend/sensor.mcp3008.rst
|
||||
platypush/backend/sensor.motion.pwm3901.rst
|
||||
|
|
|
@ -23,8 +23,8 @@ import sys
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = 'platypush'
|
||||
copyright = '2018, BlackLight'
|
||||
author = 'BlackLight'
|
||||
copyright = '2017-2019, Fabio Manganiello'
|
||||
author = 'Fabio Manganiello'
|
||||
|
||||
# The short X.Y version
|
||||
version = ''
|
||||
|
@ -49,6 +49,7 @@ extensions = [
|
|||
'sphinx.ext.ifconfig',
|
||||
'sphinx.ext.viewcode',
|
||||
'sphinx.ext.githubpages',
|
||||
'sphinx_rtd_theme',
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
@ -84,8 +85,8 @@ pygments_style = 'sphinx'
|
|||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
#
|
||||
# html_theme = 'alabaster'
|
||||
html_theme = 'nature'
|
||||
# html_theme = 'haiku'
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
|
||||
html_domain_indices = True
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
``platypush.backend``
|
||||
=====================
|
||||
|
||||
.. automodule:: platypush.backend
|
||||
:members:
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
``platypush.backend.camera``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.backend.camera
|
||||
:members:
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
``platypush.backend.http.request.rss``
|
||||
======================================
|
||||
|
||||
.. automodule:: platypush.backend.http.request.rss
|
||||
:members:
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
``platypush.backend.weather.forecast``
|
||||
======================================
|
||||
|
||||
.. automodule:: platypush.backend.weather.forecast
|
||||
:members:
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
``platypush.plugins.weather.forecast``
|
||||
======================================
|
||||
|
||||
.. automodule:: platypush.plugins.weather.forecast
|
||||
:members:
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue