Closed cyschneck closed 2 months ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Meowdy! See your PR preview: 🔍 Git commit SHA: b98b5c22f18f17532648698da9df2115a76b8e6b ✅ Deployment Preview URL: https://NCAR.github.io/geocat-applications/_preview/114
It is possible to remove applications/applications.rst:11: WARNING: All children of a 'grid-row' should be 'grid-item' [design.grid] [design.grid]
.. _applications:
.. grid:: 3
:gutter: 4
.. grid-item-card:: Dates and Times
- `Working with Date and Time <applications/date_time/datetime.ipynb>`_
.. grid-item-card:: Data Analysis
- `General Applied Math <applications/data_analysis/general_applied_math.ipynb>`_
- `Calculating Climatologies <applications/data_analysis/climatology.ipynb>`_
.. grid-item-card:: Plot Types
.. grid-item-card:: Regridding
But, using the grid-item-card
option sets the height of each card to be based on the largest height of the card in the row
Which will get tricky if the card for Data Analysis
continues to grow faster than the other cards
PR Summary
There is some clutter lingering when building the site locally which can hide when there is a new warning
templates
toexclude_patterns
since it being ignored while building to resolveWARNING: document isn't included in any toctree
xref_missing
for links that needhttps://
in the front and the email address (for more info: markdown link resolution)Related Tickets & Documents
Closes #112
PR Checklist
General