Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Documentation (WIP)

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:

  1. 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
  1. Build docs using sphinx
sphinx-build -M html docs/ output-docs/ # builds docs as html files stored in output-docs
  1. Explore the docs starting at output-docs/index.html