Uses dgeni, the wonderful documentation generator built by @petebacondarwin.
To view docs:
gulp docs
, which builds the docs todist/docs
cd dist/docs
and start an http server (e.g.python -m SimpleHTTPServer
)- Navigate to the server, and enjoy (e.g. http://localhost:8000)
Run gulp watch
to watch and rebuild docs on every save.