Skip to content

Commit

Permalink
Reduce Myst Warnings Tags (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck authored Sep 5, 2024
1 parent 6dc12e3 commit 64cfc61
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describes how to contribute to `geocat-applications` and help us expand this ref

If you have any questions, please leave us a message on [GeoCAT Applications Issues](https://github.com/NCAR/geocat-applications/issues)
or in [GeoCAT Applications Discussions](https://github.com/NCAR/geocat-applications/discussions). You
can also reach us by email at [[email protected]]([email protected]).
can also reach us by email at [[email protected]](mailto:[email protected]).

## How to Contribute

Expand Down
3 changes: 1 addition & 2 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## What is GeoCAT Applications?

```{include} README.md
:language: md
:start-after: <!-- readme_start -->
:end-before: <!-- readme_end -->
```
Expand Down Expand Up @@ -41,4 +40,4 @@ the [Contributor Guide](https://ncar.github.io/geocat-applications/CONTRIBUTING.

If you have any questions, please leave us a message on [GeoCAT Applications Issues](https://github.com/NCAR/geocat-applications/issues)
or in [GeoCAT Applications Discussions](https://github.com/NCAR/geocat-applications/discussions). You can also reach us by email at
[[email protected]]([email protected]).
[[email protected]](mailto:[email protected]).
22 changes: 11 additions & 11 deletions applications/date_time/datetime.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"source": [
"## Overview\n",
"Working with dates and times in Python is a common task in geoscience workflows. This notebook will cover:\n",
"- Working with the [`datetime`](docs.python.org/3/library/datetime.html) module from the Python Standard Library\n",
"- [`cftime`](unidata.github.io/cftime/index.html), [CF Conventions](cfconventions.org), and how they are related to working with geoscience data\n",
"- Working with the [`datetime`](https://docs.python.org/3/library/datetime.html) module from the Python Standard Library\n",
"- [`cftime`](https://unidata.github.io/cftime/index.html), [CF Conventions](https://cfconventions.org/), and how they are related to working with geoscience data\n",
"- A resource guide to point you to more detailed information depending on your use case"
]
},
Expand Down Expand Up @@ -180,30 +180,30 @@
]
},
{
"metadata": {},
"cell_type": "markdown",
"id": "1d434857c1cd81d1",
"metadata": {},
"source": [
"## Curated Resources\n",
"\n",
"To learn more about working with dates and times in Python, we suggest:\n",
"- the Project Pythia Foundations chapter titled [Times and Dates in Python](https://foundations.projectpythia.org/core/datetime/datetime.html)\n",
"- this Xarray [documentation page on timeseries data](https://docs.xarray.dev/en/latest/user-guide/time-series.html)\n",
"- the [\"How to handle time series data with ease\"](https://pandas.pydata.org/docs/getting_started/intro_tutorials/09_timeseries.html) tutorial if you're working with `pandas`"
],
"id": "1d434857c1cd81d1"
]
},
{
"metadata": {},
"cell_type": "code",
"outputs": [],
"execution_count": null,
"source": "",
"id": "50c1e71534d8ccf4"
"id": "50c1e71534d8ccf4",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -217,7 +217,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
'.github',
'ci',
'LICENSE.md',
'templates/*',
]

# The reST default role (used for this markup: `text`) to use for all
Expand Down

0 comments on commit 64cfc61

Please sign in to comment.