/elabdoc

Source files for generating documentation for elabftw

Primary LanguageShell

elabdoc

Description

Source files for the elabftw documentation.

Installation

$ git clone https://github.com/elabftw/elabdoc
$ cd elabdoc
$ npm install grunt grunt-shell
$ sudo npm install -g grunt-cli
$ sudo pip install sphinx sphinx_rtd_theme

Usage

To generate the HTML documentation:

$ grunt doc

Then point your browser to the doc/_build/html folder.