We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8afea commit 02e3653Copy full SHA for 02e3653
2 files changed
docs/api.md
@@ -0,0 +1,5 @@
1
+# API reference
2
+
3
+::: cfa.dataops.catalog.get_data
4
5
+::: cfa.dataops.catalog.list_datasets
mkdocs.yaml
@@ -4,6 +4,7 @@ nav:
- index.md
- data_user_guide.md
6
- data_developer_guide.md
7
+ - api.md
8
9
repo_url: https://github.com/cdcgov/cfa-dataops
10
repo_name: cfa-dataops
@@ -32,9 +33,8 @@ plugins:
32
33
handlers:
34
python:
35
options:
- extra:
36
- show_root_heading: true
37
- show_full_root_path: true
+ show_root_heading: true
+ show_full_root_path: true
38
- search
39
40
markdown_extensions:
0 commit comments