Skip to content

Commit

Permalink
Another cleanup of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdestombe committed Aug 3, 2023
1 parent 8c295a7 commit fd57fd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contents
========

.. toctree::
:maxdepth: 4
:maxdepth: 3

readme
installation
Expand Down
1 change: 1 addition & 0 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Reference
.. automodapi:: dtscalibration
:skip: plot_dask
:members:
:no-inheritance-diagram:
3 changes: 1 addition & 2 deletions src/dtscalibration/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
class DataStore(xr.Dataset):
"""The data class that stores the measurements, contains calibration
methods to relate Stokes and anti-Stokes to temperature. The user should
never initiate this class directly, but use read_xml_dir or open_datastore
never initiate this class directly, but use open_datastore
functions instead.
Parameters
Expand Down Expand Up @@ -85,7 +85,6 @@ class DataStore(xr.Dataset):
See Also
--------
dtscalibration.read_xml_dir : Load measurements stored in XML-files
dtscalibration.open_datastore : Load (calibrated) measurements from
netCDF-like file
"""
Expand Down

0 comments on commit fd57fd3

Please sign in to comment.