Skip to content

Commit 9fa3e77

Browse files
committed
work on page status
1 parent 9258c60 commit 9fa3e77

File tree

6 files changed

+100
-97
lines changed

6 files changed

+100
-97
lines changed

content/pages/03-data/18-numpy.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: numpy
44
sortorder: 0318
55
toc: False
66
sidebartitle: NumPy
7-
meta: NumPy
7+
meta: NumPy is a code library that adds scientific computing capabilities to the Python programming language.
88

99

1010
# NumPy
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
title: SciPy
2+
category: page
3+
slug: scipy
4+
sortorder: 0319
5+
toc: False
6+
sidebartitle: SciPy
7+
meta: SciPy
8+
9+
10+
# SciPy
11+

content/pages/meta/05-page-statuses.markdown

Lines changed: 53 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -8,67 +8,70 @@ meta: Many pages on Full Stack Python are a work-in-progress. This page aggregat
88

99

1010
# Page Statuses
11-
Many pages on Full Stack Python are a work-in-progress. This page aggregates
12-
the status of each page on the site.
11+
There are 207 pages on Full Stack Python, not including blog posts, the
12+
table of contents, and the meta pages (like this one). Many pages are a
13+
work-in-progress. This page aggregates the status of each page on the site.
1314

1415
Each page can be in one of four levels of maturity:
1516

1617
1. Not yet created
1718
2. Starter
1819
3. Intermediate
19-
4. Complete
20+
4. Maintain
2021

2122
Pages are never technically "complete" because there will always be
22-
the possibility of new sections and maintenance to the resources, but the
23-
aspiration is for all pages to be fully-fleshed out and in the "Complete"
24-
category.
23+
the possibility of new sections and link maintenance. However, the
24+
aspiration is for all pages to be fully-fleshed out and in the "Maintain"
25+
category where they do not require additional information beyond being
26+
kept up to date with accurate descriptions and resources.
2527

2628

2729
## Chapter 1: Introduction
28-
| Page | Status |
29-
|--------------------------------------------------------|--------------|
30-
| [Introduction](/introduction.html) | complete |
31-
| [Learning Programming](/learning-programming.html) | starter |
32-
| [Why Use Python?](/why-use-python.html) | intermediate |
33-
| [Enterprise Python](/enterprise-python.html) | intermediate |
34-
| [Python Community](/python-community.html) | starter |
35-
| [Companies Using Python](/companies-using-python.html) | starter |
36-
| [Best Python Resources](/best-python-resources.html) | complete |
37-
| [Must-watch Python Videos](/best-python-videos.html) | intermediate |
38-
| [Podcasts](/best-python-podcasts.html) | starter |
30+
| Page | Status |
31+
|----------------------------------------------------------|--------------|
32+
| [Introduction](/introduction.html) | maintain |
33+
| [Learning Programming](/learning-programming.html) | starter |
34+
| [The Python Language](/python-programming-language.html) | intermediate |
35+
| [Why Use Python?](/why-use-python.html) | intermediate |
36+
| [Enterprise Python](/enterprise-python.html) | intermediate |
37+
| [Python Community](/python-community.html) | starter |
38+
| [Companies Using Python](/companies-using-python.html) | starter |
39+
| [Best Python Resources](/best-python-resources.html) | maintain |
40+
| [Must-watch Python Videos](/best-python-videos.html) | intermediate |
41+
| [Podcasts](/best-python-podcasts.html) | starter |
3942

4043

4144
## Chapter 2: Development Environments
42-
| Page | Status |
43-
|------------------------------------------------------------|--------------|
44-
| [Development environments](/development-environments.html) | intermediate |
45-
| [Text Editors and IDEs](/text-editors-ides.html) | starter |
46-
| [Vim](/vim.html) | complete |
47-
| [Emacs](/emacs.html) | intermediate |
48-
| [Sublime Text](/sublime-text.html) | starter |
49-
| [PyCharm](/pycharm.html) | starter |
50-
| [Jupyter Notebook](/jupyter-notebook.html) | starter |
51-
| [Shells](/shells.html) | starter |
52-
| [Bourne-again shell (Bash)](/bourne-again-shell-bash.html) | starter |
53-
| [Zsh](/zsh-shell.html) | starter |
54-
| [PowerShell](/powershell.html) | starter |
55-
| [Terminal multiplexers](/terminal-multiplexers.html) | starter |
56-
| [tmux](/tmux.html) | starter |
57-
| [Screen](/screen.html) | starter |
58-
| [Pymux](/pymux.html) | starter |
59-
| Environment configuration | not yet |
60-
| [Application dependencies](/application-dependencies.html) | intermediate |
61-
| virtual environments (virtualenvs) | not yet |
62-
| Environment variables | not yet |
63-
| Localhost tunnels | not yet |
64-
| [Source Control](/source-control.html) | intermediate |
65-
| [Git](/git.html) | starter |
66-
| [Mercurial](/mercurial.html) | starter |
67-
| [Apache Subversion](/apache-subversion.html) | starter |
68-
| [Hosted source control](/hosted-source-control-services.html) | starter |
69-
| [GitHub](/github.html) | starter |
70-
| [BitBucket](/bitbucket.html) | starter |
71-
| [GitLab](/gitlab.html) | starter |
45+
| Page | Status |
46+
|--------------------------------------------------------------|--------------|
47+
| [Development environments](/development-environments.html) | intermediate |
48+
| [Text Editors and IDEs](/text-editors-ides.html) | starter |
49+
| [Vim](/vim.html) | maintain |
50+
| [Emacs](/emacs.html) | intermediate |
51+
| [Sublime Text](/sublime-text.html) | starter |
52+
| [PyCharm](/pycharm.html) | starter |
53+
| [Jupyter Notebook](/jupyter-notebook.html) | starter |
54+
| [Shells](/shells.html) | starter |
55+
| [Bourne-again shell (Bash)](/bourne-again-shell-bash.html) | starter |
56+
| [Zsh](/zsh-shell.html) | starter |
57+
| [PowerShell](/powershell.html) | starter |
58+
| [Terminal multiplexers](/terminal-multiplexers.html) | starter |
59+
| [tmux](/tmux.html) | starter |
60+
| [Screen](/screen.html) | starter |
61+
| [Pymux](/pymux.html) | starter |
62+
| [Environment configuration](/environment-configuration.html) | starter |
63+
| [Application dependencies](/application-dependencies.html) | intermediate |
64+
| [virtualenvs](/virtual-environments-virtualenvs-venvs.html) | starter |
65+
| [Environment variables](/environment-variables.html) | starter |
66+
| [Localhost tunnels](/localhost-tunnels.html) | starter |
67+
| [Source Control](/source-control.html) | intermediate |
68+
| [Git](/git.html) | starter |
69+
| [Mercurial](/mercurial.html) | starter |
70+
| [Apache Subversion](/apache-subversion.html) | starter |
71+
| [Hosted source control](/hosted-source-control-services.html) | starter |
72+
| [GitHub](/github.html) | starter |
73+
| [BitBucket](/bitbucket.html) | starter |
74+
| [GitLab](/gitlab.html) | starter |
7275

7376

7477
## Chapter 3: Core Python Language
@@ -112,46 +115,17 @@ category.
112115
| logbook | not yet |
113116

114117

115-
## Chapter 5: Documentation
116-
| Page | Status |
117-
|------------------------------------------------------------|--------------|
118-
119-
120-
## Chapter 6: Security
118+
## Chapter 4: Web Development
121119
| Page | Status |
122120
|------------------------------------------------------------|--------------|
123121

124122

125-
## Chapter 7: Web Development
123+
## Chapter 5: Web App Deployment
126124
| Page | Status |
127125
|------------------------------------------------------------|--------------|
128126

129127

130-
## Chapter 8: Web App Deployment
128+
## Chapter 6: DevOps
131129
| Page | Status |
132130
|------------------------------------------------------------|--------------|
133131

134-
135-
## Chapter 9: Data
136-
| Page | Status |
137-
|------------------------------------------------------------|--------------|
138-
139-
140-
## Chapter 10: Web APIs
141-
| Page | Status |
142-
|------------------------------------------------------------|--------------|
143-
144-
145-
## Chapter 11: DevOps
146-
| Page | Status |
147-
|------------------------------------------------------------|--------------|
148-
149-
150-
## Chapter 12: Meta
151-
| Page | Status |
152-
|------------------------------------------------------------|--------------|
153-
| [Change log](change-log.html) | intermediate |
154-
| [What "full stack" means](/what-full-stack-means.html) | intermediate |
155-
| [About the author](/about-author.html) | complete |
156-
| [Page statuses](/page-statuses.html) | intermediate |
157-
| [Future directions](/future-directions.html) | intermediate |

theme/templates/choices/numpy.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<h3>What else would you like to learn about Python and data?</h3>
22
<div class="row">
3-
<div class="c4">
4-
<div class="well select-next">
5-
{% include "choices/buttons/databases.html" %}
6-
</div>
7-
</div>
8-
<div class="c4">
9-
<div class="well select-next">
10-
{% include "choices/buttons/no-sql-datastore.html" %}
11-
</div>
12-
</div>
13-
<div class="c4">
14-
<div class="well select-next">
15-
{% include "choices/buttons/why-use-python.html" %}
16-
</div>
17-
</div>
3+
<div class="c4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/databases.html" %}
6+
</div>
7+
</div>
8+
<div class="c4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/no-sql-datastore.html" %}
11+
</div>
12+
</div>
13+
<div class="c4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/why-use-python.html" %}
16+
</div>
17+
</div>
1818
</div>

theme/templates/choices/scipy.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What else would you like to learn about Python and data?</h3>
2+
<div class="row">
3+
<div class="c4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/databases.html" %}
6+
</div>
7+
</div>
8+
<div class="c4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/no-sql-datastore.html" %}
11+
</div>
12+
</div>
13+
<div class="c4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/why-use-python.html" %}
16+
</div>
17+
</div>
18+
</div>

theme/templates/table-of-contents.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Table of Contents</h1>
1919
<div class="c4 toc">
2020
<h3>1. <a href="/">Introduction</a></h3>
2121
<h4>1.1 <a href="/learning-programming.html">Learning Programming</a></h4>
22-
<div class="tc"><a href="/python-programming-language.html">Programming Language</a></div>
22+
<div class="tc"><a href="/python-programming-language.html">The Python Language</a></div>
2323
<div class="tc"><a href="/why-use-python.html">Why Use Python?</a></div>
2424
<div class="tc"><a href="/python-2-or-3.html">Python 2 or 3?</a></div>
2525
<div class="tc"><a href="/enterprise-python.html">Enterprise Python</a></div>
@@ -77,7 +77,7 @@ <h4>3.3 <a href="/no-sql-datastore.html">NoSQL</a></h4>
7777
<h4>3.4 <a href="/data-analysis.html">Data analysis</a></h4>
7878
<div class="tc"><a href="/pandas.html">pandas</a></div>
7979
<div class="tc"><a href="/numpy.html">NumPy</a></div>
80-
<div class="tc sn">SciPy</div>
80+
<div class="tc"><a href="/scipy.html">SciPy</a></div>
8181
<h4>3.5 <span class="sn">Data visualization</span></h4>
8282
<div class="tc"><a href="/bokeh.html">Bokeh</a></div>
8383
<div class="tc"><a href="/d3-js.html">d3.js</a></div>

0 commit comments

Comments
 (0)