quotes of the week:
- "something went wrong" - TJ
- "just give me 10 minutes" - TJ
you can find documentation of the model in here
- link to DDS vocabs
- link to https://op.europa.eu/en/web/eu-vocabularies/concept-scheme/-/resource?uri=http://data.europa.eu/6p8/ewc4-stat/scheme
- Extract model
- Add model to the repo
- Datapackage schema
- Vocab, model, DP
- Add documentation to the repo
- Add mermaid diagrams
- publish readthedocs
You can install trash via [pip] from [PyPI]:
$ pip install git+https://github.com/Haitham-ghaida/DdS24-TT.git@main
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, trash is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
You can build the documentation locally by installing the documentation Conda environment:
conda env create -f docs/environment.yml
activating the environment
conda activate sphinx_tt
and running the build command:
sphinx-build docs _build/html --builder=html --jobs=auto --write-all; open _build/html/index.html