Skip to content

Commit

Permalink
Suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
condekind committed Aug 12, 2024
1 parent e585d01 commit 77296dc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/aggregate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 15. In (the) aggregate
# 14. In (the) aggregate

Enough transorming columns! Let's aggregate them instead.

Expand Down
6 changes: 5 additions & 1 deletion docs/life_pt1.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@

# 13.1 Well...
# Extra.1 Well...

> "No." - _Doom Slayer_
<hr>

> ⚠️ __Note:__ This section is completely optional, and is provided for a bit of nerdy fun. It is by no means essential, feel free to skip it if it doesn't interest you!
Well, someone can, probably. But doom in a dataframe would be kinda hard to play, so let's try something simpler.
[Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) is a notorious Cellular Automaton that we could perhaps implement with a plugin.
For science, of course.
Expand Down
2 changes: 1 addition & 1 deletion docs/life_pt2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# 13.2 Plugin user
# Extra.2 Plugin user

In the last section we saw what the plugin developers made available for a plugin user.
Now we put the user's hat and demonstrate that _usage_.
Expand Down
2 changes: 1 addition & 1 deletion docs/publishing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 14. Publishing your plugin to PyPI and becoming famous
# 13. Publishing your plugin to PyPI and becoming famous

Here are the steps you should follow:

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ nav:
- struct.md
- lost_in_space.md
- vec_of_option.md
- 13. Can we run Doom?:
- life_pt1.md
- life_pt2.md
- publishing.md
- aggregate.md
- "Extra: Can we run Doom?":
- life_pt1.md
- life_pt2.md
- where_to_go.md

plugins:
Expand Down

0 comments on commit 77296dc

Please sign in to comment.