Skip to content

Commit

Permalink
fix: cleanup lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Oct 16, 2024
1 parent 59bc51b commit d14170f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 315 deletions.

This file was deleted.

16 changes: 12 additions & 4 deletions clean-modular-code/intro-clean-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,25 @@ jupyter:
Intro <self>
Python Code Style <python-pep-8>
Don't Repeat Yourself <python-dry-modular-code>
Functions <python-functions>
Function checks <python-function-checks>
Expressive Code <python-expressive-code>
:::

:::{toctree}
:hidden:
:caption: Checks & Tests
:caption: Functions, Checks & Tests
:maxdepth: 2

Functions <checks-conditionals/python-functions>
Functions <checks-conditionals/write-python-functions>
Function checks <checks-conditionals/python-function-checks>
Function Tests & Checks <checks-conditionals/tests-checks>
:::

:::{toctree}
:hidden:
:caption: Conditional statements
:maxdepth: 2

Multi-variable functions <checks-conditionals/python-functions-multiple-conditions>
Conditional statements <checks-conditionals/python-conditionals>
Tests & Checks <checks-conditionals/python-function-checks>
:::
Expand Down

0 comments on commit d14170f

Please sign in to comment.