Skip to content
Snippets Groups Projects
Commit 177fe1db authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'f-json-specification-doc' into 'dev'

F json specification doc

See merge request !74
parents 82db1187 79037a0b
No related branches found
No related tags found
2 merge requests!222Release 0.12.0,!74F json specification doc
Pipeline #62118 passed
../caoscrawler/cfood-schema.yml
\ No newline at end of file
CFood-Specification
(((((((((((((((((((
CFoods are defined using a YAML find that has to abide by the following
specification. The specifiacition is defined using a JSON schema (see
`src/caoscrawler/cfood-schema.yml`). A CFood is basically composed of converter
definitions. A converter definition must have the following structure:
.. jsonschema:: cfood-schema.yml#/cfood/$defs/converter
...@@ -56,6 +56,8 @@ extensions = [ ...@@ -56,6 +56,8 @@ extensions = [
"sphinx.ext.todo", "sphinx.ext.todo",
"recommonmark", # For markdown files. "recommonmark", # For markdown files.
"sphinx_rtd_theme", "sphinx_rtd_theme",
'sphinx.ext.autodoc',
'sphinx-jsonschema',
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
......
...@@ -12,6 +12,7 @@ CaosDB-Crawler Documentation ...@@ -12,6 +12,7 @@ CaosDB-Crawler Documentation
Concepts<concepts> Concepts<concepts>
Converters<converters/index> Converters<converters/index>
CFoods (Crawler Definitions)<cfood> CFoods (Crawler Definitions)<cfood>
CFood-Specification<cfood-specification>
Macros<macros> Macros<macros>
How to upgrade<how-to-upgrade> How to upgrade<how-to-upgrade>
API documentation<_apidoc/modules> API documentation<_apidoc/modules>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment