Skip to content

Commit

Permalink
Specify agreement_maps name in catalog columns
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryPetrochenkov-NOAA committed Oct 18, 2023
1 parent 4d02100 commit 497d136
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/sphinx/SphinxCatalogTutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
"metadata": {},
"source": [
"The catalog should have columns representing: \n",
"1. An identifier of a candidate map, (in this case `compare_id`)\n",
"2. The location of the candidate map, (in this case `map_id`)\n",
"3. The name of the agreement map to be created (in this case `agreement_maps`)"
"1. An identifier of a candidate map, (in this case `compare_id`) <br />\n",
"2. The location of the candidate map, (in this case `map_id`) <br />\n",
"3. The name of the agreement map to be created named `agreement_maps`"
]
},
{
Expand Down Expand Up @@ -218,7 +218,7 @@
"metadata": {},
"source": [
"Similar to the previous catalog, the benchmark catalog should have columns representing: \n",
"1. An identifier of a candidate map, (in this case `compare_id`)\n",
"1. An identifier of a candidate map, (in this case `compare_id`) <br />\n",
"2. The location of the candidate map, (in this case `map_id`)"
]
},
Expand Down
8 changes: 4 additions & 4 deletions notebooks/Catalog Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
"metadata": {},
"source": [
"The catalog should have columns representing: \n",
"1. An identifier of a candidate map, (in this case `compare_id`)\n",
"2. The location of the candidate map, (in this case `map_id`)\n",
"3. The name of the agreement map to be created (in this case `agreement_maps`)"
"1. An identifier of a candidate map, (in this case `compare_id`) <br />\n",
"2. The location of the candidate map, (in this case `map_id`) <br />\n",
"3. The name of the agreement map to be created named `agreement_maps`"
]
},
{
Expand Down Expand Up @@ -218,7 +218,7 @@
"metadata": {},
"source": [
"Similar to the previous catalog, the benchmark catalog should have columns representing: \n",
"1. An identifier of a candidate map, (in this case `compare_id`)\n",
"1. An identifier of a candidate map, (in this case `compare_id`) <br />\n",
"2. The location of the candidate map, (in this case `map_id`)"
]
},
Expand Down

0 comments on commit 497d136

Please sign in to comment.