2 parents f37c35d + d1450f9 commit a50aa2bCopy full SHA for a50aa2b
3 files changed
docs/binance.rst
@@ -25,10 +25,10 @@ exceptions module
25
:undoc-members:
26
:show-inheritance:
27
28
-validation module
+helpers module
29
--------------------------
30
31
-.. automodule:: binance.validation
+.. automodule:: binance.helpers
32
:members:
33
34
docs/helpers.rst
@@ -0,0 +1,6 @@
1
+Helper Functions
2
+================
3
+
4
+.. autoclass:: binance.helpers
5
+ :members: date_to_milliseconds, interval_to_milliseconds
6
+ :noindex:
docs/index.rst
@@ -17,6 +17,7 @@ Contents
17
websockets
18
depth_cache
19
withdraw
20
+ helpers
21
exceptions
22
faqs
23
changelog
0 commit comments