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
definition:SEIS-PROVdefinition in form of a partially auto generated Sphinx documentation.validator: A reference implementation of aSEIS-PROVvalidator written in Python.
The documentation should be built with Python 3. Additionally the following modules are required to successfully build it:
sphinxsphinx_rtd_themecoloramaprovjsonschemalxmlpydot(On Python 3, install this: https://github.com/nlhepler/pydot/archive/master.zip)
Then it is simply a matter of
$ cd definition
$ make htmlAn HTML version of the documentation will be generated in
definition/_build/html.