From 64cfc61c7065709cc905cf1e8f0b8c40149aecfd Mon Sep 17 00:00:00 2001 From: Cora Schneck <22159116+cyschneck@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:58:45 -0600 Subject: [PATCH] Reduce Myst Warnings Tags (#114) --- CONTRIBUTING.md | 2 +- GETTING_STARTED.md | 3 +-- applications/date_time/datetime.ipynb | 22 +++++++++++----------- conf.py | 1 + 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b05ff68..84ac00dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 [geocat@ucar.edu](geocat@ucar.edu). +can also reach us by email at [geocat@ucar.edu](mailto:geocat@ucar.edu). ## How to Contribute diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 6500265a..6bf61747 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -3,7 +3,6 @@ ## What is GeoCAT Applications? ```{include} README.md -:language: md :start-after: :end-before: ``` @@ -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 -[geocat@ucar.edu](geocat@ucar.edu). +[geocat@ucar.edu](mailto:geocat@ucar.edu). diff --git a/applications/date_time/datetime.ipynb b/applications/date_time/datetime.ipynb index cf07f346..b2a1473c 100644 --- a/applications/date_time/datetime.ipynb +++ b/applications/date_time/datetime.ipynb @@ -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" ] }, @@ -180,8 +180,9 @@ ] }, { - "metadata": {}, "cell_type": "markdown", + "id": "1d434857c1cd81d1", + "metadata": {}, "source": [ "## Curated Resources\n", "\n", @@ -189,21 +190,20 @@ "- 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" }, @@ -217,7 +217,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.3" + "version": "3.12.5" } }, "nbformat": 4, diff --git a/conf.py b/conf.py index 7aa2fd38..9f9d96d9 100644 --- a/conf.py +++ b/conf.py @@ -184,6 +184,7 @@ '.github', 'ci', 'LICENSE.md', + 'templates/*', ] # The reST default role (used for this markup: `text`) to use for all