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. +
+ + + +Receive updates on new releases and upcoming projects.
+ + + + + + + + +More Kenneth Reitz projects:
+
+
+
+
+
+ This short guide exists to provide help with getting started with Python, and its tooling. +
+ + + +Receive updates on new releases and upcoming 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