Skip to content

Commit cadd0d8

Browse files
committed
update page statuses and changelog
1 parent 7d1decc commit cadd0d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on GitHub.
2323
[Samuel](https://github.com/huangsam)!
2424
* Add [Ansible](/ansible.html), [Matplotlib](/matplotlib.html),
2525
[PowerShell](/powershell.html), [tmux](/tmux.html), [Screen](/screen.html),
26-
[Pymux](/pymux.html) and
26+
[Pymux](/pymux.html), [PyCharm](/pycharm.html) and
2727
[terminal multiplexers](/terminal-multiplexers.html) starter pages with
2828
a few links, to be fleshed out later.
2929
* New [Redis](/redis.html) and [Ubuntu](/ubuntu.html) resources.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ category.
4646
| [Vim](/vim.html) | complete |
4747
| [Emacs](/emacs.html) | intermediate |
4848
| [Sublime Text](/sublime-text.html) | starter |
49-
| PyCharm | not yet |
49+
| [PyCharm](/pycharm.html) | starter |
5050
| [Jupyter Notebook](/jupyter-notebook.html) | starter |
5151
| [Shells](/shells.html) | starter |
5252
| [Bourne-again shell (Bash)](/bourne-again-shell-bash.html) | starter |

theme/templates/table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h4>2.1 <a href="/text-editors-ides.html">Text Editors and IDEs</a></h4>
3333
<div class="tc"><a href="/vim.html">Vim</a></div>
3434
<div class="tc"><a href="/emacs.html">Emacs</a></div>
3535
<div class="tc"><a href="/sublime-text.html">Sublime Text</a></div>
36-
<div class="tc sn">PyCharm</div>
36+
<div class="tc"><a href="/pycharm.html">PyCharm</a></div>
3737
<div class="tc"><a href="/jupyter-notebook.html">Jupyter Notebook</a></div>
3838
<h4>2.2 <a href="/shells.html">Shells</a></h4>
3939
<div class="tc"><a href="/bourne-again-shell-bash.html">Bourne-again shell (Bash)</a></div>

0 commit comments

Comments
 (0)