new workaround for internal links

This commit is contained in:
rasbt 2014-07-29 17:34:53 -04:00
parent 661b068346
commit 4beb09cac1
2 changed files with 12 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:ba20b7e6666952b09ad936f7b9cb32fc0e9ed680a00aeff02035be51895c8e45"
"signature": "sha256:34307c4f0973ebef511e97c036657231fc4e230e7627cfe073d89f4046f9ce9f"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -13,10 +13,7 @@
"metadata": {},
"source": [
"[Sebastian Raschka](http://sebastianraschka.com) \n",
"last updated: 05/18/2014\n",
"\n",
"- [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",
"- [Link to the GitHub Repository One-Python-benchmark-per-day](https://github.com/rasbt/One-Python-benchmark-per-day)\n"
"last updated: 05/29/2014"
]
},
{
@ -215,6 +212,15 @@
"\n",
"<br>\n",
"<br>\n",
"\n",
"### Solution 2: line break between the id-anchor and text:\n",
"\n",
"![img of format problem](https://raw.githubusercontent.com/rasbt/python_reference/master/Images/ipython_links_remedy2.png)\n",
"\n",
"(this alternative workaround was kindly submitted by [Ryan Morshead](https://github.com/rmorshea))\n",
"\n",
"<br>\n",
"<br>\n",
"<br>\n",
"<hr>"
]
@ -223,7 +229,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Solution 2: using header cells"
"### Solution 3: using header cells"
]
},
{