Skip to content

Commit

Permalink
Add helpers documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Jan 9, 2018
1 parent f37c35d commit d1450f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/binance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ exceptions module
:undoc-members:
:show-inheritance:

validation module
helpers module
--------------------------

.. automodule:: binance.validation
.. automodule:: binance.helpers
:members:
:undoc-members:
:show-inheritance:
Expand Down
6 changes: 6 additions & 0 deletions docs/helpers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Helper Functions
================

.. autoclass:: binance.helpers
:members: date_to_milliseconds, interval_to_milliseconds
:noindex:
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Contents
websockets
depth_cache
withdraw
helpers
exceptions
faqs
changelog
Expand Down

0 comments on commit d1450f9

Please sign in to comment.