diff --git a/.gitignore b/.gitignore index 2eadf3d..c8c19f4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ # HTML files recursive: +docs/site_libs + # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/docs/_quarto.yml b/docs/_quarto.yml index eaaf713..794d28f 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -119,7 +119,6 @@ website: contents: - section: href: notes/python-lang/container-datatypes/lists.qmd - title: "Lists" - section: href: notes/python-lang/container-datatypes/dictionaries.qmd