Skip to content

Commit

Permalink
Removed empty TOC entries
Browse files Browse the repository at this point in the history
  • Loading branch information
devnich committed Oct 27, 2023
1 parent b27584a commit ec2f355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
- <a href="#optional-text-processing-and-data-cleanup" id="toc-optional-text-processing-and-data-cleanup"><span class="toc-section-number">3.6</span> (Optional) Text processing and data cleanup</a>
- <a href="#writing-functions" id="toc-writing-functions"><span class="toc-section-number">3.7</span> Writing Functions</a>
- <a href="#carpentries-version-conditionals" id="toc-carpentries-version-conditionals"><span class="toc-section-number">3.8</span> (Carpentries version) Conditionals</a>
- <a href="#optional-variable-scope" id="toc-optional-variable-scope"><span class="toc-section-number">3.9</span> (Optional) Variable Scope</a>
- <a href="#optional-programming-style" id="toc-optional-programming-style"><span class="toc-section-number">3.10</span> (Optional) Programming Style</a>
- <a href="#visualization-with-matplotlib-and-seaborn-week-4" id="toc-visualization-with-matplotlib-and-seaborn-week-4"><span class="toc-section-number">4</span> Visualization with Matplotlib and Seaborn (Week 4)</a>
- <a href="#orientation-1" id="toc-orientation-1"><span class="toc-section-number">4.1</span> Orientation</a>
- <a href="#plotting-with-matplotlib" id="toc-plotting-with-matplotlib"><span class="toc-section-number">4.2</span> Plotting with Matplotlib</a>
Expand Down Expand Up @@ -2621,10 +2619,6 @@ for i in range(5):
- Use () to group subsets of conditions
- Aside: For a more natural way of working with many lists, look at `zip()`
## (Optional) Variable Scope
## (Optional) Programming Style
# Visualization with Matplotlib and Seaborn (Week 4)
## Orientation
Expand Down
5 changes: 2 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -2205,8 +2205,8 @@ for i in range(5):
- Use () to group subsets of conditions
- Aside: For a more natural way of working with many lists, look at ~zip()~

** (Optional) Variable Scope
** (Optional) Programming Style
** COMMENT (Optional) Variable Scope
** COMMENT (Optional) Programming Style

* Visualization with Matplotlib and Seaborn (Week 4)
** Orientation
Expand Down Expand Up @@ -2662,7 +2662,6 @@ for filename in glob.glob('data/gapminder_gdp*.csv'):
plt.legend()
plt.show()
#+END_SRC

* Special Topics
** Working with unstructured files
*** Open the file with a context handler
Expand Down

0 comments on commit ec2f355

Please sign in to comment.