Skip to content

Commit

Permalink
improve docs, add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
brad committed Oct 6, 2015
1 parent 5f7aa14 commit 8f4ae5b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -10,6 +10,9 @@ python-misfit
.. image:: https://requires.io/github/orcasgit/python-misfit/requirements.svg?branch=master
:target: https://requires.io/github/orcasgit/python-misfit/requirements/?branch=master
:alt: Requirements Status
.. image:: https://readthedocs.org/projects/python-misfit/badge/?version=latest
:target: http://python-misfit.readthedocs.org/en/latest/?badge=latest
:alt: Documentation Status

Misfit API Python Client Implementation

Expand Down
5 changes: 5 additions & 0 deletions docs/misfit.rst
Expand Up @@ -26,6 +26,11 @@ misfit.cli module
:end-before: """
.. autoclass:: misfit.cli.MisfitCli

misfit.notification module
^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: misfit.notification

misfit.exceptions module
^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 4 additions & 0 deletions misfit/notification.py
Expand Up @@ -22,6 +22,10 @@ def string_to_sign(data):


class MisfitMessage(MisfitObject):
"""
DELETED, CREATED and UPDATED are the three known actions you will find in
the ``action`` property
"""
DELETED = 'deleted'
CREATED = 'created'
UPDATED = 'updated'
Expand Down

0 comments on commit 8f4ae5b

Please sign in to comment.