Skip to content

Commit 9bcd28a

Browse files
committed
changing ToC slightly
1 parent a6d4b9c commit 9bcd28a

File tree

8 files changed

+74
-90
lines changed

8 files changed

+74
-90
lines changed

all.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
<link href="theme/css/f.min.css" rel="stylesheet">
1616
</head>
1717
<body>
18-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
19-
<div class="container">
20-
<h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">The Full Stack Python Guide to Deployments book</a> has been released!</h2>
21-
</div>
22-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a>
18+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a>
2319
<div class="container">
2420
<div class="row">
2521
<div class="col-md-12">

email.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
<link href="theme/css/f.min.css" rel="stylesheet">
1616
</head>
1717
<body>
18-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
19-
<div class="container">
20-
<h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">The Full Stack Python Guide to Deployments book</a> has been released!</h2>
21-
</div>
22-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a>
18+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a>
2319
<div class="container">
2420
<div class="row">
2521
<div class="col-md-12">

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-09-21T13:20:35Z</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-09-21T20:10:12Z</updated></feed>

index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<link href="theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
20-
<div class="container">
21-
<h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">The Full Stack Python Guide to Deployments book</a> has been released!</h2>
22-
</div>
23-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a>
19+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a>
2420
<div class="container">
2521
<div class="row">
2622
<div class="col-md-12">

source/theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link href="theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
{% include "banner.html" %}
19+
{% block banner %}{% endblock %}
2020
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a>
2121
<div class="container">
2222
{% include "nav.html" %}

source/theme/templates/page.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
{% block title %}{{ page.title }} - {% endblock %}
88

9+
{% block banner %}
10+
{% include "banner.html" %}
11+
{% endblock %}
12+
913
{% block content %}
1014
<div class="row">
1115
<div class="col-md-8">

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

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Table of Contents</h1>
1313
<div class="list-group">
1414
<h3>1. <a href="/introduction.html">Introduction</a></h3>
1515
<div class="toc-indent">
16-
<a href="/learning-programming.html">Learning Programming</a></h3>
16+
<a href="/learning-programming.html">Learning Programming</a>
1717
</div>
1818
<div class="toc-indent">
1919
<a href="/why-use-python.html">Why Use Python?</a>
@@ -97,55 +97,53 @@ <h3>3. Core Python</h3>
9797

9898
<h3>4. Web Development</h3>
9999
<div class="toc-indent">
100-
<a href="/web-frameworks.html">Web Frameworks</a>
101-
</div>
102-
<div class="toc-indent">
103-
<a href="/django.html">Django</a>
100+
<a href="/web-design.html">Web design</a>
104101
</div>
105102
<div class="toc-indent">
106-
<a href="/flask.html">Flask</a>
103+
<a href="/cascading-style-sheets.html">Cascading Style Sheets (CSS)</a>
107104
</div>
108105
<div class="toc-indent">
109-
<a href="/pyramid.html">Pyramid</a>
106+
<a href="/javascript.html">JavaScript</a>
110107
</div>
111108
<div class="toc-indent">
112-
<a href="/bottle.html">Bottle</a>
109+
<a href="/websockets.html">WebSockets</a>
113110
</div>
114111
<div class="toc-indent">
115-
<a href="/morepath.html">Morepath</a>
112+
<a href="/web-application-security.html">Web application security</a>
116113
</div>
117-
<!--
118114
<div class="toc-indent">
119-
Falcon
115+
<a href="/static-site-generator.html">Static site generators</a>
120116
</div>
117+
118+
<h3>5. <a href="/web-frameworks.html">Web Frameworks</a></h3>
121119
<div class="toc-indent">
122-
Twisted
120+
<a href="/django.html">Django</a>
123121
</div>
124-
-->
125122
<div class="toc-indent">
126-
<a href="/other-web-frameworks.html">Other web frameworks</a>
123+
<a href="/flask.html">Flask</a>
127124
</div>
128125
<div class="toc-indent">
129-
<a href="/web-design.html">Web design</a>
126+
<a href="/pyramid.html">Pyramid</a>
130127
</div>
131128
<div class="toc-indent">
132-
<a href="/cascading-style-sheets.html">Cascading Style Sheets (CSS)</a>
129+
<a href="/bottle.html">Bottle</a>
133130
</div>
134131
<div class="toc-indent">
135-
<a href="/javascript.html">JavaScript</a>
132+
<a href="/morepath.html">Morepath</a>
136133
</div>
134+
<!--
137135
<div class="toc-indent">
138-
<a href="/websockets.html">WebSockets</a>
136+
Falcon
139137
</div>
140138
<div class="toc-indent">
141-
<a href="/web-application-security.html">Web application security</a>
139+
Twisted
142140
</div>
141+
-->
143142
<div class="toc-indent">
144-
<a href="/static-site-generator.html">Static site generators</a>
143+
<a href="/other-web-frameworks.html">Other web frameworks</a>
145144
</div>
146145

147-
148-
<h3>5. <a href="/data.html">Data</a></h3>
146+
<h3>6. <a href="/data.html">Data</a></h3>
149147
<div class="toc-indent">
150148
<a href="/databases.html">Relational databases</a>
151149
</div>
@@ -174,7 +172,7 @@ <h3>5. <a href="/data.html">Data</a></h3>
174172

175173
<div class="col-md-6">
176174
<div class="list-group">
177-
<h3>6.
175+
<h3>7.
178176
<a href="/application-programming-interfaces.html">Web APIs</a>
179177
</h3>
180178
<div class="toc-indent">
@@ -193,7 +191,7 @@ <h3>6.
193191
-->
194192

195193

196-
<h3>7. <a href="/deployment.html">Web App Deployment</a></h3>
194+
<h3>8. <a href="/deployment.html">Web App Deployment</a></h3>
197195
<div class="toc-indent">
198196
<a href="/servers.html">Servers</a>
199197
</div>
@@ -251,13 +249,13 @@ <h3>7. <a href="/deployment.html">Web App Deployment</a></h3>
251249
<a href="/web-analytics.html">Web Analytics</a>
252250
</div>
253251
<div class="toc-indent" style="margin-top: 6px;">
254-
There is also a
255-
<a href="/full-stack-python-map.pdf">subjects map (.pdf)</a>
256-
that visualizes deployment concepts.
252+
There is also an
253+
<a href="http://www.deploypython.com/">entire book</a>
254+
dedicated to Python web application deployment.
257255
</div>
258256

259257

260-
<h3>8. <a href="/testing.html">Testing</a></h3>
258+
<h3>9. <a href="/testing.html">Testing</a></h3>
261259
<div class="toc-indent">
262260
<a href="/unit-testing.html">Unit testing</a>
263261
</div>
@@ -294,7 +292,7 @@ <h3>8. <a href="/testing.html">Testing</a></h3>
294292
</div>
295293
296294
297-
<h3>9. Security</h3>
295+
<h3>10. Security</h3>
298296
<div class="toc-indent">
299297
Server security
300298
</div>
@@ -324,17 +322,17 @@ <h3>10. Documentation</h3>
324322
</div>
325323
-->
326324

327-
<h3>9. Meta</h3>
328-
<div class="toc-indent">
325+
<h3>10. Meta</h3>
326+
<div class="toc-more-indent">
329327
<a href="/what-full-stack-means.html">What "full stack" means</a>
330328
</div>
331-
<div class="toc-indent">
329+
<div class="toc-more-indent">
332330
<a href="/about-author.html">About the author</a>
333331
</div>
334-
<div class="toc-indent">
332+
<div class="toc-more-indent">
335333
<a href="/change-log.html">Change log</a>
336334
</div>
337-
<div class="toc-indent">
335+
<div class="toc-more-indent">
338336
<a href="/future-directions.html">Future directions</a>
339337
</div>
340338

table-of-contents.html

Lines changed: 33 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<link href="theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
20-
<div class="container">
21-
<h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">The Full Stack Python Guide to Deployments book</a> has been released!</h2>
22-
</div>
23-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a>
19+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a>
2420
<div class="container">
2521
<div class="row">
2622
<div class="col-md-12">
@@ -37,7 +33,7 @@ <h1>Table of Contents</h1>
3733
<div class="list-group">
3834
<h3>1. <a href="/introduction.html">Introduction</a></h3>
3935
<div class="toc-indent">
40-
<a href="/learning-programming.html">Learning Programming</a></h3>
36+
<a href="/learning-programming.html">Learning Programming</a>
4137
</div>
4238
<div class="toc-indent">
4339
<a href="/why-use-python.html">Why Use Python?</a>
@@ -121,55 +117,53 @@ <h3>3. Core Python</h3>
121117

122118
<h3>4. Web Development</h3>
123119
<div class="toc-indent">
124-
<a href="/web-frameworks.html">Web Frameworks</a>
125-
</div>
126-
<div class="toc-indent">
127-
<a href="/django.html">Django</a>
120+
<a href="/web-design.html">Web design</a>
128121
</div>
129122
<div class="toc-indent">
130-
<a href="/flask.html">Flask</a>
123+
<a href="/cascading-style-sheets.html">Cascading Style Sheets (CSS)</a>
131124
</div>
132125
<div class="toc-indent">
133-
<a href="/pyramid.html">Pyramid</a>
126+
<a href="/javascript.html">JavaScript</a>
134127
</div>
135128
<div class="toc-indent">
136-
<a href="/bottle.html">Bottle</a>
129+
<a href="/websockets.html">WebSockets</a>
137130
</div>
138131
<div class="toc-indent">
139-
<a href="/morepath.html">Morepath</a>
132+
<a href="/web-application-security.html">Web application security</a>
140133
</div>
141-
<!--
142134
<div class="toc-indent">
143-
Falcon
135+
<a href="/static-site-generator.html">Static site generators</a>
144136
</div>
137+
138+
<h3>5. <a href="/web-frameworks.html">Web Frameworks</a></h3>
145139
<div class="toc-indent">
146-
Twisted
140+
<a href="/django.html">Django</a>
147141
</div>
148-
-->
149142
<div class="toc-indent">
150-
<a href="/other-web-frameworks.html">Other web frameworks</a>
143+
<a href="/flask.html">Flask</a>
151144
</div>
152145
<div class="toc-indent">
153-
<a href="/web-design.html">Web design</a>
146+
<a href="/pyramid.html">Pyramid</a>
154147
</div>
155148
<div class="toc-indent">
156-
<a href="/cascading-style-sheets.html">Cascading Style Sheets (CSS)</a>
149+
<a href="/bottle.html">Bottle</a>
157150
</div>
158151
<div class="toc-indent">
159-
<a href="/javascript.html">JavaScript</a>
152+
<a href="/morepath.html">Morepath</a>
160153
</div>
154+
<!--
161155
<div class="toc-indent">
162-
<a href="/websockets.html">WebSockets</a>
156+
Falcon
163157
</div>
164158
<div class="toc-indent">
165-
<a href="/web-application-security.html">Web application security</a>
159+
Twisted
166160
</div>
161+
-->
167162
<div class="toc-indent">
168-
<a href="/static-site-generator.html">Static site generators</a>
163+
<a href="/other-web-frameworks.html">Other web frameworks</a>
169164
</div>
170165

171-
172-
<h3>5. <a href="/data.html">Data</a></h3>
166+
<h3>6. <a href="/data.html">Data</a></h3>
173167
<div class="toc-indent">
174168
<a href="/databases.html">Relational databases</a>
175169
</div>
@@ -198,7 +192,7 @@ <h3>5. <a href="/data.html">Data</a></h3>
198192

199193
<div class="col-md-6">
200194
<div class="list-group">
201-
<h3>6.
195+
<h3>7.
202196
<a href="/application-programming-interfaces.html">Web APIs</a>
203197
</h3>
204198
<div class="toc-indent">
@@ -217,7 +211,7 @@ <h3>6.
217211
-->
218212

219213

220-
<h3>7. <a href="/deployment.html">Web App Deployment</a></h3>
214+
<h3>8. <a href="/deployment.html">Web App Deployment</a></h3>
221215
<div class="toc-indent">
222216
<a href="/servers.html">Servers</a>
223217
</div>
@@ -275,13 +269,13 @@ <h3>7. <a href="/deployment.html">Web App Deployment</a></h3>
275269
<a href="/web-analytics.html">Web Analytics</a>
276270
</div>
277271
<div class="toc-indent" style="margin-top: 6px;">
278-
There is also a
279-
<a href="/full-stack-python-map.pdf">subjects map (.pdf)</a>
280-
that visualizes deployment concepts.
272+
There is also an
273+
<a href="http://www.deploypython.com/">entire book</a>
274+
dedicated to Python web application deployment.
281275
</div>
282276

283277

284-
<h3>8. <a href="/testing.html">Testing</a></h3>
278+
<h3>9. <a href="/testing.html">Testing</a></h3>
285279
<div class="toc-indent">
286280
<a href="/unit-testing.html">Unit testing</a>
287281
</div>
@@ -318,7 +312,7 @@ <h3>8. <a href="/testing.html">Testing</a></h3>
318312
</div>
319313
320314
321-
<h3>9. Security</h3>
315+
<h3>10. Security</h3>
322316
<div class="toc-indent">
323317
Server security
324318
</div>
@@ -348,17 +342,17 @@ <h3>10. Documentation</h3>
348342
</div>
349343
-->
350344

351-
<h3>9. Meta</h3>
352-
<div class="toc-indent">
345+
<h3>10. Meta</h3>
346+
<div class="toc-more-indent">
353347
<a href="/what-full-stack-means.html">What "full stack" means</a>
354348
</div>
355-
<div class="toc-indent">
349+
<div class="toc-more-indent">
356350
<a href="/about-author.html">About the author</a>
357351
</div>
358-
<div class="toc-indent">
352+
<div class="toc-more-indent">
359353
<a href="/change-log.html">Change log</a>
360354
</div>
361-
<div class="toc-indent">
355+
<div class="toc-more-indent">
362356
<a href="/future-directions.html">Future directions</a>
363357
</div>
364358

0 commit comments

Comments
 (0)