Skip to content

Commit b630880

Browse files
committed
🎨 Updates old RITS links and the capstone to reflect updates on exemplar
1 parent 09ee493 commit b630880

File tree

8 files changed

+71
-63
lines changed

8 files changed

+71
-63
lines changed

‎ch01python/010exemplar.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"collapsed": false
5454
},
5555
"source": [
56-
"You can see another similar demonstration on the [software carpentry site](https://swcarpentry.github.io/python-novice-inflammation/02-numpy/index.html). \n",
56+
"You can see another similar demonstration on the [software carpentry site](https://swcarpentry.github.io/python-novice-inflammation/02-numpy.html).\n",
5757
"We'll try to give links to other sources of Python training along the way.\n",
5858
"Part of our approach is that we assume you know how to use the internet! If you\n",
5959
"find something confusing out there, please bring it along to the next session. In this course, we'll always try to draw your attention to other sources of information about what we're learning. Paying attention to as many of these as you need to, is just as important as these core notes."

‎ch01python/015variables.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"cell_type": "markdown",
167167
"metadata": {},
168168
"source": [
169-
"*Supplementary Materials*: There's more on variables at [Software Carpentry's Python lesson](http://swcarpentry.github.io/python-novice-inflammation/01-numpy/index.html)."
169+
"*Supplementary Materials*: There's more on variables at [Software Carpentry's Python lesson](https://swcarpentry.github.io/python-novice-inflammation/01-intro.html)."
170170
]
171171
},
172172
{

‎ch01python/016using_functions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
"cell_type": "markdown",
10241024
"metadata": {},
10251025
"source": [
1026-
"*Supplementary material*: [Python operator precedence](http://www.mathcs.emory.edu/~valerie/courses/fall10/155/resources/op_precedence.html)."
1026+
"*Supplementary material*: [Python operator precedence](https://docs.python.org/3/reference/expressions.html#operator-precedence)."
10271027
]
10281028
}
10291029
],

‎ch02data/072plotting.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,8 +791,8 @@
791791
"cell_type": "markdown",
792792
"metadata": {},
793793
"source": [
794-
"There's so much more to learn about matplotlib: pie charts, bar charts, heat maps, 3-d plotting, animated plots, and so on. You can learn all this via the [Matplotlib Website](http://matplotlib.org/#).\n",
795-
"You should try to get comfortable with all this, so please use some time in class, or at home, to work your way through a bunch of the [examples](http://matplotlib.org/examples/index.html)."
794+
"There's so much more to learn about matplotlib: pie charts, bar charts, heat maps, 3-d plotting, animated plots, and so on. You can learn all this via the [Matplotlib Website](http://matplotlib.org/).\n",
795+
"You should try to get comfortable with all this, so please use some time in class, or at home, to work your way through a bunch of the [examples](https://matplotlib.org/stable/gallery/index)."
796796
]
797797
}
798798
],

‎ch02data/082NumPy.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"metadata": {},
4848
"source": [
4949
"* Matplotlib, the plotting library created by [John D. Hunter](https://en.wikipedia.org/wiki/John_D._Hunter)\n",
50-
"* NumPy, a fast matrix maths library created by [Travis Oliphant](https://www.anaconda.com/people/travis-oliphant)\n",
51-
"* IPython, the precursor of the notebook, created by [Fernando Perez](http://fperez.org)"
50+
"* NumPy, a fast matrix maths library created by [Travis Oliphant](https://en.wikipedia.org/wiki/Travis_Oliphant)\n",
51+
"* IPython, the precursor of the notebook, created by [Fernando Perez](https://en.wikipedia.org/wiki/Fernando_P%nC3%A9rez_(software_developer))"
5252
]
5353
},
5454
{

‎ch02data/110Capstone.ipynb

Lines changed: 61 additions & 53 deletions
Large diffs are not rendered by default.

‎ch04packaging/03Packaging.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@
783783
"metadata": {},
784784
"source": [
785785
"```bash\n",
786-
"pip install git+git://github.com/ucl-rits/greeter\n",
786+
"pip install git+git://github.com/UCL-ARC-RSEing-with-Python/greeter\n",
787787
"```"
788788
]
789789
},
@@ -850,7 +850,7 @@
850850
"## Installation\n",
851851
"\n",
852852
"```bash\n",
853-
"pip install git+git://github.com/ucl-rits/greeter\n",
853+
"pip install git+git://github.com/UCL-ARC-RSEing-with-Python/greeter\n",
854854
"```\n",
855855
"\n",
856856
"## Usage\n",

‎ch05construction/10boids.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"We have written some _very bad_ code implementing our Boids flocking example.\n",
2323
"\n",
24-
"Here's the [Github link](https://github.com/UCL/bad-boids).\n",
24+
"Here's the [Github link](https://github.com/UCL-ARC-RSEing-with-Python/bad-boids).\n",
2525
"\n",
2626
"Please fork it on GitHub, and clone your fork.\n"
2727
]

0 commit comments

Comments
 (0)