Skip to content

Commit 32cf423

Browse files
cwebster-99luabudntrogh
authored
Add Python Quick Start page (microsoft#6951)
* Initial commit adding the Python Quick Start * Apply suggestions from code review Co-authored-by: Luciana Abud <45497113+luabud@users.noreply.github.com> * Removing some expanded sections for brevity * Updating images and gifs * Apply suggestions from code review Co-authored-by: Luciana Abud <45497113+luabud@users.noreply.github.com> * Updating media * new debug gif * Apply suggestions from code review Co-authored-by: Nick Trogh <1908215+ntrogh@users.noreply.github.com> * Update sitemap for new Python quickstart * Update docs/python/python-quick-start.md * Updating debug gif * Update docs/python/python-quick-start.md Co-authored-by: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> --------- Co-authored-by: Luciana Abud <45497113+luabud@users.noreply.github.com> Co-authored-by: Nick Trogh <1908215+ntrogh@users.noreply.github.com>
1 parent 4b1d468 commit 32cf423

28 files changed

+165
-15
lines changed

build/sitemap.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,11 @@
580580
<changefreq>weekly</changefreq>
581581
<priority>0.8</priority>
582582
</url>
583+
<url>
584+
<loc>https://code.visualstudio.com/docs/python/python-quick-start</loc>
585+
<changefreq>weekly</changefreq>
586+
<priority>0.8</priority>
587+
</url>
583588
<url>
584589
<loc>https://code.visualstudio.com/docs/python/python-tutorial</loc>
585590
<changefreq>weekly</changefreq>

docs/python/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Order: 5
2+
Order: 6
33
Area: python
44
TOCTitle: Debugging
55
ContentId: 3d9e6bcf-eae8-4c94-b857-89225b5c4ab5

docs/python/editing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Order: 2
2+
Order: 3
33
Area: python
44
TOCTitle: Editing Code
55
ContentId: 0ccb0e35-c4b2-4001-91bf-79ff1618f601

docs/python/environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Order: 6
2+
Order: 7
33
Area: python
44
TOCTitle: Environments
55
ContentId: 8fe4ca8b-fc70-4216-86c7-2c11b6c14cc6

docs/python/formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Order: 4
2+
Order: 5
33
Area: python
44
TOCTitle: Formatting
55
ContentId: c5039182-eee4-47ff-a2a8-dc28f4bc2cbc
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)