Skip to content

Commit fc60baa

Browse files
authored
Ap66-issue56-namespace_generalization_and_docs (#60)
* cfa.scenarios.dataops --> cfa.dataops * added list datasets function to easy access * New documentation * version bump * Update coverage badge --------- Co-authored-by: cdc-ap66 <cdc-ap66@users.noreply.github.com>
1 parent 097d618 commit fc60baa

109 files changed

Lines changed: 512 additions & 82 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 17 additions & 12 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
will run on all configurations.
66
"""
77

8-
from .catalog import datacat, get_data
8+
from .catalog import datacat, get_data, list_datasets
99

10-
__all__ = [datacat, get_data]
10+
__all__ = [datacat, get_data, list_datasets]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

cfa/scenarios/dataops/datasets/scenarios/covid19_hospitalizations.toml renamed to cfa/dataops/datasets/scenarios/covid19_hospitalizations.toml

File renamed without changes.

cfa/scenarios/dataops/datasets/scenarios/covid19_vaccination_trends.toml renamed to cfa/dataops/datasets/scenarios/covid19_vaccination_trends.toml

File renamed without changes.

0 commit comments

Comments
 (0)