This documentation is a work in progress and may not contain all currently supported operations. Please check the functions signature and description for more info on it
We use Sphinx for presenting our documentation.
To build the docs follow these steps:
- Install the required sphinx packages and extensions from the dev-requirements.txt
pip install -r dev-requirements.txt # install sphinx and its extensions
pip install -r requirements.txt # install arrayfire-binary-python-wrapper- Build docs using sphinx
sphinx-build -M html docs/ output-docs/ # builds docs as html files stored in output-docs- Explore the docs starting at
output-docs/index.html