File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3+ import datetime as dt
34import importlib .metadata
45from typing import Any
56
67project = "nsidc-iceflow"
7- copyright = "2024 , NSIDC"
8+ copyright = f" { dt . date . today (). year } , NSIDC"
89author = "NSIDC"
910version = release = importlib .metadata .version ("nsidc-iceflow" )
1011
7273 ("py:class" , "pandera.api.pandas.model.DataFrameModel" ),
7374 ("py:class" , "pandera.api.dataframe.model.Config" ),
7475 # avoids warning:
75- # `valkyrie-lib /docs/api/nsidc.iceflow.data.rst:13: WARNING: py:class reference target not found: data [ref.class]`
76+ # `iceflow /docs/api/nsidc.iceflow.data.rst:13: WARNING: py:class reference target not found: data [ref.class]`
7677 ("py:class" , "data" ),
7778]
7879
Original file line number Diff line number Diff line change 88getting-started.md
99iceflow-example.ipynb
1010iceflow-with-icepyx.ipynb
11- api/nsidc
11+ API Docs < api/nsidc>
1212LICENSE
1313```
1414
Original file line number Diff line number Diff line change 11"""
2- Copyright (c) 2024 NSIDC. All rights reserved.
2+ Copyright (c) 2025 NSIDC. All rights reserved.
33
44iceflow: Harmonized access to (pre)OIB/IceSAT/IceSAT2 data
55
You can’t perform that action at this time.
0 commit comments