From dd528e8d157aa410996cb7be025d60a495c05718 Mon Sep 17 00:00:00 2001 From: Min RK Date: Sat, 20 Dec 2014 17:02:43 -0800 Subject: [PATCH] fix an nbviewer link in tutorials some escape characters snuck in there that cause the URL to be invalid --- doc/source/tutorials.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/tutorials.rst b/doc/source/tutorials.rst index 2c913f8911066..7c1d1e345d273 100644 --- a/doc/source/tutorials.rst +++ b/doc/source/tutorials.rst @@ -26,7 +26,7 @@ repository `_. To run the examples in th clone the GitHub repository and get IPython Notebook running. See `How to use this cookbook `_. -- `A quick tour of the IPython Notebook: `_ +- `A quick tour of the IPython Notebook: `_ Shows off IPython's awesome tab completion and magic functions. - `Chapter 1: `_ Reading your data into pandas is pretty much the easiest thing. Even