Skip to content

Commit 04b1853

Browse files
committed
Updated talk_to_pathml docs to show images
1 parent 980b6db commit 04b1853

File tree

8 files changed

+11
-3
lines changed

8 files changed

+11
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# Add any paths that contain custom static files (such as style sheets) here,
9393
# relative to this directory. They are copied after the builtin static files,
9494
# so a file named "default.css" will overwrite the builtin "default.css".
95-
html_static_path = ["_static"]
95+
html_static_path = ["_static", "./examples/static/"]
9696

9797

9898
def setup(app):
271 KB
Loading
189 KB
Loading
335 KB
Loading
118 KB
Loading
306 KB
Loading
288 KB
Loading

examples/talk_to_pathml.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"id": "8db55b66-7c4c-4462-80f3-4b6e8a729be5",
4242
"metadata": {},
4343
"source": [
44-
"## Example 2: Information about supported file types\n"
44+
"## Example 2: Information about supported file types"
4545
]
4646
},
4747
{
@@ -81,7 +81,7 @@
8181
"id": "ac8ad6d1-98d0-44e5-9048-6d7adfe66d5a",
8282
"metadata": {},
8383
"source": [
84-
"![PATHML_MIF](static/pathml_nucleus_detection.png)"
84+
"![PATHML_NUCLEUS](static/pathml_nucleus_detection.png)"
8585
]
8686
},
8787
{
@@ -115,6 +115,14 @@
115115
"source": [
116116
"![PATHML_INFERENCE](static/pathml_inference.png)"
117117
]
118+
},
119+
{
120+
"cell_type": "code",
121+
"execution_count": null,
122+
"id": "198f61ef-6dd8-4d04-8168-e313e0bebcc5",
123+
"metadata": {},
124+
"outputs": [],
125+
"source": []
118126
}
119127
],
120128
"metadata": {

0 commit comments

Comments
 (0)