Skip to content

Commit

Permalink
Debugging the docs a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-harter committed Feb 19, 2022
1 parent e13a213 commit e969dbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cdflib/xarray_to_cdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@ def xarray_to_cdf(xarray_dataset, file_name, from_unixtime=False, from_datetime=
Returns:
None, but generates a CDF file
Example:
>>> # Import the needed libraries
>>> import cdflib
>>> import xarray as xr
>>> import os
>>> import urllib.request
Example:
>>> # Import the needed libraries
>>> import cdflib
Expand Down

0 comments on commit e969dbc

Please sign in to comment.