Use docker image with markdown packaged...* .github/workflows/main.yml (jobs):
[container]: Use image that is on python3-genenetwork "ad741c1" which
has python-markdown packaged.
BonfaceKilz
2020-11-20
Replace mockobject with dataclasses...* wqflask/tests/unit/wqflask/test_markdown_routes.py
(MockRequests404): Use dataclasses.
(MockRequests200): Ditto.
Remove glossary markdown template...* wqflask/wqflask/static/markdown/: Delete folder. Files moved to
https://github.com/genenetwork/gn-docs
BonfaceKilz
2020-11-19
Removed lines that check that all traits are part of the same group,...since it might be the case in the future that different groups still
share sample names (and it's not really necessary since we check how
many samples are shraed between each individual pair of traits)
Add basic markdown styling...* wqflask/wqflask/static/new/css/markdown.css: New file.
* wqflask/wqflask/templates/glossary.html: add markdown id to markdown
container.