Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.01 KB

namespace-cheminformatics

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

  1. 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
    
  2. Run make.

  3. 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)