Repository for the cheminformatics namespace. Note: this is presently used only to work out an explicit example of a defintion-provider namespace and is to be regarded as extremely experimental
-
Clone this repo (with submodules for tools)
git clone --recurse-submodules https://github.com/Materials-Consortia/namespace-cheminformatics.git
Or, if you have already cloned this repo without the submodules, init them with:
git submodule update --init --recursive
-
Run make.
-
Output appears in
output/
, check the standards document with, e.g.:firefox output/v0.1.0/standards/cheminformatics
Notes:
-
For prettifed HTML output add
schemas_html_pretty=true
when running make:make schemas_html_pretty=true
-
To generate HTML output with
.html
extensions (instead of extensionless):make schemas_html_ext=true
(Less suited for filesystem browsing, but works as intended when served e.g. via GitHub pages)