Skip to content

Commit

Permalink
Attempting to fix the docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-harter committed Feb 22, 2022
1 parent 1e9585b commit 2536222
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions doc/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ While this origally started as a way to read PDS-archive compliant CDF files, th
What can cdflib do?
-------------------

* Ability to read variables and attributes from CDF files (see `modules\cdfread`_)
* Writes CDF version 3 files
* Can convert between CDF time types (EPOCH/EPOCH16/TT2000) to other common time formats
* Can convert CDF files into XArray Dataset objects
* Can convert XArray Dataset objects into CDF files, attempting to maintain ISTP compliance


* Ability to read variables and attributes from CDF files (see `CDF Reader Class`)
* Writes CDF version 3 files (see `CDF Writer Class`)
* Can convert between CDF time types (EPOCH/EPOCH16/TT2000) to other common time formats (see `CDF Time Conversions`)
* Can convert CDF files into XArray Dataset objects and vice versa, attempting to maintain ISTP compliance (see `Working with XArray`)

.. note::
While we try to simplify things in this documentation, the full API description of each module can be found in the ``API Reference`` section
2 changes: 1 addition & 1 deletion doc/modules/cdfread.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Returns a dictionary that shows the basic CDF information. This information incl


varinq(variable)
--------
-----------------

Returns a dictionary that shows the basic variable information. This information includes

Expand Down

0 comments on commit 2536222

Please sign in to comment.