Creating a table of contents with internal links in IPython Notebooks and Markdown documents

This commit is contained in:
rasbt 2014-05-18 19:23:26 -04:00
parent ce93c39596
commit bdf3ef28b9

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:3c2a446633991d2794356f74854558a9fa03bb10b4498bc2f618afc26fedddcb"
"signature": "sha256:4b74fea5930fc3c6164ec6082de5aa8dc334699cf4ad1d5775c8062e59d92027"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -48,7 +48,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Many people have asked me how I create the table of contents in my IPython notebooks and Markdown documents with links. Well, no (IPython) magic is involved, it is just a little bit of HTML, but I thought it might be worthwhile to write up this little tutorial. \n"
"Many people have asked me how I create the table of contents with internal links for my IPython notebooks and Markdown documents on GitHub. \n",
"Well, no (IPython) magic is involved, it is just a little bit of HTML, but I thought it might be worthwhile to write this little how-to tutorial."
]
},
{