mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
395 B
395 B
For development purposes, these are the commands used to generate the doc files.
Install pydocmd:
pip3 install pydoc-markdown
Generate REST V2 docs:
pydocmd simple bfxapi bfxapi.client+ bfxapi.rest.bfx_rest.BfxRest+ > ./docs/rest_v2.md
Generate Websocket V2 docs:
pydocmd simple bfxapi bfxapi.client+ bfxapi.websockets.bfx_websocket.BfxWebsocket+ > ./docs/ws_v2.md