Skip to content
Snippets Groups Projects
user avatar
Neta Zmora authored
- Moved the Language model and struct pruning tutorials from the Wiki to
the HTML documentation.  Love the ease of Wiki, but GitHub doesn't let
Google crawl these pages, and users can't open PRs on Wiki pages.

- Updated the pruning algorithms documentation
178c8c49
History

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.