Build the Quix Streams docs
Generate API docs for quixstreams
module using Pydoc Markdown.
To generate new API docs
- Go to
docs/build
- Install requirements via
python -m pip install -r requirements.txt
- do
./build.sh
- Check the generated docs in
docs/
folder