Skip to content

Commit

Permalink
Fixed docs for real
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot committed Nov 24, 2018
1 parent 643ae8c commit 8f250d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
23 changes: 4 additions & 19 deletions docs/api/blinkpy.rst
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
.. _core_module:

:mod: API Reference
Blinkpy
----------------------

.. automodule:: blinkpy.blinkpy

.. automodule:: blinkpy.sync_module

.. automodule:: blinkpy.camera

.. automodule:: blinkpy.api

.. automodule:: blinkpy.helpers.util

.. autoclass:: blinkpy.blinkpy.Blink
:members:

.. autoclass:: blinkpy.sync_module.BlinkSyncModule
.. automodule:: blinkpy.sync_module
:members:

.. autoclass:: blinkpy.camera.BlinkCamera
.. automodule:: blinkpy.camera
:members:

.. autoclass:: blinkpy.helpers.util.BlinkURLHandler
.. automodule:: blinkpy.helpers.util
:members:

.. autofunction:: blinkpy.helpers.util.create_session

.. autofunction:: blinkpy.helpers.util.http_req

.. autofunction:: blinkpy.helpers.util.attempt_reauthorization
6 changes: 6 additions & 0 deletions docs/api/implemented.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
API Reference
----------------------

.. automodule:: blinkpy.api
:members:

0 comments on commit 8f250d2

Please sign in to comment.