This repository contains the documentation of the dragonfly_loader Python package.
To view the changes you made to the documentation files on your computer you have to create a local environment first to build the documentation.
- Install Python 2.6 or newer
- Install pip
- Install node.js
- Clone this git repository to your local computer
- Within the cloned repository, run the following commands in terminal or the command line
npm install -g grunt npm install
After you executed all required installation steps, you are now able to build the documentation and view it in your browser by running the following command in terminal or the command line within the directory containing this README.
grunt
After you've made change to the documentation files you don't need to execute the build script again. Instead you can just wait a few seconds and the documentation in your browser will refresh automatically.