Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Bump schemas to v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 9, 2023
1 parent e48b2ea commit acde203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas
Submodule schemas updated 44 files
+60 −0 .github/workflows/build-docs.yml
+47 −0 .github/workflows/check-linkml-schemas.yml
+0 −56 .github/workflows/ci.yml
+34 −0 .github/workflows/deploy-pages.yml
+22 −0 .github/workflows/pull-request.yml
+21 −0 .github/workflows/push-main.yml
+5 −0 .gitignore
+1 −1 .pre-commit-config.yaml
+69 −17 README.md
+6 −0 docs/source/_static/custom_theme.css
+135 −0 docs/source/_templates/class.md.jinja2
+59 −0 docs/source/_templates/class_diagram.md.jinja2
+70 −0 docs/source/_templates/common_metadata.md.jinja2
+53 −0 docs/source/_templates/enum.md.jinja2
+91 −0 docs/source/_templates/index.md.jinja2
+9 −0 docs/source/_templates/index.template
+5 −0 docs/source/_templates/schema.md.jinja2
+106 −0 docs/source/_templates/slot.md.jinja2
+106 −0 docs/source/_templates/subset.md.jinja2
+21 −0 docs/source/_templates/type.md.jinja2
+105 −0 docs/source/conf.py
+27 −0 docs/source/contributing.rst
+ docs/source/images/registry.screenshot.PNG
+64 −0 docs/source/index.rst
+85 −0 docs/source/usage.rst
+0 −0 examples/Extractor-datatree.yaml
+0 −28 examples/Extractor-example.yaml
+0 −0 examples/FileType-example.yaml
+0 −0 examples/FileType-netcdf.yaml
+14 −0 examples/Installation-conda_reqs.yaml
+5 −0 examples/Installation-pip.yaml
+7 −0 examples/Installation-pip_reqs.yaml
+3 −0 examples/Usage-cli.yaml
+4 −0 examples/Usage-cli_scope.yaml
+4 −0 examples/Usage-python_setup.yaml
+5 −0 examples/Usage-python_setup_scope.yaml
+6 −0 examples/Usage-python_templating_scope.yaml
+4 −0 requirements-docs.txt
+3 −2 requirements.txt
+216 −6 schemas/base.yaml
+90 −0 schemas/extractor.yaml
+0 −264 schemas/extractor.yml
+68 −0 schemas/filetype.yaml
+0 −64 schemas/filetype.yml

0 comments on commit acde203

Please sign in to comment.