expyriment / documentation

Documentation website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expyriment documentation source

Used to build online documentation via CI at http://docs.expyriment.org.

How to build manually (requires the unix make command)

  1. Clone this repository
  2. Clone expyriment source
  3. To build the HTML documentation, run
    make html EXPYRIMENT_PATH=<path-to-expyriment-source>
    where <path-to-expyriment-source> is a (relative or absolute) path to the cloned expyriment source from step 2
  4. Find the built html files in the directory _build/html

About

Documentation website


Languages

Language:Python 77.3%Language:Makefile 21.9%Language:CSS 0.8%