Added anchors for each misc command topic. Updated README with misc command anchors.

This commit is contained in:
Donne Martin 2015-03-01 06:56:15 -05:00
parent ab3bfad838
commit 49c6ae6488
2 changed files with 41 additions and 13 deletions

View File

@ -38,8 +38,11 @@ IPython Notebooks demonstrating spark and HDFS functionality.
IPython Notebooks demonstrating various command lines for Linux, Git, etc.
* [linux](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/linux.ipynb)
* [git](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/git.ipynb)
* [jekyll](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/jekyll.ipynb)
* [anaconda](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#Anaconda)
* [ipython notebook](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#IPython_Notebook)
* [git](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#Git)
* [ruby](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#Ruby)
* [jekyll](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#Jekyll)
## matplotlib

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:bdac648ec0b4aed3674cd0f9149c9e6ba9739594d14f09b48f1e661b96b697c9"
"signature": "sha256:9123b15f50bd4a9755cf5159f2834514ecd8d1e384720859004286fb89b055ca"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -25,8 +25,13 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Anaconda\n",
"\n",
"<h2 id=\"Anaconda\">Anaconda</h2>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[Anaconda](https://store.continuum.io/cshop/anaconda/) is a scientific python distribution containing Python, NumPy, SciPy, Pandas, IPython, Matplotlib, Numba, Blaze, Bokeh, and other great Python data analysis tools."
]
},
@ -60,8 +65,13 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## IPython Notebook\n",
"\n",
"<h2 id=\"IPython_Notebook\">IPython Notebook</h2>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[IPython Notebook](http://ipython.org/notebook.html) is a \"web-based interactive computational environment where you can combine code execution, text, mathematics, plots and rich media into a single document.\""
]
},
@ -121,8 +131,13 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Git\n",
"\n",
"<h2 id=\"Git\">Git</h2>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[Git](http://git-scm.com/) is a distributed revision control system."
]
},
@ -219,8 +234,13 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Ruby\n",
"\n",
"<h2 id=\"Ruby\">Ruby</h2>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[Ruby](https://www.ruby-lang.org/en/) is used to interact with the AWS command line and for Jekyll, a blog framework that can be hosted on GitHub Pages."
]
},
@ -260,8 +280,13 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Jekyll\n",
"\n",
"<h2 id=\"Jekyll\">Jekyll</h2>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[Jekyll](http://jekyllrb.com/) is a blog framework that can be hosted on GitHub Pages.\n",
"\n",
"In addition to donnemartin.com, I\u2019ve started to build up its mirror site donnemartin.github.io to try out Jekyll. So far I love that I can use my existing developer tools to generate content (SublimeText, Terminal, and GitHub).\n",