yiwensong / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
0 stars 2 forks source link

cbpro.order_book and cbpro.websocket_client have no docstrings and thus no docs #3

Open yiwensong opened 6 years ago

yiwensong commented 6 years ago

docs are currently autogenerated from the docstrings. order_book and websocket_client modules do not have any docstrings, so the docs for those modules are currently empty. to fix this, we should write docstrings for these modules.