Skip to content

Commit 3cb38ed

Browse files
committed
clean up all detected broken links
1 parent 611bb82 commit 3cb38ed

File tree

8 files changed

+6
-22
lines changed

8 files changed

+6
-22
lines changed

content/pages/02-development-environments/06-jupyter-notebook.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ like advanced interactive visualizations.
160160
help a lot to make sure you avoid getting lost in the sea of menus along
161161
the way.
162162

163-
* [A Jupyter Notebook That Will Analyze Cryptocurrency Portfolios For You](http://grantbartel.com/blog/jupyter-notebook-that-will-analyze-cryptocurrency-portfolios/)
164-
uses a freely-available large cryptocurrency data set as source material
165-
for a data analysis and visualization project.
163+
* [Analyzing Cryptocurrency Markets using Python](https://blog.patricktriest.com/analyzing-cryptocurrencies-python/)
164+
uses a freely-available Bitcoin API as a source data set
165+
for a data analysis and visualization project in Jupyter.
166166

167167
* [Running Jupyter Notebooks on GPU on AWS: a starter guide](https://blog.keras.io/running-jupyter-notebooks-on-gpu-on-aws-a-starter-guide.html)
168168
explains how to run notebooks on Amazon Web Services using a

content/pages/02-development-environments/15-application-dependencies.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ known as
110110
[setup.py](http://stackoverflow.com/questions/1471994/what-is-setup-py).
111111
Setup.py is a standard for distributing and installing Python libraries.
112112
If you're building a Python library, such as
113-
[requests](http://www.python-requests.org/en/latest/) or
113+
[twilio](https://github.com/twilio/twilio-python) or
114114
[underwear](https://github.com/mattmakai/underwear) you must include setup.py
115115
so a dependency manager can correctly install both the library as well as
116116
additional dependencies for the library. There's still quite a bit of

content/pages/03-data/19-bokeh.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ these sites:
4040
[official Bokeh gallery](http://bokeh.pydata.org/en/latest/docs/gallery.html)
4141
has many example Bokeh visual formats.
4242

43-
* [Bokeh Applications](https://demo.bokehplots.com/) hosts numerous
43+
* [Bokeh Applications](https://demo.bokeh.org/) hosts numerous
4444
data visualizations built with Bokeh.
4545

4646

content/pages/03-data/23-markdown.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ or block quotes.
6969
* The Python Package Index (PyPI)
7070
[supports Markdown as of 2018](https://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi)
7171
although there are still some tweaks being made to the flavors that can be
72-
used such as
73-
[GitHub-flavored Markdown](http://blog.jonparrott.com/github-flavored-markdown-on-pypi/).
72+
used such as GitHub-flavored Markdown.
7473

7574
* [PowerShell and Markdown](https://ephos.github.io/posts/2018-8-1-PowerShell-Markdown)
7675
shows how to work with Markdown in [PowerShell](/powershell.html)

content/pages/04-web-development/02-django.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ resources for more advanced tutorials.
9999
such as the [Django ORM](/django-orm.html) and
100100
[Django Templates](/django-templates.html).
101101

102-
* [Effective Django](http://effectivedjango.com/) is another free introduction
103-
to the web framework.
104-
105102
* The [Django subreddit](http://www.reddit.com/r/django) often has links to
106103
the latest resources for learning Django and is also a good spot to ask
107104
questions about it.

content/pages/04-web-development/11-template-engines.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ There are many Python template engine implementations in addition to the
139139
ones listed above. These resources can help you select a Python template
140140
engine implementation that works well for your project.
141141

142-
* [Python Web Templating Battle](https://ivanteoh.com/posts/188-python-web-templating-battle/)
143-
compares and contrasts Django templates, Chameleon, Jinja, Diazo
144-
and Mako, with examples for each engine.
145-
146142
* This
147143
[template engines site](http://www.simple-is-better.org/template/index.html)
148144
contains a range of information from what templates engines are to listing

content/pages/05-deployment/32-configuration-management.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ from PyCon UK 2013
8686

8787
* [6 practices for super smooth Ansible experience](http://hakunin.com/six-ansible-practices)
8888

89-
* [Shippable + Ansible + Docker + Loggly for awesome deployments](http://www.hiddentao.com/archives/2014/06/03/shippable-ansible-docker-loggly-for-awesome-deployments/)
90-
is a well written detailed post about using Docker and Ansible together with
91-
a few other pieces.
92-
9389
* [Create a Couchbase Cluster with Ansible](http://blog.couchbase.com/create-couchbase-cluster-with-ansible)
9490

9591
* [Idempotence, convergence, and other silly fancy words we often use](https://groups.google.com/forum/#!msg/Ansible-project/WpRblldA2PQ/lYDpFjBXDlsJ)

content/pages/06-devops/18-web-analytics.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ application before taking some action, such as purchasing your service.
9191
[pandas](/pandas.html) and related [data analysis](/data-analysis.html)
9292
tools.
9393

94-
* [Build your own Google Analytics Dashboard in Excel](http://blog.zoomeranalytics.com/google-analytics/)
95-
show how to extract your Google Analytics data via their web API and Python
96-
helper library so it can be used in other tools such as Excel.
97-
9894
* The official
9995
[Google Analytics Python quickstart](https://developers.google.com/analytics/devguides/reporting/core/v4/quickstart/service-py)
10096
isn't really the easiest tutorial to follow due to all of the configuration

0 commit comments

Comments
 (0)