diff --git a/CITATION.cff b/CITATION.cff index a8bac66..6625b93 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: given-names: Noel orcid: http://orcid.org/0000-0002-5870-0443 -title: "opticam" +title: "phoptic" version: 0.7.0 identifiers: # - type: doi diff --git a/docs/conf.py b/docs/conf.py index aed7208..36aa6de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ 'nbsphinx', ] autoapi_dirs = [ - "../opticam" + "../phoptic" ] autodoc_typehints = 'description'