Skip to content

Commit 6947a33

Browse files
committed
Removed TOC from readme
1 parent 01950ac commit 6947a33

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ or [Fork me on GitHub](https://github.com/gto76/python-cheatsheet).
77
![Monty Python](web/image_888.jpeg)
88

99

10-
Contents
11-
--------
12-
1. **Collections: [List](#list), [Dict](#dictionary), [Set](#set), [Range](#range), [Enumerate](#enumerate), [Namedtuple](#named-tuple), [Iterator](#iterator), [Generator](#generator)**
13-
2. **Types: [Type](#type), [String](#string), [Regex](#regex), [Format](#format), [Numbers](#numbers), [Combinatorics](#combinatorics), [Datetime](#datetime)ᴺᴱᵂ**
14-
3. **Syntax: [Arguments](#arguments), [Splat](#splat-operator), [Inline](#inline), [Closure](#closure), [Decorator](#decorator), [Class](#class), [Enum](#enum), [Exceptions](#exceptions)**
15-
4. **System: [Print](#print), [Input](#input), [Command_Line_Arguments](#command-line-arguments), [Open](#open), [Path](#path)ᴺᴱᵂ, [Command_Execution](#command-execution)**
16-
5. **Data: [CSV](#csv), [JSON](#json), [Pickle](#pickle), [SQLite](#sqlite), [Bytes](#bytes), [Struct](#struct), [Array](#array), [MemoryView](#memory-view), [Deque](#deque)**
17-
6. **Advanced: [Threading](#threading), [Introspection](#introspection), [Metaprograming](#metaprograming), [Operator](#operator), [Eval](#eval), [Coroutine](#coroutine)**
18-
7. **Libraries: [Progress_Bar](#progress-bar), [Plot](#plot), [Table](#table), [Curses](#curses), [Logging](#logging)ᴺᴱᵂ, [Scraping](#scraping), [Web](#web), [Profile](#profile), [NumPy](#numpy), [Image](#image), [Audio](#audio)**
19-
20-
2110
Main
2211
----
2312
```python

web/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function parseMd() {
1212
aDiv.after(nodes);
1313
insertLinks()
1414
d3.selectAll("code").each(function() { hljs.highlightBlock(this); });
15-
removeOrigToc()
15+
// removeOrigToc()
1616
addToc()
1717
});
1818
}

0 commit comments

Comments
 (0)