|
1 |
| -# [Python in Visual Studio](python-in-visual-studio.md) |
2 |
| -## [Installation](installation.md) |
3 |
| -### [Python Environments](python-environments.md) |
4 |
| -### [Managing Python on Azure App Service](managing-python-on-azure-app-service.md) |
5 |
| -### [Azure SDK for Python](azure-sdk-for-python.md) |
6 |
| -## [Getting Started with Python](getting-started.md) |
7 |
| -### [Publishing to Azure](publishing-to-azure.md) |
8 |
| -### [Creating a C++ Extension for Python](cpp-and-python.md) |
| 1 | +# [Overview](python-in-visual-studio.md) |
| 2 | +# [Installation](installation.md) |
| 3 | +# Quickstarts |
| 4 | +## [Create a project from existing code](quickstart-01-project-from-existing.md) |
| 5 | +## [Create a project from a template](quickstart-02-project-from-template.md) |
| 6 | +## [Create a project from a repository](quickstart-03-project-from-repository.md) |
| 7 | +## [Create a project from a Cookiecutter template](quickstart-04-project-from-cookiecutter.md) |
| 8 | +# Tutorials |
| 9 | +## [0 - Install Python support](vs-tutorial-01-00.md) |
| 10 | +## [1 - Create a new Python project](vs-tutorial-01-01.md) |
| 11 | +## [2 - Writing and running code](vs-tutorial-01-02.md) |
| 12 | +## [3 - Using the interactive REPL window](vs-tutorial-01-03.md) |
| 13 | +## [4 - Running code in the debugger](vs-tutorial-01-04.md) |
| 14 | +## [5 - Installing packages and managing Python environments](vs-tutorial-01-05.md) |
| 15 | +## [6 - Working with Git](vs-tutorial-01-06.md) |
| 16 | +# Concepts |
| 17 | +## [Python Environments](python-environments.md) |
9 | 18 | ## [Python Projects](python-projects.md)
|
10 | 19 | ### [Web Project Templates](template-web.md)
|
11 | 20 | ### [Django Web Project Template](template-django.md)
|
12 | 21 | ### [Azure Cloud Service Template](template-azure-cloud-service.md)
|
| 22 | +## [Managing Python on Azure App Service](managing-python-on-azure-app-service.md) |
| 23 | +## [Azure SDK for Python](azure-sdk-for-python.md) |
| 24 | +# How To |
13 | 25 | ## [Editing Code](code-editing.md)
|
14 | 26 | ### [Formatting Code](code-formatting.md)
|
15 | 27 | ### [Refactoring Code](code-refactoring.md)
|
16 | 28 | ### [Using PyLint](code-pylint.md)
|
17 | 29 | ## [Interactive Python (REPL)](interactive-repl.md)
|
18 | 30 | ### [Using IPython REPL](interactive-repl-ipython.md)
|
19 | 31 | ## [Debugging](debugging.md)
|
| 32 | +### [Cross-platform Remote Debugging](debugging-cross-platform-remote.md) |
| 33 | +## [Publishing to Azure App Service](publishing-to-azure.md) |
20 | 34 | ### [Azure Remote Debugging](debugging-azure-remote.md)
|
21 | 35 | ### [Troubleshooting Azure Remote Debugging](debugging-azure-remote-troubleshooting.md)
|
22 |
| -### [Cross-platform Remote Debugging](debugging-cross-platform-remote.md) |
| 36 | +## Interacting with C++ |
| 37 | +### [Creating a C++ Extension for Python](cpp-and-python.md) |
23 | 38 | ### [Python/C++ Mixed-Mode Debugging](debugging-mixed-mode.md)
|
24 | 39 | ### [Symbols for Mixed-Mode Debugging](debugging-symbols-for-mixed-mode.md)
|
25 |
| -## [Options](options.md) |
26 | 40 | ## [Profiling](profiling.md)
|
27 | 41 | ## [Unit Testing](unit-testing.md)
|
28 |
| -## [Using the Cookiecutter Extension](cookiecutter.md) |
| 42 | +## [Using the Cookiecutter Extension](cookiecutter.md) |
| 43 | +## [Installation for Visual Studio 2015 and earlier](installation.md) |
| 44 | +# Reference |
| 45 | +## [Options](options.md) |
0 commit comments