Age | Commit message (Collapse) | Author |
|
* wqflask/wqflask/markdown_routes.py:
(render_markdown): Extend function to check whether "file_name" is to
be fetched remotely or locally in syspath.
(environments): Extend route to fetch from syspath if dependency file
exists there; otherwise fetch remotely from Github as a fallback.
|
|
* wqflask/wqflask/markdown_routes.py: New imports.
(get_file_from_python_search_path): New function.
|
|
|
|
Feature/add markdown pages
|
|
|
|
|
|
|
|
|
|
Feature/manhattan plot coloring
|
|
option are stored to using a list comprehension on a list of the just the hex strings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
display_mapping_results.py
|
|
coloration to run_mapping.py and views.py
|
|
necessary imports and hidden inputs
|
|
|
|
|
|
Fix broken UI
|
|
|
|
|
|
instead say N/A and be a shade of grey
|
|
* wqflask/tests/unit/wqflask/test_markdown_routes.py
(MockRequests404): Use dataclasses.
(MockRequests200): Ditto.
|