mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-23 20:11:13 +00:00
new workaround for internal links
This commit is contained in:
parent
661b068346
commit
4beb09cac1
BIN
Images/ipython_links_remedy2.png
Normal file
BIN
Images/ipython_links_remedy2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"signature": "sha256:ba20b7e6666952b09ad936f7b9cb32fc0e9ed680a00aeff02035be51895c8e45"
|
"signature": "sha256:34307c4f0973ebef511e97c036657231fc4e230e7627cfe073d89f4046f9ce9f"
|
||||||
},
|
},
|
||||||
"nbformat": 3,
|
"nbformat": 3,
|
||||||
"nbformat_minor": 0,
|
"nbformat_minor": 0,
|
||||||
|
@ -13,10 +13,7 @@
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"[Sebastian Raschka](http://sebastianraschka.com) \n",
|
"[Sebastian Raschka](http://sebastianraschka.com) \n",
|
||||||
"last updated: 05/18/2014\n",
|
"last updated: 05/29/2014"
|
||||||
"\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"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -215,6 +212,15 @@
|
||||||
"\n",
|
"\n",
|
||||||
"<br>\n",
|
"<br>\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",
|
"<br>\n",
|
||||||
"<hr>"
|
"<hr>"
|
||||||
]
|
]
|
||||||
|
@ -223,7 +229,7 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"### Solution 2: using header cells"
|
"### Solution 3: using header cells"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user