From 2eee21b3d43e55280c720c2bdadf0f372c928617 Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Fri, 11 Oct 2024 21:50:50 -0400 Subject: [PATCH] Use crowsetta.example not crowsetta.data in doc/api/core.md --- doc/api/core.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/doc/api/core.md b/doc/api/core.md index 566b5ef..f592175 100644 --- a/doc/api/core.md +++ b/doc/api/core.md @@ -61,7 +61,7 @@ including data types, other classes, and modules. ## Modules -### `crowsetta.data` +### `crowsetta.examples` ```{eval-rst} .. autosummary:: @@ -69,15 +69,7 @@ including data types, other classes, and modules. :template: module.rst :recursive: - crowsetta.data.data -``` - -```{note} -Modules in `crowsetta.data` besides `crowsetta.data.data` -contain example data files and a citation, -e.g., `crowsetta.data.birdsongrec` contains an example -file `Annotation.xml` and `citation.txt`. -For that reason just `crowsetta.data.data` is shown. + crowsetta.examples ``` ### `crowsetta.interface`