Our documentation is written in restructured text markup and built with Sphinx.
To build Intel(R) Extension for Scikit-Learn documentation locally:
-
Clone the repository:
git clone https://github.com/uxlfoundation/scikit-learn-intelex.git
-
Install required Python packages using
pip
:pip install -r requirements-doc.txt
-
Go to the
doc
folder:cd scikit-learn-intelex/doc
-
Run the
build-doc.sh
script.
You can find documentation in the _build/html
folder.