Skip to content

Commit 2a819f2

Browse files
committed
updating toc
1 parent e4278c4 commit 2a819f2

File tree

3 files changed

+19
-25
lines changed

3 files changed

+19
-25
lines changed

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-02T13:17:42Z</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-02T13:37:23Z</updated></feed>

source/theme/templates/table-of-contents.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block content %}
44
<div class="row">
5-
<div class="col-md-5">
5+
<div class="col-md-8">
66
<h1>Table of Contents</h1>
77
<p>
88
Every topic below with a link currently has a page on Full Stack
@@ -130,9 +130,14 @@ <h3>4. <a href="/deployment.html">Web App Deployment</a></h3>
130130
<div class="toc-indent">
131131
<a href="/web-analytics.html">Web Analytics</a>
132132
</div>
133-
134-
135-
<h3>5. Data Persistence</h3>
133+
<div class="toc-indent" style="margin-top: 6px;">
134+
There is also a
135+
<a href="/full-stack-python-map.pdf">subjects map (.pdf)</a>
136+
that visualizes deployment concepts.
137+
</div>
138+
139+
140+
<h3>5. Data</h3>
136141
<div class="toc-indent">
137142
<a href="/databases.html">Relational databases</a>
138143
</div>
@@ -188,14 +193,6 @@ <h3>8. Meta</h3>
188193

189194
</div>
190195
</div>
191-
<div class="col-md-3">
192-
<p>
193-
<h1>Map</h1>
194-
In addition to the table of content, there's also a work-in-progress
195-
<a href="/full-stack-python-map.pdf">subjects map (.pdf)</a>
196-
that visually lays out web app deployment concepts.
197-
</p>
198-
</div>
199196
{% include "sidebar.html" %}
200197
</div>
201198
{% endblock %}

table-of-contents.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</div>
3838
</div>
3939
</div> <div class="row">
40-
<div class="col-md-5">
40+
<div class="col-md-8">
4141
<h1>Table of Contents</h1>
4242
<p>
4343
Every topic below with a link currently has a page on Full Stack
@@ -165,9 +165,14 @@ <h3>4. <a href="/deployment.html">Web App Deployment</a></h3>
165165
<div class="toc-indent">
166166
<a href="/web-analytics.html">Web Analytics</a>
167167
</div>
168-
169-
170-
<h3>5. Data Persistence</h3>
168+
<div class="toc-indent" style="margin-top: 6px;">
169+
There is also a
170+
<a href="/full-stack-python-map.pdf">subjects map (.pdf)</a>
171+
that visualizes deployment concepts.
172+
</div>
173+
174+
175+
<h3>5. Data</h3>
171176
<div class="toc-indent">
172177
<a href="/databases.html">Relational databases</a>
173178
</div>
@@ -223,14 +228,6 @@ <h3>8. Meta</h3>
223228

224229
</div>
225230
</div>
226-
<div class="col-md-3">
227-
<p>
228-
<h1>Map</h1>
229-
In addition to the table of content, there's also a work-in-progress
230-
<a href="/full-stack-python-map.pdf">subjects map (.pdf)</a>
231-
that visually lays out web app deployment concepts.
232-
</p>
233-
</div>
234231
<div class="col-md-offset-1 col-md-3" id="sidebar">
235232
<div class="panel panel-success">
236233
<div class="panel-heading"><h3 class="panel-head">Full Stack Python</h3></div>

0 commit comments

Comments
 (0)