Skip to content

Commit

Permalink
Investigate meta titles; #7
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Jul 10, 2024
1 parent 10cdb8d commit e94e3cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ website:
contents:
- section:
href: notes/python-lang/container-datatypes/lists.qmd
title: "Lists"
- section:
href: notes/python-lang/container-datatypes/dictionaries.qmd

Expand Down
5 changes: 4 additions & 1 deletion docs/notes/data-processing/index.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Data Processing in Python
---
title: "Data Processing in Python"
---


Let's work with lists in much more detail, as we study list-based data processing techniques:

Expand Down
2 changes: 1 addition & 1 deletion docs/notes/python-lang/container-datatypes/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Let's study container datatypes in more detail, focusing on the list and dictionary:

+ [Lists](./lists.qmd)
+ [Dictionaries](./dictionaries.qmd.qmd)
+ [Dictionaries](./dictionaries.qmd)

0 comments on commit e94e3cb

Please sign in to comment.