Skip to content

Commit 8a0a727

Browse files
Issue #5 xkcd license
1 parent da5f76a commit 8a0a727

File tree

8 files changed

+11
-5
lines changed

8 files changed

+11
-5
lines changed

docs/search/search_index.json

+1-1
Large diffs are not rendered by default.

docs/section-0-brief-python-refresher/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,8 @@
518518

519519
<h1>A (brief) Python refresher</h1>
520520

521-
<p><center><img src="../images/xkcd_python.png"></center></p>
521+
<p><center><img src="../images/xkcd_python.png"></center>
522+
<center>https://xkcd.com/license.html (CC BY-NC 2.5)</center></p>
522523
<h3 id="jupyter-style-notebooks-on-google-colaboratory-a-quick-tour">Jupyter-style notebooks on Google Colaboratory - A quick tour<a class="headerlink" href="#jupyter-style-notebooks-on-google-colaboratory-a-quick-tour" title="Permanent link">&para;</a></h3>
523524
<hr />
524525
<p>Go to https://colab.research.google.com and login with your Google account.</p>

docs/section-1-intro-to-web-scraping/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,8 @@
572572

573573
<h1>Introduction to Web scraping</h1>
574574

575-
<p><img alt="intro_html_example" src="../images/xkcd.png" /></p>
575+
<p><img alt="intro_html_example" src="../images/xkcd.png" />
576+
<center>https://xkcd.com/license.html (CC BY-NC 2.5)</center></p>
576577
<h3 id="what-is-web-scraping">What is web scraping?<a class="headerlink" href="#what-is-web-scraping" title="Permanent link">&para;</a></h3>
577578
<hr />
578579
<p>Web scraping is a technique for extracting information from websites. This can be done <em>manually</em> but it is usually faster, more efficient and less error-prone to automate the task.</p>

docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

markdowns/section-0-brief-python-refresher.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<center><img src="../images/xkcd_python.png"></center>
2+
<center>https://xkcd.com/license.html (CC BY-NC 2.5)</center>
23

34
### Jupyter-style notebooks on Google Colaboratory - A quick tour
45
---

markdowns/section-1-intro-to-web-scraping.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
![intro_html_example](../images/xkcd.png)
2+
<center>https://xkcd.com/license.html (CC BY-NC 2.5)</center>
23

34
### What is web scraping?
45
---

notebooks/section-0-brief-python-refresher.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<center><img src=\"../images/xkcd_python.png\"></center>"
7+
"<center><img src=\"../images/xkcd_python.png\"></center>\n",
8+
"<center>https://xkcd.com/license.html (CC BY-NC 2.5)</center>"
89
]
910
},
1011
{

notebooks/section-1-intro-to-web-scraping.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"![intro_html_example](../images/xkcd.png)"
7+
"![intro_html_example](../images/xkcd.png)\n",
8+
"<center>https://xkcd.com/license.html (CC BY-NC 2.5)</center>"
89
]
910
},
1011
{

0 commit comments

Comments
 (0)