source
: Contains main *.rst filestutorials
: python script describe how to use the apiexamples
: Fury app showcasesbuild
: Contains the generated documentation
$ pip install -U -r requirements/default.txt
$ pip install -U -r requirements/optional.txt
$ pip install -U -r requirements/docs.txt
Go to the docs
folder and run the following commands to generate it.
$ make -C . clean && make -C . html
To generate the documentation without running the examples:
$ make -C . clean && make -C . html-no-examples
$ make clean
$ make html
To generate the documentation without running the examples:
$ make clean
$ make html-no-examples