aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-08-16 19:38:04 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-08-16 19:38:04 -0400
commitc34c6754001592d3831e111e0609a9cf1bbd4ce8 (patch)
tree0de3cb98f64f469cd071d363a21e9282d85480f1 /doc
parent6284f4b908d67c639c862123cb7d44a34dc85ee0 (diff)
downloadpython-pushover-c34c6754001592d3831e111e0609a9cf1bbd4ce8.tar.gz
Update the documentation
Diffstat (limited to 'doc')
-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!"
-
-