Skip to content

Commit 5fc0b0a

Browse files
Merge pull request #62 from nsidc/docs-improvements
Docs improvements
2 parents d10cd30 + 9ec8d77 commit 5fc0b0a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
from __future__ import annotations
22

3+
import datetime as dt
34
import importlib.metadata
45
from typing import Any
56

67
project = "nsidc-iceflow"
7-
copyright = "2024, NSIDC"
8+
copyright = f"{dt.date.today().year}, NSIDC"
89
author = "NSIDC"
910
version = release = importlib.metadata.version("nsidc-iceflow")
1011

@@ -72,7 +73,7 @@
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

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
getting-started.md
99
iceflow-example.ipynb
1010
iceflow-with-icepyx.ipynb
11-
api/nsidc
11+
API Docs <api/nsidc>
1212
LICENSE
1313
```
1414

src/nsidc/iceflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (c) 2024 NSIDC. All rights reserved.
2+
Copyright (c) 2025 NSIDC. All rights reserved.
33
44
iceflow: Harmonized access to (pre)OIB/IceSAT/IceSAT2 data
55

0 commit comments

Comments
 (0)