Back to Tiny Dnn

tiny-dnn documentation

docs/readme.md

1.0.0a3477 B
Original Source

tiny-dnn documentation

A built version of documentation is available here.

Local build

You can build html documents in your local machine if you prefer. Assuming you have python already, install Sphinx and recommonmark at first:

bash
$ pip install sphinx sphinx-autobuild
$ pip install recommonmark

Build on Windows

bach
cd docs
make.bat html

Build on Linux

bash
cd docs
make html