Skip to content

Commit 4beb09c

Browse files
committed
new workaround for internal links
1 parent 661b068 commit 4beb09c

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

Images/ipython_links_remedy2.png

10.3 KB
Loading

tutorials/table_of_contents_ipython.ipynb

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:ba20b7e6666952b09ad936f7b9cb32fc0e9ed680a00aeff02035be51895c8e45"
4+
"signature": "sha256:34307c4f0973ebef511e97c036657231fc4e230e7627cfe073d89f4046f9ce9f"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -13,10 +13,7 @@
1313
"metadata": {},
1414
"source": [
1515
"[Sebastian Raschka](http://sebastianraschka.com) \n",
16-
"last updated: 05/18/2014\n",
17-
"\n",
18-
"- [Link to this IPython notebook on Github](https://github.com/rasbt/One-Python-benchmark-per-day/blob/master/ipython_nbs/day4_2_cython_numba_parakeet.ipynb) \n",
19-
"- [Link to the GitHub Repository One-Python-benchmark-per-day](https://github.com/rasbt/One-Python-benchmark-per-day)\n"
16+
"last updated: 05/29/2014"
2017
]
2118
},
2219
{
@@ -215,6 +212,15 @@
215212
"\n",
216213
"<br>\n",
217214
"<br>\n",
215+
"\n",
216+
"### Solution 2: line break between the id-anchor and text:\n",
217+
"\n",
218+
"![img of format problem](https://raw.githubusercontent.com/rasbt/python_reference/master/Images/ipython_links_remedy2.png)\n",
219+
"\n",
220+
"(this alternative workaround was kindly submitted by [Ryan Morshead](https://github.com/rmorshea))\n",
221+
"\n",
222+
"<br>\n",
223+
"<br>\n",
218224
"<br>\n",
219225
"<hr>"
220226
]
@@ -223,7 +229,7 @@
223229
"cell_type": "markdown",
224230
"metadata": {},
225231
"source": [
226-
"### Solution 2: using header cells"
232+
"### Solution 3: using header cells"
227233
]
228234
},
229235
{

0 commit comments

Comments
 (0)