Our documentation is written in restructured text markup and built with Sphinx.
To build Extension for Scikit-Learn documentation locally:
-
Clone the repository:
git clone https://github.com/uxlfoundation/scikit-learn-intelex.git -
Install the
scikit-learn-intelexpackage. -
Install required documentation builder dependencies using
pip:pip install -r requirements-doc.txt -
Go to the
docfolder:cd scikit-learn-intelex/doc -
Run the
build-doc.shscript.
You will then find documentation under the _build/html folder.