Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 521 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 521 Bytes

Documentation

Getting Started

Installing the requirements

To install dependencies required to generate sphinx documentation locally, execute the following command from the main directory:

pip install -r requirements/docs.txt

Building documentation locally

To generate Python SDK documentation locally, execute the following commands:

cd docs/
make html

This will build HTML docs in docs/build/html/index.html. Open this file in your web browser to see the docs.