Skip to content

Commit c8852cf

Browse files
authored
Merge pull request #2191 from jyaistMap/jy-fix-toc-cells
Update formatting for toc markdown in multiple guides
2 parents f0991ef + 24afdc4 commit c8852cf

3 files changed

+57
-65
lines changed

guide/14-deep-learning/address_standerdization_using_model_extension.ipynb

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,29 @@
2525
"tags": []
2626
},
2727
"source": [
28-
"[Introduction](#Introduction)\\\n",
29-
"[Imports](#Imports)\\\n",
30-
"[Prompt Engineering](#Prompt-Engineering)\\\n",
31-
"[Esri Model Definition(EMD) file](#Esri-Model-Definition(EMD)-file)\\\n",
32-
"[Anatomy of the Extension Function](#anatomy-of-the-extension-function)\n",
33-
"* [Define the ```__init__``` function](#define-the-__init__-function)\n",
34-
"* [Define the ```getParameterInfo``` function](#define-the-getconfiguration-function)\n",
35-
"* [Define the ```initialize``` function](#define-the-initialize-function)\n",
36-
"* [Define the ```getConfiguration``` function](#define-the-getparameterinfo-function)\n",
37-
"* [Define the ```predict``` function](#define-the-predict-function)\n",
38-
"\n",
39-
"[Complete NLP Function](#Complete-NLP-Function)\\\n",
40-
"[Create Custom ESRI Deep Learning Package (.dlpk) file](#Create-Custom-ESRI-Deep-Learning-Package-(.dlpk)-file)\\\n",
41-
"[Using the custom ESRI Deep Learning Package (.dlpk) file in arcgis.learn API](#Using-the-custom-ESRI-Deep-Learning-Package-(.dlpk)-file-in-arcgis.learn-API)\\\n",
42-
"[Tool Interface](#tool-interface)\\\n",
43-
"[Sample Input Table](#Sample-Input-Table)\\\n",
44-
"[Sample Output Table](#Sample-Output-Table)\\\n",
45-
"[Conclusion](#conclusion)"
28+
"* [Introduction](#introduction)\n",
29+
"* [Imports](#imports)\n",
30+
"* [Prompt Engineering](#prompt-engineering)\n",
31+
"* [Esri Model Definition(EMD) file](#esri-model-definition-emd-file)\n",
32+
"* [Anatomy of the Extension Function](#anatomy-of-the-extension-function)\n",
33+
" * [Define the ```__init__``` function](#define-the-__init__-function)\n",
34+
" * [Define the ```getParameterInfo``` function](#define-the-getconfiguration-function)\n",
35+
" * [Define the ```initialize``` function](#define-the-initialize-function)\n",
36+
" * [Define the ```getConfiguration``` function](#define-the-getparameterinfo-function)\n",
37+
" * [Define the ```predict``` function](#define-the-predict-function)\n",
38+
"* [Complete NLP Function](#complete-nlp-function)\n",
39+
"* [Create Custom ESRI Deep Learning Package (.dlpk) file](#create-custom-esri-deep-learning-package-dlpk-file)\n",
40+
"* [Using the custom ESRI Deep Learning Package (.dlpk) file in arcgis.learn API](#using-the-custom-esri-deep-learning-package-dlpk-file-in-arcgislearn-api)\n",
41+
"* [Tool Interface](#tool-interface)\n",
42+
"* [Sample Input Table](#sample-input-table)\n",
43+
"* [Sample Output Table](#sample-output-table)\n",
44+
"* [Conclusion](#conclusion)"
4645
]
4746
},
4847
{
4948
"cell_type": "markdown",
5049
"id": "b8a7b212-1558-4255-9b09-f551e7a09c65",
5150
"metadata": {
52-
"jp-MarkdownHeadingCollapsed": true,
5351
"tags": []
5452
},
5553
"source": [
@@ -108,7 +106,6 @@
108106
"cell_type": "markdown",
109107
"id": "b33c40bc-1ee1-497c-8789-2d5aa6eb8b8c",
110108
"metadata": {
111-
"jp-MarkdownHeadingCollapsed": true,
112109
"tags": []
113110
},
114111
"source": [
@@ -132,6 +129,7 @@
132129
"cell_type": "markdown",
133130
"id": "1194b485-3a2c-45a1-a095-f43e813bbe4a",
134131
"metadata": {
132+
"jp-MarkdownHeadingCollapsed": true,
135133
"tags": []
136134
},
137135
"source": [
@@ -761,7 +759,6 @@
761759
"cell_type": "markdown",
762760
"id": "2caad17d-3b32-4b8c-9ec1-5f4e52591277",
763761
"metadata": {
764-
"jp-MarkdownHeadingCollapsed": true,
765762
"tags": []
766763
},
767764
"source": [
@@ -947,7 +944,7 @@
947944
"name": "python",
948945
"nbconvert_exporter": "python",
949946
"pygments_lexer": "ipython3",
950-
"version": "3.11.10"
947+
"version": "3.11.0"
951948
}
952949
},
953950
"nbformat": 4,

guide/14-deep-learning/exploring_model_extensibility_for_named_entity_recognition.ipynb

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,23 @@
2323
"id": "b3bae851-4b50-437b-a193-b428626e5189",
2424
"metadata": {},
2525
"source": [
26-
"[Introduction](#Introduction)\\\n",
27-
"[Imports](#Imports)\\\n",
28-
"[Prompt Engineering](#Prompt-Engineering)\\\n",
29-
"[Esri Model Definition(EMD) file](#Esri-Model-Definition(EMD)-file)\\\n",
30-
"[Anatomy of the Extension Function](#anatomy-of-the-extension-function)\n",
31-
"* [Define the ```__init__``` function](#define-the-__init__-function)\n",
32-
"* [Define the ```getParameterInfo``` function](#define-the-getconfiguration-function)\n",
33-
"* [Define the ```initialize``` function](#define-the-initialize-function)\n",
34-
"* [Define the ```getConfiguration``` function](#define-the-getparameterinfo-function)\n",
35-
"* [Define the ```predict``` function](#define-the-predict-function)\n",
36-
"\n",
37-
"[Complete NLP Function](#Complete-NLP-Function)\\\n",
38-
"[Create Custom ESRI Deep Learning Package (.dlpk) file](#Custom-Deep-Learning-Package-Model-File)\\\n",
39-
"[ESRI Deep Learning Package (.dlpk) file in arcgis.learn API](#Using-the-Custom-.dlpk-with-the-arcgis.learn-API)\\\n",
40-
"[Tool Interface](#tool-interface)\\\n",
41-
"[Sample Input Table](#Sample-Input-Table)\\\n",
42-
"[Sample Output Table](#Sample-Output-Table)\\\n",
43-
"[Conclusion](#conclusion)\n",
44-
"\n",
45-
"---"
26+
"* [Introduction](#introduction)\n",
27+
"* [Imports](#imports)\n",
28+
"* [Prompt Engineering](#prompt-engineering)\n",
29+
"* [Esri Model Definition(EMD) file](#esri-model-definition-emd-file)\n",
30+
"* [Anatomy of the Extension Function](#anatomy-of-the-extension-function)\n",
31+
" * [Define the ```__init__``` function](#define-the-__init__-function)\n",
32+
" * [Define the ```getParameterInfo``` function](#define-the-getparameterinfo-function)\n",
33+
" * [Define the ```initialize``` function](#define-initialize-function)\n",
34+
" * [Define the ```getConfiguration``` function](#define-the-getconfiguration-function)\n",
35+
" * [Define the ```predict``` function](#define-the-predict-function)\n",
36+
"* [Complete NLP Function](#complete-nlp-function)\n",
37+
"* [Create Custom ESRI Deep Learning Package (.dlpk) file](#custom-deep-learning-package-model-file)\n",
38+
"* [ESRI Deep Learning Package (.dlpk) file in arcgis.learn API](#using-the-custom-esri-deep-learning-package-dlpk-file-with-the-arcgislearn-api)\n",
39+
"* [Tool Interface](#tool-interface)\n",
40+
"* [Sample Input Table](#sample-input-table)\n",
41+
"* [Sample Output Table](#sample-output-table)\n",
42+
"* [Conclusion](#conclusion)"
4643
]
4744
},
4845
{
@@ -712,7 +709,7 @@
712709
"name": "python",
713710
"nbconvert_exporter": "python",
714711
"pygments_lexer": "ipython3",
715-
"version": "3.11.10"
712+
"version": "3.11.0"
716713
}
717714
},
718715
"nbformat": 4,

guide/14-deep-learning/leveraging_llms_for_real_time_decision_making_in_calamities.ipynb

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,25 @@
2727
"tags": []
2828
},
2929
"source": [
30-
"[Introduction](#introduction)\n",
31-
"* [Brief Introduction to Toolbox and Python API](#Brief-Introduction-to-Toolbox-and-Python-API)\n",
32-
"* [Introduction to workflow](#Introduction-to-workflow)\n",
33-
"\n",
34-
"[Imports](#Imports)\\\n",
35-
"[Prompt Engineering](#Prompt-Engineering)\\\n",
36-
"[Esri Model Definition(EMD) file](#Esri-Model-Definition(EMD)-file)\\\n",
37-
"[Anatomy of the Extension Function](#Anatomy-of-the-Extension-Function)\n",
38-
"* [Define the ```__init__``` function](#Define-the-__init__-function)\n",
39-
"* [Define the ```getParameterInfo``` function](#define-the-getconfiguration-function)\n",
40-
"* [Define the ```initialize``` function](#define-the-initialize-function)\n",
41-
"* [Define the ```getConfiguration``` function](#define-the-getparameterinfo-function)\n",
42-
"* [Define the ```predict``` function](#define-the-predict-function)\n",
43-
"\n",
44-
"[Complete NLP Function](#Complete-NLP-Function)\\\n",
45-
"[Create Custom ESRI Deep Learning Package (.dlpk)](#Custom-Deep-Learning-Package-Model-File)\\\n",
46-
"[ESRI Deep Learning Package (.dlpk) in arcgis.learn API](#Using-the-Custom-.dlpk-with-the-arcgis.learn-API)\\\n",
47-
"[Tool Interface](#tool-interface)\\\n",
48-
"[Sample Input Table](#Sample-Input-Table)\\\n",
49-
"[Sample Output Table](#Sample-Output-Table)\\\n",
50-
"[Conclusion](#conclusion)"
30+
"* [Introduction](#introduction)\n",
31+
"* [Brief Introduction to Toolbox and Python API](#brief-introduction-to-toolbox-and-python-api)\n",
32+
"* [Introduction to workflow](#introduction-to-workflow)\n",
33+
"* [Imports](#imports)\n",
34+
"* [Prompt Engineering](#prompt-engineering)\n",
35+
"* [Esri Model Definition(EMD) file](#esri-model-definition-emd-file)\n",
36+
"* [Anatomy of the Extension Function](#anatomy-of-the-extension-function)\n",
37+
" * [Define the ```__init__``` function](#define-the-__init__-function)\n",
38+
" * [Define the ```getParameterInfo``` function](#define-the-getparameterinfo-function)\n",
39+
" * [Define the ```initialize``` function](#define-the-initialize-function)\n",
40+
" * [Define the ```getConfiguration``` function](#define-the-getconfiguration-function)\n",
41+
" * [Define the ```predict``` function](#define-the-predict-function)\n",
42+
"* [Complete NLP Function](#complete-nlp-function)\n",
43+
"* [Create Custom ESRI Deep Learning Package (.dlpk)](#custom-esri-deep-learning-package-dlpk-file)\n",
44+
"* [ESRI Deep Learning Package (.dlpk) in arcgis.learn API](#using-the-custom-esri-deep-learning-package-dlpk-file-with-the-arcgislearn-api)\n",
45+
"* [Tool Interface](#tool-interface)\n",
46+
"* [Sample Input Table](#sample-input-table)\n",
47+
"* [Sample Output Table](#sample-output-table)\n",
48+
"* [Conclusion](#conclusion)"
5149
]
5250
},
5351
{
@@ -1030,7 +1028,7 @@
10301028
"name": "python",
10311029
"nbconvert_exporter": "python",
10321030
"pygments_lexer": "ipython3",
1033-
"version": "3.11.10"
1031+
"version": "3.11.0"
10341032
},
10351033
"toc-autonumbering": false,
10361034
"toc-showcode": false,

0 commit comments

Comments
 (0)