Skip to content

Commit 8478d1a

Browse files
committed
update changelog and table of contents
1 parent 025645a commit 8478d1a

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

content/pages/12-meta/01-change-log.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ on GitHub.
2222
link rot, expired domains and redirects. Thanks
2323
[Samuel](https://github.com/huangsam)!
2424
* Add [Ansible](/ansible.html), [Matplotlib](/matplotlib.html) and
25-
[PowerShell](/powershell.html) stub pages with a few links, to be fleshed
26-
out later.
25+
[PowerShell](/powershell.html),
26+
[terminal multiplexers](/terminal-multiplexers.html) stub pages with
27+
a few links, to be fleshed out later.
2728
* New [Redis](/redis.html) and [Ubuntu](/ubuntu.html) resources.
2829
* Happy New Year! This is the 6th year of Full Stack Python, coming after a
2930
wonderful [first five years](/blog/five-years-full-stack-python.html).

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

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ category.
5151
| [Bourne-again shell (Bash)](/bourne-again-shell-bash.html) | starter |
5252
| [Zsh](/zsh-shell.html) | starter |
5353
| [PowerShell](/powershell.html) | starter |
54-
| Terminal multiplexers | not yet |
54+
| [Terminal multiplexers](/terminal-multiplexers.html) | starter |
5555
| tmux | not yet |
5656
| screen | not yet |
5757
| pymux | not yet |
@@ -77,11 +77,39 @@ category.
7777
| [Programming language](/python-programming-language.html) | starter |
7878
| Language concepts | not yet |
7979
| [Generators](/generators.html) | intermediate |
80+
| [Comprehensions](/comprehensions.html) | intermediate |
81+
| Decorators | not yet |
82+
| Runtimes | not yet |
83+
| CPython | not yet |
84+
| PyPy | not yet |
85+
| MicroPython | not yet |
86+
| IronPython | not yet |
87+
| Jython | not yet |
8088

8189

8290
## Chapter 4: Testing
8391
| Page | Status |
8492
|------------------------------------------------------------|--------------|
93+
| [Testing](/testing.html) | starter |
94+
| Testing approaches | not yet |
95+
| [Unit testing](/unit-testing.html) | starter |
96+
| [Integration testing](/integration-testing.html) | starter |
97+
| Database testing | not yet |
98+
| Load testing | not yet |
99+
| Test-driven development | not yet |
100+
| Testing concepts | not yet |
101+
| [Code metrics](/code-metrics.html) | starter |
102+
| Code coverage | not yet |
103+
| Mocking | not yet |
104+
| [Debugging](/debugging.html) | starter |
105+
| pdb | not yet |
106+
| ipdb | not yet |
107+
| pudb | not yet |
108+
| wdb | not yet |
109+
| [Logging](/logging.html) | intermediate |
110+
| stdlib logging | not yet |
111+
| DTrace | not yet |
112+
| logbook | not yet |
85113

86114

87115
## Chapter 5: Documentation

theme/templates/table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h4>2.2 <a href="/shells.html">Shells</a></h4>
3838
<div class="tc"><a href="/bourne-again-shell-bash.html">Bourne-again shell (Bash)</a></div>
3939
<div class="tc"><a href="/zsh-shell.html">Zsh</a></div>
4040
<div class="tc"><a href="/powershell.html">PowerShell</a></div>
41-
<h4>2.3 <span class="sn">Terminal multiplexers</a></h4>
41+
<h4>2.3 <a href="/terminal-multiplexers.html">Terminal multiplexers</a></h4>
4242
<div class="tc sn">tmux</div>
4343
<div class="tc sn">screen</div>
4444
<div class="tc sn">pymux</div>

0 commit comments

Comments
 (0)