Skip to content

Commit

Permalink
update notebook with internal section links
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Oct 24, 2023
1 parent 9a44a7f commit dcff6c4
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions example/ncompare-example-usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
"source": [
"# Brief demonstration of `ncompare`: to compare the structure, groups, variables, and attributes of two netCDF files\n",
"\n",
"Installation instructions can be found in either of these locations:\n",
" - [GitHub repository](https://github.com/nasa/ncompare)\n",
" - [Pip entry](https://pypi.org/project/ncompare/)\n",
"Contents:\n",
"- [Example 1: netCDF files with identical structure](#Example-1:)\n",
"- [Example 2: netCDF files with different structures](#Example-2:)\n",
"\n",
"Notebook created: 23 October 2023"
"Installation instructions for `ncompare` can be found in either of these locations:\n",
" - [GitHub repository](https://github.com/nasa/ncompare)\n",
" - [Pip entry](https://pypi.org/project/ncompare/)"
]
},
{
Expand Down Expand Up @@ -86,7 +88,9 @@
"id": "4028d153-a1d2-4f8b-aad5-ca736b6c8292",
"metadata": {},
"source": [
"## Example Case 1: Two netCDF files with the same groups, variables, and attributes"
"## Example 1: \n",
"## Two netCDF files with the same groups, variables, and attributes\n",
"----"
]
},
{
Expand Down Expand Up @@ -1148,7 +1152,9 @@
"id": "220888cd-92d1-4bb4-9b5d-8187f89bda87",
"metadata": {},
"source": [
"## Example Case 2: Two netCDF files with different groups, variables, and attributes"
"## Example 2:\n",
"## Two netCDF files with different groups, variables, and attributes\n",
"----"
]
},
{
Expand Down

0 comments on commit dcff6c4

Please sign in to comment.