From e24b45b2947f1bf7d282ba7f98b3b1ef3399fabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 25 Dec 2019 06:04:28 +0100 Subject: [PATCH] Removed PDF button --- README.md | 2 +- index.html | 5 ++--- parse.js | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8b504a5..1818a61 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Comprehensive Python Cheatsheet =============================== -[Download text file](https://raw.githubusercontent.com/gto76/python-cheatsheet/master/README.md), [Fork me on GitHub](https://github.com/gto76/python-cheatsheet) or [Check out FAQ](https://github.com/gto76/python-cheatsheet/wiki/Frequently-Asked-Questions). +[Download text file](https://raw.githubusercontent.com/gto76/python-cheatsheet/master/README.md), [PDF](https://transactions.sendowl.com/products/78175486/4422834F/view), [Fork me on GitHub](https://github.com/gto76/python-cheatsheet) or [Check out FAQ](https://github.com/gto76/python-cheatsheet/wiki/Frequently-Asked-Questions). ![Monty Python](web/image_888.jpeg) diff --git a/index.html b/index.html index 535781c..2b0c9e4 100644 --- a/index.html +++ b/index.html @@ -208,8 +208,8 @@ pre.prettyprint { -

Comprehensive Python Cheatsheet

Monty Python


#Contents

ToC = {
+   

Comprehensive Python Cheatsheet


#Contents

ToC = {
     '1. Collections': [List, Dictionary, Set, Tuple, Range, Enumerate, Iterator, Generator],
     '2. Types':       [Type, String, Regular_Exp, Format, Numbers, Combinatorics, Datetime],
     '3. Syntax':      [Args, Inline, Closure, Decorator, Class, Duck_Types, Enum, Exceptions],
@@ -226,7 +226,6 @@ pre.prettyprint {
 
 
 
-
 

#Main

if __name__ == '__main__':     # Runs main() if file wasn't imported.
     main()
 
diff --git a/parse.js b/parse.js index 0f64312..a998f4b 100755 --- a/parse.js +++ b/parse.js @@ -95,7 +95,7 @@ function getMd() { } function modifyPage() { - addPdfButton() + // addPdfButton() removeOrigToc(); addToc(); insertLinks();