Browse Source

Removed TOC from readme

pull/28/head
Jure Šorn 5 years ago
parent
commit
6947a33873
2 changed files with 1 additions and 12 deletions
  1. 11
      README.md
  2. 2
      web/script.js

11
README.md

@ -7,17 +7,6 @@ or [Fork me on GitHub](https://github.com/gto76/python-cheatsheet).
![Monty Python](web/image_888.jpeg)
Contents
--------
1. **Collections: [List](#list), [Dict](#dictionary), [Set](#set), [Range](#range), [Enumerate](#enumerate), [Namedtuple](#named-tuple), [Iterator](#iterator), [Generator](#generator)**
2. **Types: [Type](#type), [String](#string), [Regex](#regex), [Format](#format), [Numbers](#numbers), [Combinatorics](#combinatorics), [Datetime](#datetime)ᴺᴱᵂ**
3. **Syntax: [Arguments](#arguments), [Splat](#splat-operator), [Inline](#inline), [Closure](#closure), [Decorator](#decorator), [Class](#class), [Enum](#enum), [Exceptions](#exceptions)**
4. **System: [Print](#print), [Input](#input), [Command_Line_Arguments](#command-line-arguments), [Open](#open), [Path](#path)ᴺᴱᵂ, [Command_Execution](#command-execution)**
5. **Data: [CSV](#csv), [JSON](#json), [Pickle](#pickle), [SQLite](#sqlite), [Bytes](#bytes), [Struct](#struct), [Array](#array), [MemoryView](#memory-view), [Deque](#deque)**
6. **Advanced: [Threading](#threading), [Introspection](#introspection), [Metaprograming](#metaprograming), [Operator](#operator), [Eval](#eval), [Coroutine](#coroutine)**
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)**
Main
----
```python

2
web/script.js

@ -12,7 +12,7 @@ function parseMd() {
aDiv.after(nodes);
insertLinks()
d3.selectAll("code").each(function() { hljs.highlightBlock(this); });
removeOrigToc()
// removeOrigToc()
addToc()
});
}

Loading…
Cancel
Save