Skip to content

Commit

Permalink
Merge pull request #40 from zmoon/author
Browse files Browse the repository at this point in the history
Set author in docs
  • Loading branch information
zmoon committed Aug 18, 2024
2 parents 239833a + 507b70d commit a763e8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import uscrn

project = "uscrn"
copyright = "2023\u20132024 zmoon"
# author = "zmoon"
copyright = "2023\u20132024"
author = "zmoon"

version = uscrn.__version__.split("+")[0]
release = uscrn.__version__
Expand Down
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```{module} uscrn
```

```{include} ../README.md
```
Expand Down
2 changes: 2 additions & 0 deletions uscrn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* Info: https://www.ncei.noaa.gov/access/crn/qcdatasets.html
* Data: https://www.ncei.noaa.gov/pub/data/uscrn/products/
.. currentmodule:: ~
Get data
--------
Expand Down

0 comments on commit a763e8c

Please sign in to comment.