tree: ced1d401c1f715481d07c6b01a64a04284fb3e2e [path history] [tgz]
  1. compiler/
  2. .gitignore
  3. .readthedocs.yaml
  4. conf.py
  5. index.rst
  6. Makefile
  7. README.md
  8. requirements.txt
  9. runtime.rst
docs/api_docs/python/README.md

Python API Docs

Documentation for the Python API is built with Sphinx under this directory. When new versions are released, the documentation is generated and published to the Read the Docs project and is served at readthedocs.io.

Building Docs

Install IREE binaries

Either install python packages or, from the build directory:

export PYTHONPATH=$PWD/bindings/python:$PWD/compiler-api/python_package

Install dependencies

python -m pip install -r requirements.txt

Build docs

sphinx-build -b html . _build