ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Fixes to a couple of documentation problems #41

Closed jacobcook1995 closed 1 year ago

jacobcook1995 commented 1 year ago

Added a few lines to the configuration section of the docs emphasising that a config file is always needed, and that both local taxonomy databases must always exist. Also updated the README to talk about developer package installation via poetry and to talk a bit about pytest and unit testing.

As a bonus I resolved a couple of things mypy was complaining about in logger.py

Fixes #33 Fixes #34