diff --git a/README.md b/README.md index cc30b3a..5c1ecf3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To read, analyze and plot hyperspectral data from Specim devices. Currently only ## Core features -* read Specim FX10 data +* read Specim instrument data * support for large files thanks to dask * using xarray for data handling and data analysis * computation of spectral albedo and braodband albedo if white and dark reference is available diff --git a/docs/conf.py b/docs/conf.py index 4867d95..a731fb2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,9 +18,9 @@ # -- Project information ----------------------------------------------------- -project = "ai-python docs" -copyright = "2022, Daniel Ciborowski" -author = "Daniel Ciborowski" +project = "specarray docs" +copyright = "2023, Thomas Gölles" +author = "Thomas Gölles" # The full version, including alpha/beta/rc tags release = "0.1.0" diff --git a/docs/index.rst b/docs/index.rst index b10c570..4255803 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,9 +1,4 @@ -.. ai-python docs documentation master file, created by - sphinx-quickstart on Thu May 5 14:06:45 2022. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to ai-python docs's documentation! +Welcome to specarray 's documentation! ========================================== .. toctree:: diff --git a/docs/modules.rst b/docs/modules.rst index 8feff2b..19419bc 100644 --- a/docs/modules.rst +++ b/docs/modules.rst @@ -4,4 +4,4 @@ src .. toctree:: :maxdepth: 4 - python_package + specarray