Skip to content

Latest commit

 

History

History

DART Documentation

To build and open the documentation in your browser, run this command in the docs directory:

    make clean && make html; open _build/html/index.html 

To make a live preview of the documentation while editing, run this command in the docs directory:

    make livehtml