Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (19 loc) · 520 Bytes

File metadata and controls

20 lines (19 loc) · 520 Bytes

schema-doc

Documentation of B2FIND Metadata Schema The B2FIND Metadata schema can be found online under the following link: https://eudat-b2find.github.io/schema-doc/index.html

build sphinx-doc

Clone schema-doc from EUDAT-B2FIND github:

git clone https://github.com/EUDAT-B2FIND/schema-doc.git
cd schema-doc

Build docs:

rm -rf _build # optional for clean build
make html

Docs are built in folder ~/schema-doc/_build and can be opened with:

firefox _build/html/index.html