Skip to content

Commit 8a857a2

Browse files
committed
add more page statuses
1 parent 5e6a40e commit 8a857a2

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

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

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,30 +47,78 @@ category.
4747
| [Emacs](/emacs.html) | intermediate |
4848
| [Sublime Text](/sublime-text.html) | starter |
4949
| [Jupyter Notebook](/jupyter-notebook.html) | starter |
50+
| Shells | not yet |
51+
| Bash | not yet |
52+
| zsh | not yet |
53+
| PowerShell | not yet |
54+
| Environment configuration | not yet |
55+
| [Application dependencies](/application-dependencies.html) | intermediate |
56+
| Dependency isolation | not yet |
57+
| virtual environments (virtualenvs) | not yet |
58+
| Environment variables | not yet |
59+
| Localhost tunnels | not yet |
5060
| [Source Control](/source-control.html) | intermediate |
5161
| [Git](/git.html) | starter |
5262
| [Mercurial](/mercurial.html) | starter |
5363
| [Apache Subversion](/apache-subversion.html) | starter |
54-
| [Local development](/local-development.html) | starter |
64+
| [Hosted source control](/hosted-source-control-services.html) | starter |
65+
| [GitHub](/github.html) | starter |
66+
| [BitBucket](/bitbucket.html) | starter |
67+
| [GitLab](/gitlab.html) | starter |
5568

5669

5770
## Chapter 3: Core Python Language
71+
| Page | Status |
72+
|------------------------------------------------------------|--------------|
73+
| [Programming language](/python-programming-language.html) | starter |
74+
| Language concepts | not yet |
75+
5876

5977
## Chapter 4: Testing
78+
| Page | Status |
79+
|------------------------------------------------------------|--------------|
80+
6081

6182
## Chapter 5: Documentation
83+
| Page | Status |
84+
|------------------------------------------------------------|--------------|
85+
6286

6387
## Chapter 6: Security
88+
| Page | Status |
89+
|------------------------------------------------------------|--------------|
90+
6491

6592
## Chapter 7: Web Development
93+
| Page | Status |
94+
|------------------------------------------------------------|--------------|
95+
6696

6797
## Chapter 8: Web App Deployment
98+
| Page | Status |
99+
|------------------------------------------------------------|--------------|
100+
68101

69102
## Chapter 9: Data
103+
| Page | Status |
104+
|------------------------------------------------------------|--------------|
105+
70106

71107
## Chapter 10: Web APIs
108+
| Page | Status |
109+
|------------------------------------------------------------|--------------|
110+
72111

73112
## Chapter 11: DevOps
113+
| Page | Status |
114+
|------------------------------------------------------------|--------------|
74115

75-
## Chapter 12: Meta
76116

117+
## Chapter 12: Meta
118+
| Page | Status |
119+
|------------------------------------------------------------|--------------|
120+
| [Change log](change-log.html) | intermediate |
121+
| [What "full stack" means](/what-full-stack-means.html) | intermediate |
122+
| [About the author](/about-author.html) | complete |
123+
| [Page statuses](/page-statuses.html) | intermediate |
124+
| [Future directions](/future-directions.html) | intermediate |

theme/templates/table-of-contents.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ <h4 class="toc-subsection">2.5 <a href="/hosted-source-control-services.html">Ho
7272
<div class="toc"><a href="/gitlab.html">GitLab</a></div>
7373

7474

75+
7576
<h3>3. <a href="/python-programming-language.html">Programming Language</a></h3>
7677
<h4 class="toc-subsection">3.1 <span class="soon">Language Concepts</span></h4>
7778
<div class="toc"><a href="/generators.html">Generators</a></div>

0 commit comments

Comments
 (0)