Skip to content

Commit 7f9efaf

Browse files
committed
working on ch 2 ordering
1 parent f44c99f commit 7f9efaf

File tree

6 files changed

+26
-19
lines changed

6 files changed

+26
-19
lines changed

content/pages/02-development-environments/02-text-editors-ides.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ primary user interface for developers to create their own programs.
1717
[Vim](/vim.html) is an example of a text editor implementation that can be
1818
expanded into a full Python IDE using configuration files and plugins.
1919

20+
<div class="well see-also">Text editors and IDEs are a concept implemented by <a href="/vim.html">Vim</a>, <a href="/emacs.html">Emacs</a>, <a href="/sublime-text.html">Sublime Text</a>, <a href="/jupyter-notebook.html">Jupyter Notebook</a> and several other applications. Learn how the parts fit together in the <a href="/development-environments.html">development environments</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
2021

2122
## Why is a text editor or IDE necessary?
2223
Where will you write your code if you do not have a text editor? Your
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
title: Environment configuration
2+
category: page
3+
slug: environment-configuration
4+
sortorder: 0211
5+
toc: False
6+
sidebartitle: Environment configuration
7+
meta: Configuring a dev, test or production environment is important to successfully run a Python application.
8+
9+
10+
# Environment configuration
11+
Properly configuring a development, test or production environment is
12+
important for the successful execution of your Python application.
13+
14+

content/pages/02-development-environments/11-local-development.markdown

Lines changed: 0 additions & 13 deletions
This file was deleted.

content/pages/12-meta/03-about-author.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ meta: Learn more about the author of Full Stack Python, Matt Makai.
1111
This website was coded and written by
1212
[Matt Makai](http://www.mattmakai.com/), currently a
1313
[Developer Evangelist](https://www.twilio.com/blog/2014/02/introducing-developer-evangelist-matt-makai.html)
14-
at [Twilio](https://www.twilio.com/) in San Francisco, California.
14+
at [Twilio](https://www.twilio.com/) in Washington, D.C.
1515

1616
Other projects by Matt include
1717
[The Full Stack Python Guide to Deployments](http://www.deploypython.com/),
File renamed without changes.

theme/templates/table-of-contents.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,24 @@ <h4 class="toc-subsection">7.2 <a href="/template-engines.html">Template Engines
140140
<div class="toc"><a href="/mako.html">Mako</a></div>
141141
<div class="toc"><a href="/django-templates.html">Django Templates</a></div>
142142

143-
<h4 class="toc-subsection">7.3 <a href="/web-design.html">Web Design</a></h4>
143+
<h4 class="toc-subsection">7.3 <a href="/web-design.html">Web design</a></h4>
144144
<div class="toc"><a href="/cascading-style-sheets.html">CSS</a></div>
145-
<div class="toc soon">Bootstrap</div>
146-
<div class="toc soon">Foundation</div>
147145
<div class="toc soon">Responsive Design</div>
148146
<div class="toc soon">Minification</div>
149147

150-
<h4 class="toc-subsection">7.4 <a href="/javascript.html">JavaScript</a></h4>
148+
<h4 class="toc-subsection">7.4 <span class="soon">CSS Frameworks</span></h4>
149+
<div class="toc soon">Bootstrap</div>
150+
<div class="toc soon">Foundation</div>
151+
<div class="toc soon">Materialize</div>
152+
<div class="toc soon">Concise</div>
153+
154+
<h4 class="toc-subsection">7.5 <a href="/javascript.html">JavaScript</a></h4>
151155
<div class="toc soon">React</div>
156+
<div class="toc soon">Vue.js</div>
152157
<div class="toc soon">AngularJS</div>
153158
<div class="toc soon">Ember</div>
154159

155-
<h4 class="toc-subsection">7.5 <a href="/task-queues.html">Task queues</a></h4>
160+
<h4 class="toc-subsection">7.6 <a href="/task-queues.html">Task queues</a></h4>
156161
<div class="toc"><a href="/celery.html">Celery</a></div>
157162
<div class="toc"><a href="/redis-queue-rq.html">Redis Queue (RQ)</a></div>
158163
<div class="toc soon">Huey</div>

0 commit comments

Comments
 (0)