Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update site structure #134

Merged
merged 8 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions applications/applications.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.. _applications:

Python Applications
===================

Python resources by category with relevant context and links to additional resources and references.

.. grid:: 3
:gutter: 2

Expand All @@ -8,28 +13,26 @@
.. grid:: 1
:gutter: 1

.. card:: Dates and Times

- `Working with Date and Time <applications/date_time/datetime.ipynb>`_

.. card:: Plot Types
.. card:: Time

- `Dates and times <applications/datetime.ipynb>`_

.. grid-item::

.. grid:: 1
:gutter: 1

.. card:: Data Analysis
.. card:: Math

- `General Applied Math <applications/data_analysis/general_applied_math.ipynb>`_
- `Calculating Climatologies <applications/data_analysis/climatology.ipynb>`_
- `Spectral Analysis <applications/data_analysis/spectral_analysis.ipynb>`_
- `Humid Heat Metrics <applications/data_analysis/humid_heat_metrics.ipynb>`_
- `General applied math <applications/general_applied_math.ipynb>`_
- `Spectral analysis <applications/spectral_analysis.ipynb>`_

.. grid-item::

.. grid:: 1
:gutter: 1

.. card:: Regridding
.. card:: Geoscience

- `Climatology <applications/climatology.ipynb>`_
- `Humid heat metrics <applications/humid_heat_metrics.ipynb>`_
14 changes: 0 additions & 14 deletions applications/data_analysis/data_analysis.rst

This file was deleted.

11 changes: 0 additions & 11 deletions applications/date_time/date_time.rst

This file was deleted.

File renamed without changes.
10 changes: 0 additions & 10 deletions applications/plot_types/plot_types.rst

This file was deleted.

32 changes: 14 additions & 18 deletions index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.. geocat-applications documentation master file
.. geocat-applications documentation main file
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

.. module:: geocat.applications

.. meta::
:description: GeoCAT-applications
:description: geocat-applications
:keywords: geocat, geocat-applications,
geocat applications,
wrf, python, wrf-python, weather research and forecasting,
Expand All @@ -17,26 +17,24 @@
pynio, pyngl, interpolation


.. .. image:: _static/images/nsf.png
.. :scale: 100%
.. :align: right



GeoCAT Applications
===================

GeoCAT Applications is a community resource managed by the GeoCAT team. Inspired by the
`NCL Applications <https://www.ncl.ucar.edu/Applications/>`_ page, this is designed to be a quick reference
demonstrating capabilities within the Scientific Python Ecosystem that may be relevant to your geoscience workflows.
`NCL Applications <https://www.ncl.ucar.edu/Applications/>`_ page, GeoCAT Applications is
designed to be a quick reference guide demonstrating capabilities within the scientific
Python ecosystem that may be relevant to your geoscience workflows.

New to Python or GeoCAT Applications? Check out the `Getting Started <GETTING_STARTED.md>`_ guide!

Python Examples
---------------
Python Applications
-------------------

.. include:: applications/applications.rst

:start-line: 5

.. TIP::
If you're looking for NCL to Python examples, please visit :ref:`ncl_applications`.
Expand All @@ -52,32 +50,30 @@ Python Examples
.. toctree::
:maxdepth: 2
:hidden:
:caption: Applications
:caption: Python

Plot Types <applications/plot_types/plot_types>
Data Analysis <applications/data_analysis/data_analysis>
Date and Time <applications/date_time/date_time>
Applications <applications/applications>

.. toctree::
:maxdepth: 2
:hidden:
:caption: NCL to Python

NCL Index <ncl/ncl_index/ncl_index>
NCL Applications <ncl/ncl_entries/ncl_entries>
Applications <ncl/ncl_entries/ncl_entries>

.. toctree::
:maxdepth: 2
:hidden:
:caption: Contributing

Contributor Guide <CONTRIBUTING.md>
Code of Conduct <CODE_OF_CONDUCT.md>
Contributor Guide <CONTRIBUTING.md>

.. toctree::
:maxdepth: 2
:hidden:
:caption: Getting Support
:caption: Support

GitHub Issues <https://github.com/NCAR/geocat-applications/issues>
Feature Request Form <https://forms.gle/6DTo3ELLri4DAGfG8>
Suggestion Box <https://forms.gle/6DTo3ELLri4DAGfG8>
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down
189 changes: 0 additions & 189 deletions ncl/ncl_entries/days_in_month.ipynb

This file was deleted.

Loading