Docs
docs_build(verbose=False)
Builds the documentation using mkdocs.
Source code in cli/docs.py
16 17 18 19 20 21 22 23 | |
docs_serve(host='0.0.0.0', port='8002', verbose=False)
Serves the documentation locally using mkdocs.
Source code in cli/docs.py
5 6 7 8 9 10 11 12 13 | |