Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.07 KB

Build Status

SEIS-PROV Definition

This repository contains the sources to build the SEIS-PROV definition and documentation. Additionally it contains a reference implementation of a SEIS-PROV validator.

Rendered version of the definition: http://seismicdata.github.io/SEIS-PROV

Structure

  • definition: SEIS-PROV definition in form of a partially auto generated Sphinx documentation.
  • validator: A reference implementation of a SEIS-PROV validator written in Python.

How to Build the Documentation

The documentation should be built with Python 3. Additionally the following modules are required to successfully build it:

Then it is simply a matter of

$ cd definition
$ make html

An HTML version of the documentation will be generated in definition/_build/html.