From 81351415112e7c642d1e29c53243c435b124eace Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Jan 2018 10:06:37 -0500 Subject: [PATCH] sidebar Signed-off-by: Kenneth Reitz --- source/_templates/hacks.html | 45 +++++++++++++++++++++++++++++ source/_templates/sidebarintro.html | 39 +++++++++++++++++++++++++ source/_templates/sidebarlogo.html | 39 +++++++++++++++++++++++++ source/editor.rst | 2 +- 4 files changed, 124 insertions(+), 1 deletion(-) create mode 100644 source/_templates/hacks.html create mode 100644 source/_templates/sidebarintro.html create mode 100644 source/_templates/sidebarlogo.html diff --git a/source/_templates/hacks.html b/source/_templates/hacks.html new file mode 100644 index 0000000..51b816e --- /dev/null +++ b/source/_templates/hacks.html @@ -0,0 +1,45 @@ + + + + + + + + + \ No newline at end of file diff --git a/source/_templates/sidebarintro.html b/source/_templates/sidebarintro.html new file mode 100644 index 0000000..92c6769 --- /dev/null +++ b/source/_templates/sidebarintro.html @@ -0,0 +1,39 @@ + + +

+ This short guide exists to provide help with getting started with Python, and its tooling. +

+ + + +

Stay Informed

+

Receive updates on new releases and upcoming projects.

+ +

+ +

+ +

Join Mailing List.

+

Say Thanks!

+ +
+ +

Other Projects

+ +

More Kenneth Reitz projects:

+ + diff --git a/source/_templates/sidebarlogo.html b/source/_templates/sidebarlogo.html new file mode 100644 index 0000000..92c6769 --- /dev/null +++ b/source/_templates/sidebarlogo.html @@ -0,0 +1,39 @@ + + +

+ This short guide exists to provide help with getting started with Python, and its tooling. +

+ + + +

Stay Informed

+

Receive updates on new releases and upcoming projects.

+ +

+ +

+ +

Join Mailing List.

+

Say Thanks!

+ +
+ +

Other Projects

+ +

More Kenneth Reitz projects:

+ + diff --git a/source/editor.rst b/source/editor.rst index bdebd05..0f78621 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -92,7 +92,7 @@ Microsoft VS Code guides you through setting up the Python package, built by Mic Microsoft VS Code Extensions Recommendations ++++++++++++++++++++++++++++++++++++++++++++ -- Python extension for Visual Studio Code +- Python Extension for Visual Studio Code by Microsoft Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter), PySpark and more. - vscode-flake8