Skip to content

Commit

Permalink
Update sdkpython.rst
Browse files Browse the repository at this point in the history
literalinclude modules
  • Loading branch information
danibudi committed Sep 1, 2017
1 parent cc1e22c commit b446117
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/sdkpython.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ kount\.client module
:undoc-members:
:show-inheritance:

.. literalinclude:: ../kount/client.py

kount\.inquiry module
-------------------------
Expand All @@ -19,7 +20,8 @@ kount\.inquiry module
:members:
:undoc-members:
:show-inheritance:


.. literalinclude:: ../kount/inquiry.py

kount\.request module
-------------------------
Expand All @@ -37,6 +39,8 @@ kount\.response module
:undoc-members:
:show-inheritance:

.. literalinclude:: ../kount/request.py

kount\.ris\_validator module
--------------------------------

Expand All @@ -55,6 +59,18 @@ kount\.settings module

.. literalinclude:: ../kount/settings.py

kount\.version module
--------------------------------

.. automodule:: kount.version
:members:
:undoc-members:
:show-inheritance



.. literalinclude:: ../kount/version.py


Subpackages
-----------
Expand Down

0 comments on commit b446117

Please sign in to comment.