Skip to content

Latest commit

 

History

History

README.md

Build Documentation

Our documentation is written in restructured text markup and built with Sphinx.

Generate Documentation

To build Extension for Scikit-Learn documentation locally:

  1. Clone the repository:

     git clone https://github.com/uxlfoundation/scikit-learn-intelex.git
    
  2. Install the scikit-learn-intelex package.

  3. Install required documentation builder dependencies using pip:

     pip install -r requirements-doc.txt
    
  4. Go to the doc folder:

     cd scikit-learn-intelex/doc
    
  5. Run the build-doc.sh script.

You will then find documentation under the _build/html folder.