Skip to content

Commit 02e3653

Browse files
committed
Add API reference
1 parent ce8afea commit 02e3653

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# API reference
2+
3+
::: cfa.dataops.catalog.get_data
4+
5+
::: cfa.dataops.catalog.list_datasets

mkdocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ nav:
44
- index.md
55
- data_user_guide.md
66
- data_developer_guide.md
7+
- api.md
78

89
repo_url: https://github.com/cdcgov/cfa-dataops
910
repo_name: cfa-dataops
@@ -32,9 +33,8 @@ plugins:
3233
handlers:
3334
python:
3435
options:
35-
extra:
36-
show_root_heading: true
37-
show_full_root_path: true
36+
show_root_heading: true
37+
show_full_root_path: true
3838
- search
3939

4040
markdown_extensions:

0 commit comments

Comments
 (0)