Skip to content

Commit

Permalink
Bit of cleanup for today's soft release (#81)
Browse files Browse the repository at this point in the history
* Cleanup initial release draft

Clarify organization, trim file names, verify template-based
consistency. Clear out extra metadata and run all notebooks on standard
kernel.

* Incorporate #33 into cleanup

* Incorporate feedback
  • Loading branch information
dcamron authored Jun 16, 2021
1 parent 4fe124f commit 7a72dc5
Show file tree
Hide file tree
Showing 10 changed files with 1,037 additions and 2,276 deletions.
6 changes: 3 additions & 3 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
- file: core/matplotlib/matplotlib
- file: core/cartopy
sections:
- file: core/cartopy/01_Cartopy_Intro
- file: core/cartopy/cartopy
- file: core/datetime
sections:
- file: core/datetime/datetime
- file: core/pandas
sections:
- file: core/pandas/pandas_fullNotebook
- file: core/pandas/pandas
- file: core/data-formats
sections:
- file: core/data-formats/netcdf-cf
- file: core/xarray
sections:
- file: core/xarray/xarray-intro
- file: core/xarray/xarray

- part: Appendix
chapters:
Expand Down
8 changes: 4 additions & 4 deletions appendix/template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"\n",
"| Concepts | Importance | Notes |\n",
"| --- | --- | --- |\n",
"| [Intro to Cartopy](../core/cartopy/01_Cartopy_Intro) | Necessary | |\n",
"| [Intro to Cartopy](../core/cartopy/cartopy) | Necessary | |\n",
"| [Understanding of NetCDF](some-link-to-external-resource) | Helpful | Familiarity with metadata structure |\n",
"| Project management | Helpful | |\n",
"\n",
Expand Down Expand Up @@ -197,7 +197,7 @@
"metadata": {},
"source": [
"<div class=\"admonition alert alert-info\">\n",
" <p class=\"title\" style=\"font-weight:bold\">Info</p>\n",
" <p class=\"admonition-title\" style=\"font-weight:bold\">Info</p>\n",
" Your relevant information here!\n",
"</div>"
]
Expand All @@ -214,7 +214,7 @@
"metadata": {},
"source": [
"<div class=\"admonition alert alert-success\">\n",
" <p class=\"title\" style=\"font-weight:bold\">Success</p>\n",
" <p class=\"admonition-title\" style=\"font-weight:bold\">Success</p>\n",
" We got this done after all!\n",
"</div>"
]
Expand Down Expand Up @@ -282,7 +282,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:pythia-book-dev]",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand Down
969 changes: 0 additions & 969 deletions core/cartopy/01_Cartopy_Intro.ipynb

This file was deleted.

Loading

0 comments on commit 7a72dc5

Please sign in to comment.