Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tgoelles/specarray
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Oct 4, 2023
2 parents ddadf0f + d7b3883 commit 7766806
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 1 addition & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -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::
Expand Down
2 changes: 1 addition & 1 deletion docs/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ src
.. toctree::
:maxdepth: 4

python_package
specarray

0 comments on commit 7766806

Please sign in to comment.