Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 303 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 303 Bytes

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.