aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst18
1 files changed, 2 insertions, 16 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 5a0dffe..012cccc 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -4,23 +4,9 @@ Python-pushover documentation
.. include:: ../README.rst
:end-line: -7
-API documentation
------------------
+API
+---
.. automodule:: pushover
:members:
- :undoc-members:
:show-inheritance:
-
-
-Command line
--------------
-
-The module can also be called from the command line for basic message sending.
-The minimum invocation is:
-
-.. code-block:: bash
-
- python pushover.py --token <app-token> --client <client-id> "Hello!"
-
-