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 the
scikit-learn-intelex
package. -
Install required documentation builder dependencies 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 will then find documentation under the _build/html
folder.
Additional documentation for the daal4py
module can be built with the following steps (after having installed the scikit-learn-intelex
packages and doc dependencies):
-
Go to the
doc/daal4py
folder:cd scikit-learn-intelex/doc/daal4py
-
Run the makefile (assuming linux):
make html
Documentation will similarly be built under _build/html
.