Skip to content

Commit 56d7121

Browse files
committed
Make setup Part 0.
1 parent 158898c commit 56d7121

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ IPython Notebook Files
1313

1414
You can view each of the files online using `nbviewer`_.
1515

16-
* `setup.ipynb`_: pre-workshop setup
16+
* `part-0.ipynb`_: pre-workshop setup
1717
* `part-1.ipynb`_: numbers, strings, variables, booleans, "if statements"
1818
* `part-2.ipynb`_: lists and loops
1919
* `part-3.ipynb`_: defining functions and using modules
@@ -53,7 +53,7 @@ This workshop is licensed under the GNU General Public License v2. See LICENSE
5353

5454

5555
.. _nbviewer: http://nbviewer.ipython.org/
56-
.. _setup.ipynb: http://nbviewer.ipython.org/github/pythonsd/intro-to-python/blob/master/setup.ipynb
56+
.. _part-0.ipynb: http://nbviewer.ipython.org/github/pythonsd/intro-to-python/blob/master/part-0.ipynb
5757
.. _part-1.ipynb: http://nbviewer.ipython.org/github/pythonsd/intro-to-python/blob/master/part-1.ipynb
5858
.. _part-2.ipynb: http://nbviewer.ipython.org/github/pythonsd/intro-to-python/blob/master/part-2.ipynb
5959
.. _part-3.ipynb: http://nbviewer.ipython.org/github/pythonsd/intro-to-python/blob/master/part-3.ipynb
File renamed without changes.

part-1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"metadata": {},
7474
"source": [
7575
"Before the workshop begins, please complete the short Python 3.4 setup instructions:\n",
76-
"http://nbviewer.ipython.org/github/pythonsd/intro-to-python/blob/master/setup.ipynb"
76+
"http://nbviewer.ipython.org/github/pythonsd/intro-to-python/blob/master/part-0.ipynb"
7777
]
7878
},
7979
{

0 commit comments

Comments
 (0)