Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.47 KB

README.rst

File metadata and controls

41 lines (28 loc) · 1.47 KB
Build Status

dragonfly_loader Documentation

This repository contains the documentation of the dragonfly_loader Python package.

How to set up a local environment

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.

Installation steps

  1. Install Python 2.6 or newer
  2. Install pip
  3. Install node.js
  4. Clone this git repository to your local computer
  5. Within the cloned repository, run the following commands in terminal or the command line
npm install -g grunt
npm install

Building the documentation

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.