Skip to content

Commit d288b90

Browse files
committed
update changelog
1 parent 0f5332e commit d288b90

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/pages/12-meta/01-change-log.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ changes via the
1414
[source repository's commit log](https://github.com/mattmakai/fullstackpython.com/commits/)
1515
on GitHub.
1616

17+
1718
## 2018
1819
### January
1920
* Merged [PR#148](https://github.com/mattmakai/fullstackpython.com/pull/148)
2021
that added a health check script. Fixed all URLs raised as issues with
2122
link rot, expired domains and redirects. Thanks
2223
[Samuel](https://github.com/huangsam)!
23-
* Add [Ansible](/ansible.html) stub page with a few links.
24+
* Add [Ansible](/ansible.html) and [Matplotlib](/matplotlib.html) stub
25+
pages with a few links, to be fleshed out later.
2426
* New [Redis](/redis.html) and [Ubuntu](/ubuntu.html) resources.
2527
* Happy New Year! This is the 6th year of Full Stack Python, coming after a
2628
wonderful [first five years](/blog/five-years-full-stack-python.html).

theme/templates/table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h4>9.4 <a href="/data-analysis.html">Data analysis</a></h4>
242242
<h4>9.5 <span class="sn">Data visualization</span></h4>
243243
<div class="tc"><a href="/bokeh.html">Bokeh</a></div>
244244
<div class="tc"><a href="/d3-js.html">d3.js</a></div>
245-
<div class="tc sn">matplotlib</div>
245+
<div class="tc"><a href="/matplotlib.html">Matplotlib</a></div>
246246
<div class="tc sn">Seaborn</div>
247247
<h4>9.6 <span class="sn">Natural Language Processing</span></h4>
248248
<div class="tc sn">NLTK</div>

0 commit comments

Comments
 (0)