forked from MicrosoftDocs/visualstudio-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoc.yml
More file actions
158 lines (157 loc) · 6.57 KB
/
toc.yml
File metadata and controls
158 lines (157 loc) · 6.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
- name: Python in Visual Studio
href: index.yml
- name: Overview
items:
- name: Overview of Python support
href: overview-of-python-tools-for-visual-studio.md
- name: Tour the Visual Studio IDE
href: visual-studio-ide.md
- name: Data science and analytical applications workload
href: data-science-and-analytical-applications-workload.md
- name: Installation
# Auto-expanded node
items:
- name: Installation
href: installing-python-support-in-visual-studio.md
- name: Install Python interpreters
href: installing-python-interpreters.md
- name: Quickstarts
items:
- name: Create a web app with Flask
href: ../ide/quickstart-python.md
maintainContext: true
- name: Create a project from a template
href: quickstart-02-python-in-visual-studio-project-from-template.md
- name: Open and run Python code in a folder
href: quickstart-05-python-visual-studio-open-folder.md
- name: Create a project from existing code
href: quickstart-01-python-in-visual-studio-project-from-existing-code.md
- name: Create a project from a repository
href: quickstart-03-python-in-visual-studio-project-from-repository.md
- name: Create a project from a Cookiecutter template
href: quickstart-04-python-in-visual-studio-project-from-cookiecutter.md
- name: Tutorials
items:
- name: Python in Visual Studio
items:
- name: 0 - Install Python support
href: tutorial-working-with-python-in-visual-studio-step-00-installation.md
- name: 1 - Create a new Python project
href: tutorial-working-with-python-in-visual-studio-step-01-create-project.md
- name: 2 - Writing and running code
href: tutorial-working-with-python-in-visual-studio-step-02-writing-code.md
- name: 3 - Using the interactive REPL window
href: tutorial-working-with-python-in-visual-studio-step-03-interactive-repl.md
- name: 4 - Running code in the debugger
href: tutorial-working-with-python-in-visual-studio-step-04-debugging.md
- name: 5 - Installing packages and managing Python environments
href: tutorial-working-with-python-in-visual-studio-step-05-installing-packages.md
- name: 6 - Working with Git
href: tutorial-working-with-python-in-visual-studio-step-06-working-with-git.md
- name: Learn Django in Visual Studio
items:
- name: 1 - Create a project and solution
href: learn-django-in-visual-studio-step-01-project-and-solution.md
- name: 2 - Create a Django app
href: learn-django-in-visual-studio-step-02-create-an-app.md
- name: 3 - Serve static files and add pages
href: learn-django-in-visual-studio-step-03-serve-static-files-and-add-pages.md
- name: 4 - Use the Django Web Project template
href: learn-django-in-visual-studio-step-04-full-django-project-template.md
- name: 5 - Authenticate users
href: learn-django-in-visual-studio-step-05-django-authentication.md
- name: 6 - Use the Polls Django Web Project template
href: learn-django-in-visual-studio-step-06-polls-django-web-project-template.md
- name: Learn Flask in Visual Studio
items:
- name: 1 - Create a project and solution
href: learn-flask-visual-studio-step-01-project-solution.md
- name: 2 - Create a Flask app
href: learn-flask-visual-studio-step-02-create-app.md
- name: 3 - Serve static files and add pages
href: learn-flask-visual-studio-step-03-serve-static-files-add-pages.md
- name: 4 - Use the Flask Web Project template
href: learn-flask-visual-studio-step-04-full-flask-project-template.md
- name: 5 - Use the Polls Flask Web Project template
href: learn-flask-visual-studio-step-05-polls-flask-web-project-template.md
- name: Concepts
items:
- name: Python projects
# Auto-expanded node
items:
- name: Python projects
href: managing-python-projects-in-visual-studio.md
- name: Web project templates
href: python-web-application-project-templates.md
- name: Django web project template
href: python-django-web-application-project-template.md
- name: Azure cloud service template
href: python-azure-cloud-service-project-template.md
- name: Azure SDK for Python
href: /python/azure/?view=azure-python
- name: How-to guides
items:
- name: Manage Python environments
# Auto-expanded node
items:
- name: Manage Python environments
href: managing-python-environments-in-visual-studio.md
- name: Select an interpreter for a project
href: selecting-a-python-environment-for-a-project.md
- name: Using requirements.txt for dependencies
href: managing-required-packages-with-requirements-txt.md
- name: Search paths
href: search-paths.md
- name: Environment window reference
href: python-environments-window-tab-reference.md
- name: Configure web apps for IIS
href: configure-web-apps-for-iis-windows.md
- name: Edit Python code
# Auto-expanded node
items:
- name: Edit Python code
href: editing-python-code-in-visual-studio.md
- name: Format code
href: formatting-python-code.md
- name: Refactor code
href: refactoring-python-code.md
- name: Use PyLint
href: linting-python-code.md
- name: Define custom menu commands
href: defining-custom-python-project-commands.md
- name: Interactive Python (REPL)
# Auto-expanded node
items:
- name: Interactive Python (REPL)
href: python-interactive-repl-in-visual-studio.md
- name: Using IPython REPL
href: interactive-repl-ipython.md
- name: Debugging
# Auto-expanded node
items:
- name: Debugging
href: debugging-python-in-visual-studio.md
- name: Debugging code on remote Linux computers
href: debugging-python-code-on-remote-linux-machines.md
- name: Publishing to Azure App Service on Linux
href: publishing-python-web-applications-to-azure-from-visual-studio.md
- name: Interacting with C++
items:
- name: Creating a C++ extension for Python
href: working-with-c-cpp-python-in-visual-studio.md
- name: Python/C++ mixed-mode debugging
href: debugging-mixed-mode-c-cpp-python-in-visual-studio.md
- name: Symbols for mixed-mode debugging
href: debugging-symbols-for-mixed-mode-c-cpp-python.md
- name: Profiling
href: profiling-python-code-in-visual-studio.md
- name: Unit testing
href: unit-testing-python-in-visual-studio.md
- name: Using the Cookiecutter extension
href: using-python-cookiecutter-templates.md
- name: Reference
items:
- name: Item templates
href: python-item-templates.md
- name: Options
href: python-support-options-and-settings-in-visual-studio.md