Skip to content

Commit 3fcb1a6

Browse files
committed
Generate markdown
1 parent d97cc67 commit 3fcb1a6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@
309309
(optional)](#compound-relations-using-and-or-and-parentheses-optional)
310310
- [(Optional) Variable Scope](#optional-variable-scope)
311311
- [(Optional) Programming Style](#optional-programming-style)
312-
- [**WEEK 4: (future update) Visualization with Matplotlib and
313-
Seaborn**](#week-4-future-update-visualization-with-matplotlib-and-seaborn)
314312
- [**Special Topics**](#special-topics)
315313
- [Working with unstructured files](#working-with-unstructured-files)
316314
- [Open the file with a context
@@ -327,6 +325,7 @@
327325
time](#read-a-file-one-line-at-a-time)
328326
- [Use a SQLite database](#use-a-sqlite-database)
329327
- [Other optional topics](#other-optional-topics)
328+
- [**Endnotes**](#endnotes)
330329
- [Credits](#credits)
331330
- [References](#references)
332331
- [Data Sources](#data-sources)
@@ -2870,8 +2869,6 @@ for i in range(5):
28702869
28712870
# (Optional) Programming Style
28722871
2873-
# **WEEK 4: (future update) Visualization with Matplotlib and Seaborn**
2874-
28752872
# **Special Topics**
28762873
28772874
# Working with unstructured files
@@ -3117,6 +3114,8 @@ with conn:
31173114
- Defensive programming
31183115
- Debugging and Testing
31193116
3117+
# **Endnotes**
3118+
31203119
# Credits
31213120
31223121
- Plotting and Programming in Python (Pandas-oriented):

0 commit comments

Comments
 (0)