Skip to content

Latest commit

 

History

History
executable file
·
15 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

executable file
·
15 lines (13 loc) · 457 Bytes

How to generate the Distiller documentation site

  1. Install mkdocs and the required packages by executing:
$ pip3 install -r doc-requirements.txt
  1. To build the project documentation run:
$ cd distiller/docs-src
$ mkdocs build --clean

This will create a folder named 'site' which contains the documentation website. Open distiller/docs/site/index.html to view the documentation home page.