pysat / pysatCDAAC

pysat support for CDAAC instruments
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

DOC: Support for readthedocs #47

Closed jklenzing closed 1 year ago

jklenzing commented 1 year ago

Description

Addresses #37

Type of change

How Has This Been Tested?

Building docs locally and inspecting this branch at https://pysatcdaac.readthedocs.io/en/doc-37_rtd/

Test Configuration:

Checklist:

JonathonMSmith commented 1 year ago

The example code produces a couple of warnings when I run it. I assume this is okay though. I get the "use_header" warning and the "No cleaning routines" warning.

jklenzing commented 1 year ago

Those are expected. We could use use_header=True for the example to clean this up a little.

jklenzing commented 1 year ago

Those are expected. We could use use_header=True for the example to clean this up a little.

Updated

jklenzing commented 1 year ago

Thanks @JonathonMSmith and @aburrell for the reviews!