diff --git a/docs/api/phenotypes/phenotype.md b/docs/api/phenotypes/phenotype.md new file mode 100644 index 0000000..ba060e9 --- /dev/null +++ b/docs/api/phenotypes/phenotype.md @@ -0,0 +1,3 @@ +# Phenotype + +::: phenex.phenotypes.phenotype.Phenotype diff --git a/mkdocs.yml b/mkdocs.yml index 889c7ca..98d24cb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,6 +14,7 @@ nav: - LogicPhenotype: tutorials/phenotypes/LogicPhenotype_Tutorial.ipynb - API: - Phenotypes: + - Phenotype: api/phenotypes/phenotype.md - CodelistPhenotype: api/phenotypes/codelist_phenotype.md - MeasurementPhenotype: api/phenotypes/measurement_phenotype.md - Cohort: api/phenotypes/cohort.md