Skip to content

Commit 5dc5e7d

Browse files
committed
hard links to the images
1 parent d51771e commit 5dc5e7d

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

tutorials/table_of_contents_ipython.ipynb

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:41219a44026c84eeb3ccb56875545bab3944aeb5cd6d39c51e32ee01fb0cb20d"
4+
"signature": "sha256:77e6b7710d7e7ab3d4491978f649959a8b99769df6967b7cb9feab83a67c15eb"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -56,7 +56,7 @@
5656
"cell_type": "markdown",
5757
"metadata": {},
5858
"source": [
59-
"![example table](../Images/ipython_links_ex.png)"
59+
"![example table](https://raw.githubusercontent.com/rasbt/python_reference/master/Images/ipython_links_ex.png)"
6060
]
6161
},
6262
{
@@ -90,14 +90,7 @@
9090
"cell_type": "markdown",
9191
"metadata": {},
9292
"source": [
93-
"![two components](../Images/ipython_links_overview.png)"
94-
]
95-
},
96-
{
97-
"cell_type": "markdown",
98-
"metadata": {},
99-
"source": [
100-
"<br>"
93+
"![two components](https://raw.githubusercontent.com/rasbt/python_reference/master/Images/ipython_links_overview.png)"
10194
]
10295
},
10396
{
@@ -214,11 +207,11 @@
214207
"source": [
215208
"which is certainly not what we want (note that it looks normal in the IPython notebook, but not in the converted HTML version). So my favorite remedy would be to put the `id`-anchor tag into a separate cell just above the section, ideally with some line breaks for nicer visuals.\n",
216209
"\n",
217-
"![img of format problem](../Images/ipython_links_format.png)\n",
210+
"![img of format problem](https://raw.githubusercontent.com/rasbt/python_reference/master/Images/ipython_links_format.png)\n",
218211
"\n",
219212
"### Remedy: id-anchor tag in a separate cell\n",
220213
"\n",
221-
"![img of format problem](../Images/ipython_links_remedy.png)\n",
214+
"![img of format problem](https://raw.githubusercontent.com/rasbt/python_reference/master/Images/ipython_links_remedy.png)\n",
222215
"\n",
223216
"<br>\n",
224217
"<br>\n",

0 commit comments

Comments
 (0)