From 42f6d894320dea9f7a758d36cb7608137628c5a9 Mon Sep 17 00:00:00 2001 From: Stephen Privitera Date: Tue, 12 Nov 2024 15:01:55 +0100 Subject: [PATCH] phenotype --- docs/api/phenotypes/phenotype.md | 3 +++ mkdocs.yml | 1 + 2 files changed, 4 insertions(+) create mode 100644 docs/api/phenotypes/phenotype.md 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