Skip to content

Commit 79905c5

Browse files
committed
updating toc
1 parent c855aca commit 79905c5

File tree

8 files changed

+383
-367
lines changed

8 files changed

+383
-367
lines changed

all.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4064,7 +4064,7 @@ <h3>Ansible Resources</h3>
40644064
servers.</p>
40654065
</li>
40664066
<li>
4067-
<p><a href="http://devopsu.com/newsletters/ansible-weekly-newsletter.html">Ansible Weekly Newsletter</a></p>
4067+
<p><a href="http://devopsu.com/newsletters/ansible-weekly-newsletter.html">Briefs on Ansible Newsletter</a></p>
40684068
</li>
40694069
<li>
40704070
<p><a href="http://www.insom.me.uk/post/pycon-talk.html">Python for Configuration Management with Ansible slides</a>
@@ -4858,6 +4858,8 @@ <h1>Change Log</h1>
48584858
<h2>2015</h2>
48594859
<h3>February</h3>
48604860
<ul>
4861+
<li>Updated <a href="/table-of-contents.html">table of contents</a> with new layout that'll
4862+
allow me to expand on core Python language topics.</li>
48614863
<li>Updated several out of date resources and added a new
48624864
<a href="/logging.html">logging</a> resource.</li>
48634865
<li>New <a href="/pyramid.html">Pyramid</a> resources. I definitely need to flesh that page

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ <h1>Change Log</h1>
4343
<h2>2015</h2>
4444
<h3>February</h3>
4545
<ul>
46+
<li>Updated <a href="/table-of-contents.html">table of contents</a> with new layout that'll
47+
allow me to expand on core Python language topics.</li>
4648
<li>Updated several out of date resources and added a new
4749
<a href="/logging.html">logging</a> resource.</li>
4850
<li>New <a href="/pyramid.html">Pyramid</a> resources. I definitely need to flesh that page

configuration-management.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h3>Ansible Resources</h3>
8080
servers.</p>
8181
</li>
8282
<li>
83-
<p><a href="http://devopsu.com/newsletters/ansible-weekly-newsletter.html">Ansible Weekly Newsletter</a></p>
83+
<p><a href="http://devopsu.com/newsletters/ansible-weekly-newsletter.html">Briefs on Ansible Newsletter</a></p>
8484
</li>
8585
<li>
8686
<p><a href="http://www.insom.me.uk/post/pycon-talk.html">Python for Configuration Management with Ansible slides</a>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-02-09T08:23:06Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-02-10T11:36:07Z</updated></feed>

source/content/pages/07-web-app-deployment/12-configuration-management.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ management and application deployment tool built in Python.
6161
is a fantastically detailed introduction to using Ansible to set up
6262
servers.
6363

64-
* [Ansible Weekly Newsletter](http://devopsu.com/newsletters/ansible-weekly-newsletter.html)
64+
* [Briefs on Ansible Newsletter](http://devopsu.com/newsletters/ansible-weekly-newsletter.html)
6565

6666
* [Python for Configuration Management with Ansible slides](http://www.insom.me.uk/post/pycon-talk.html)
6767
from PyCon UK 2013

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ the
2424

2525
## 2015
2626
### February
27+
* Updated [table of contents](/table-of-contents.html) with new layout that'll
28+
allow me to expand on core Python language topics.
2729
* Updated several out of date resources and added a new
2830
[logging](/logging.html) resource.
2931
* New [Pyramid](/pyramid.html) resources. I definitely need to flesh that page

0 commit comments

Comments
 (0)