- Fixes GND validation and normalization.
- Replaces invalid package name in `run-tests.sh` and makes `run-tests.sh` file
executable. One can now use `docker-compose run --rm web /code/run-tests.sh`
to run all the CI tests (pep257, sphinx, test suite).
- Initial release of Docker configuration suitable for local developments.
`docker-compose build` rebuilds the image,
`docker-compose run --rm web /code/run-tests.sh` runs the test suite.