Skip to content

Latest commit

 

History

History

docs

ADTK Documentation

  1. Install necessary sphinx packages if they are not installed yet.

    $ pip install -r requirements-docs.txt
  2. Build documentation.

    $ make html
  3. Now you may open documentation by opening _build/html/index.html in your browser.