Skip to content

Commit ec2f355

Browse files
committed
Removed empty TOC entries
1 parent b27584a commit ec2f355

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
- <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>
4141
- <a href="#writing-functions" id="toc-writing-functions"><span class="toc-section-number">3.7</span> Writing Functions</a>
4242
- <a href="#carpentries-version-conditionals" id="toc-carpentries-version-conditionals"><span class="toc-section-number">3.8</span> (Carpentries version) Conditionals</a>
43-
- <a href="#optional-variable-scope" id="toc-optional-variable-scope"><span class="toc-section-number">3.9</span> (Optional) Variable Scope</a>
44-
- <a href="#optional-programming-style" id="toc-optional-programming-style"><span class="toc-section-number">3.10</span> (Optional) Programming Style</a>
4543
- <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>
4644
- <a href="#orientation-1" id="toc-orientation-1"><span class="toc-section-number">4.1</span> Orientation</a>
4745
- <a href="#plotting-with-matplotlib" id="toc-plotting-with-matplotlib"><span class="toc-section-number">4.2</span> Plotting with Matplotlib</a>
@@ -2621,10 +2619,6 @@ for i in range(5):
26212619
- Use () to group subsets of conditions
26222620
- Aside: For a more natural way of working with many lists, look at `zip()`
26232621
2624-
## (Optional) Variable Scope
2625-
2626-
## (Optional) Programming Style
2627-
26282622
# Visualization with Matplotlib and Seaborn (Week 4)
26292623
26302624
## Orientation

README.org

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2205,8 +2205,8 @@ for i in range(5):
22052205
- Use () to group subsets of conditions
22062206
- Aside: For a more natural way of working with many lists, look at ~zip()~
22072207

2208-
** (Optional) Variable Scope
2209-
** (Optional) Programming Style
2208+
** COMMENT (Optional) Variable Scope
2209+
** COMMENT (Optional) Programming Style
22102210

22112211
* Visualization with Matplotlib and Seaborn (Week 4)
22122212
** Orientation
@@ -2662,7 +2662,6 @@ for filename in glob.glob('data/gapminder_gdp*.csv'):
26622662
plt.legend()
26632663
plt.show()
26642664
#+END_SRC
2665-
26662665
* Special Topics
26672666
** Working with unstructured files
26682667
*** Open the file with a context handler

0 commit comments

Comments
 (0)