Add chapters to the index

main
Aurélien Geron 2016-05-22 17:53:16 +02:00
parent fd8fd003a5
commit 5eea71f786
1 changed files with 11 additions and 5 deletions

View File

@ -22,16 +22,22 @@
"### To activate extensions\n", "### To activate extensions\n",
"* If this is an interactive session (see above), you may want to turn on a few Jupyter extensions by going to the [Extension Configuration](../nbextensions/) page. In particular the \"*table of contents (2)*\" extension is quite useful.\n", "* If this is an interactive session (see above), you may want to turn on a few Jupyter extensions by going to the [Extension Configuration](../nbextensions/) page. In particular the \"*table of contents (2)*\" extension is quite useful.\n",
"\n", "\n",
"## In progress\n", "## Chapters\n",
"**More notebooks are coming soon...**\n", "1. [Fundamentals](fundamentals.ipynb)\n",
"2. [End-to-end project](end_to_end_project.ipynb)\n",
"3. [Classification](classification.ipynb)\n",
"4. [Training Linear Models](training_linear_models.ipynb)\n",
"\n", "\n",
"## Tools\n", "More explanations and chapters coming soon.\n",
"\n",
"## Scientific Python tutorials\n",
"* [NumPy](tools_numpy.ipynb)\n", "* [NumPy](tools_numpy.ipynb)\n",
"* [Matplotlib](tools_matplotlib.ipynb)\n", "* [Matplotlib](tools_matplotlib.ipynb)\n",
"* [Pandas](tools_pandas.ipynb)\n", "* [Pandas](tools_pandas.ipynb)\n",
"\n", "\n",
"## Math\n", "## Math tutorials\n",
"* [Linear Algebra](math_linear_algebra.ipynb)" "* [Linear Algebra](math_linear_algebra.ipynb)\n",
"* Calculus (coming soon)"
] ]
} }
], ],