Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 431 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 431 Bytes

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.