Skip to content

Commit 3c3e9c7

Browse files
committed
Cleanup and example ordering
1 parent 79541a8 commit 3c3e9c7

File tree

391 files changed

+508
-2891
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+508
-2891
lines changed

.scripts/gen_markdown_chapters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def to_title(name: str) -> str:
5656

5757
return " ".join(words)
5858

59-
6059
def to_camel_case(name: str) -> str:
6160
"""Return *name* converted to CamelCase without leading digits."""
6261
# Strip leading numeric prefixes like ``01_``

docs/02_variables.md

Lines changed: 1 addition & 1 deletion

docs/07_functions.md

Lines changed: 4 additions & 4 deletions

docs/16_data_types.md

Lines changed: 5 additions & 5 deletions

docs/24_generators.md

Lines changed: 1 addition & 1 deletion

docs/28_optimization.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.

0 commit comments

Comments
 (0)