diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-08-16 19:38:04 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-08-16 19:38:04 -0400 |
| commit | c34c6754001592d3831e111e0609a9cf1bbd4ce8 (patch) | |
| tree | 0de3cb98f64f469cd071d363a21e9282d85480f1 /doc/index.rst | |
| parent | 6284f4b908d67c639c862123cb7d44a34dc85ee0 (diff) | |
| download | python-pushover-c34c6754001592d3831e111e0609a9cf1bbd4ce8.tar.gz | |
Update the documentation
Diffstat (limited to 'doc/index.rst')
| -rw-r--r-- | doc/index.rst | 18 |
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!" - - |
