Skip to content

Commit 50e86c1

Browse files
authored
Merge pull request #8494 from MicrosoftDocs/main637994127496726689sync_temp
Repo sync for protected CLA branch
2 parents 0d0f86a + b78efda commit 50e86c1

File tree

59 files changed

+118
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+118
-118
lines changed

docs/ide/quickstart-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: In this quickstart, you use Visual Studio and the Flask framework t
55
ms.date: 09/14/2021
66
ms.technology: vs-python
77
ms.topic: quickstart
8-
author: rjmolyneaux
9-
ms.author: rmolyneaux
8+
author: ijoosong
9+
ms.author: joesong
1010
manager: jmartens
1111
ms.custom: [vs-acquisition]
1212
ms.workload:

docs/ide/whats-new-visual-studio-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ helpviewer_keywords:
66
- "Visual Studio, what's new, docs"
77
- "what's new [Visual Studio]"
88
ms.assetid: 89844796-621B-4EF5-9D76-197084B011CB
9-
author: rjmolyneaux
10-
ms.author: rmolyneaux
9+
author: TerryGLee
10+
ms.author: tglee
1111
manager: jmartens
1212
ms.technology: vs-ide-general
1313
ms.prod: visual-studio-windows

docs/python/configure-web-apps-for-iis-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Configure Python web apps for IIS
33
description: How to configure Python web apps to run with Internet Information Services from a Windows virtual machine.
44
ms.date: 05/25/2022
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/data-science-and-analytical-applications-workload.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Data Science and Analytical Applications workload
33
description: This Visual Studio workload brings together Python, F#, and their respective runtime distributions including Anaconda. (R is also included in Visual Studio 2017 only.)
44
ms.date: 07/28/2021
55
ms.topic: overview
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010
ms.workload:

docs/python/debugging-mixed-mode-c-cpp-python-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Mixed-mode debugging for Python
33
description: Simultaneously debug C++ and Python in Visual Studio including stepping between environments, viewing values, and evaluating expressions.
44
ms.date: 01/26/2022
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/debugging-python-code-on-remote-linux-machines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Debug Python code on remote Linux computers
33
description: Use Visual Studio to debug Python code running on remote Linux computers, including necessary configuration steps, security, and troubleshooting.
44
ms.date: 01/17/2022
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/debugging-python-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Debug Python code
33
description: Visual Studio provides rich debugging for Python code, including setting breakpoints, stepping, inspecting values, looking at exceptions, and debugging in the interactive window.
44
ms.date: 01/17/2022
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/debugging-symbols-for-mixed-mode-c-cpp-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Symbols for mixed-mode Python/C++ debugging
33
description: How Visual Studio provides the ability to load symbols for complete mixed-mode C++ and Python debugging.
44
ms.date: 01/27/2022
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010
ms.workload:

docs/python/defining-custom-python-project-commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Define custom menu commands for Python projects
33
description: By editing project and targets files, you can add custom commands to the Python project context menu in Visual Studio to invoke executable programs, scripts, modules, inline code snippets, and pip.
44
ms.date: 01/18/2022
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/editing-python-code-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Edit Python code
33
description: For Python, Visual Studio provides rich IntelliSense, code snippets, and navigation features, alongside formatting, linting, and refactoring.
44
ms.date: 01/18/2022
55
ms.topic: conceptual
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/formatting-python-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Reformat your python code in Visual Studio
33
description: Automatically format Python code in Visual Studio, including spacing, statements, wrapping, and comments.
44
ms.date: 03/13/2022
55
ms.topic: conceptual
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/includes/vs-2017/remote-debugging-python-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Debug Python code on remote Linux computers
33
description: Use Visual Studio to debug Python code running on remote Linux computers, including necessary configuration steps, security, and troubleshooting.
44
ms.date: 12/06/2018
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/includes/vs-2017/unit-testing-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Unit test Python code
33
description: Setting up unit testing for Python code in Visual Studio takes full advantage of Test Explorer features to discover, run, and debug tests.
44
ms.date: 04/01/2022
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/includes/vs-2019/remote-debugging-python-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Debug Python code on remote Linux computers
33
description: Use Visual Studio to debug Python code running on remote Linux computers, including necessary configuration steps, security, and troubleshooting.
44
ms.date: 05/12/2020
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/includes/vs-2019/unit-testing-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Unit test Python code
33
description: Setting up unit testing for Python code in Visual Studio takes full advantage of Test Explorer features to discover, run, and debug tests.
44
ms.date: 04/01/2022
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ metadata:
1010
ms.technology: vs-python
1111
ms.topic: landing-page # Required
1212
ms.collection: collection
13-
author: rjmolyneaux #Required; your GitHub user alias, with correct capitalization.
14-
ms.author: rmolyneaux #Required; microsoft alias of author; optional team alias.
13+
author: ijoosong #Required; your GitHub user alias, with correct capitalization.
14+
ms.author: joesong #Required; microsoft alias of author; optional team alias.
1515
ms.date: 09/23/2021 #Required; mm/dd/yyyy format.
1616

1717
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new

docs/python/installing-python-interpreters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Select and install Python interpreters
33
description: A complete list of Python interpreters that are supported in Visual Studio with brief instructions on where to find their installers.
44
ms.date: 01/15/2022
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/installing-python-support-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: How to install the Python Tools for Visual Studio (PTVS) in Visual
44
ms.date: 12/11/2021
55
ms.custom: devdivchpfy22
66
ms.topic: how-to
7-
author: rjmolyneaux
8-
ms.author: rmolyneaux
7+
author: ijoosong
8+
ms.author: joesong
99
manager: jmartens
1010
ms.technology: vs-python
1111

docs/python/interactive-repl-ipython.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: IPython REPL (interactive window)
33
description: Use the Visual Studio interactive window in IPython mode for a user-friendly interactive development environment with Interactive Parallel Computing features.
44
ms.date: 07/28/2021
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/learn-django-in-visual-studio-step-01-project-and-solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: A walkthrough of Django basics in the context of Visual Studio proj
55
ms.custom: devdivchpfy22
66
ms.date: 02/03/2022
77
ms.topic: tutorial
8-
author: rjmolyneaux
9-
ms.author: rmolyneaux
8+
author: ijoosong
9+
ms.author: joesong
1010
manager: jmartens
1111
ms.technology: vs-python
1212

docs/python/learn-django-in-visual-studio-step-02-create-an-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: A walkthrough of Django basics in the context of Visual Studio proj
55
ms.date: 02/03/2022
66
ms.custom: devdivchpfy22
77
ms.topic: tutorial
8-
author: rjmolyneaux
9-
ms.author: rmolyneaux
8+
author: ijoosong
9+
ms.author: joesong
1010
manager: jmartens
1111
ms.technology: vs-python
1212

docs/python/learn-django-in-visual-studio-step-03-serve-static-files-and-add-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: A walkthrough of Django basics in the context of Visual Studio proj
55
ms.date: 02/03/2022
66
ms.custom: devdivchpfy22
77
ms.topic: tutorial
8-
author: rjmolyneaux
9-
ms.author: rmolyneaux
8+
author: ijoosong
9+
ms.author: joesong
1010
manager: jmartens
1111
ms.technology: vs-python
1212

docs/python/learn-django-in-visual-studio-step-04-full-django-project-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: A walkthrough of Django basics in the context of Visual Studio proj
55
ms.date: 02/16/2022
66
ms.custom: devdivchpfy22
77
ms.topic: tutorial
8-
author: rjmolyneaux
9-
ms.author: rmolyneaux
8+
author: ijoosong
9+
ms.author: joesong
1010
manager: jmartens
1111
ms.technology: vs-python
1212

docs/python/learn-django-in-visual-studio-step-05-django-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: A walkthrough of Django basics in the context of Visual Studio proj
55
ms.date: 02/16/2022
66
ms.custom: devdivchpfy22
77
ms.topic: tutorial
8-
author: rjmolyneaux
9-
ms.author: rmolyneaux
8+
author: ijoosong
9+
ms.author: joesong
1010
manager: jmartens
1111
ms.technology: vs-python
1212

docs/python/learn-flask-visual-studio-step-01-project-solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: A walkthrough of Flask basics in the context of Visual Studio proje
55
ms.custom: devdivchpfy22
66
ms.date: 02/01/2022
77
ms.topic: tutorial
8-
author: rjmolyneaux
9-
ms.author: rmolyneaux
8+
author: ijoosong
9+
ms.author: joesong
1010
manager: jmartens
1111
ms.technology: vs-python
1212

docs/python/learn-flask-visual-studio-step-02-create-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: A walkthrough of Flask basics in the context of Visual Studio proje
55
ms.custom: devdivchpfy22
66
ms.date: 02/04/2022
77
ms.topic: tutorial
8-
author: rjmolyneaux
9-
ms.author: rmolyneaux
8+
author: ijoosong
9+
ms.author: joesong
1010
manager: jmartens
1111
ms.technology: vs-python
1212

docs/python/learn-flask-visual-studio-step-03-serve-static-files-add-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: A walkthrough of Flask basics in the context of Visual Studio proje
55
ms.custom: devdivchpfy22
66
ms.date: 02/07/2022
77
ms.topic: tutorial
8-
author: rjmolyneaux
9-
ms.author: rmolyneaux
8+
author: ijoosong
9+
ms.author: joesong
1010
manager: jmartens
1111
ms.technology: vs-python
1212

docs/python/linting-python-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Use PyLint for Python code
33
description: Run PyLint in Visual Studio to check issues in Python code, including command-line options to customize linting.
44
ms.date: 06/02/2022
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010
ms.custom: devdivchpfy22

docs/python/managing-python-environments-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Use the Python Environments window to manage global, virtual, and c
44
ms.date: 12/11/2021
55
ms.customL: devdivchpfy22
66
ms.topic: how-to
7-
author: rjmolyneaux
8-
ms.author: rmolyneaux
7+
author: ijoosong
8+
ms.author: joesong
99
manager: jmartens
1010
ms.technology: vs-python
1111
ms.workload:

docs/python/managing-python-projects-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Manage Python application projects
33
description: Projects in Visual Studio manage dependencies between files and the complexity of relationships in an application.
44
ms.date: 02/10/2022
55
ms.topic: conceptual
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/managing-required-packages-with-requirements-txt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Use pip freeze > requirements.txt and manage python package depende
44
ms.date: 12/11/2021
55
ms.custom: devdivchpfy22
66
ms.topic: how-to
7-
author: rjmolyneaux
8-
ms.author: rmolyneaux
7+
author: ijoosong
8+
ms.author: joesong
99
manager: jmartens
1010
ms.technology: vs-python
1111

docs/python/overview-of-python-tools-for-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: Summary of Python features in Visual Studio, making it the best Pyt
55
ms.date: 12/11/2021
66
ms.custom: devdivchpfy22
77
ms.topic: overview
8-
author: rjmolyneaux
9-
ms.author: rmolyneaux
8+
author: ijoosong
9+
ms.author: joesong
1010
manager: jmartens
1111
ms.technology: vs-python
1212

docs/python/profiling-python-code-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Use Visual Studio profiler to measure performance of Python code
33
description: Use the Visual Studio profiler to check the performance of Python code when using CPython-based interpreters.
44
ms.date: 06/02/2022
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010
ms.custom: devdivchpfy22

docs/python/publish-to-app-service-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Publish a Python app to Azure App Service on Windows
33
description: How to publish a Python web application directly to Azure App Service on Windows from Visual Studio, including the necessary content for the web.config file.
44
ms.date: 01/07/2019
55
ms.topic: how-to
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/python-django-web-application-project-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Django web project template for Python
33
description: Visual Studio provides a comprehensive template for rapid creation of Django web applications with Python.
44
ms.date: 01/19/2022
55
ms.topic: conceptual
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

docs/python/python-environments-window-tab-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Python environments window reference
33
description: Details on each of the tabs that appear in the Python Environments window in Visual Studio.
44
ms.date: 03/18/2019
55
ms.topic: reference
6-
author: rjmolyneaux
7-
ms.author: rmolyneaux
6+
author: ijoosong
7+
ms.author: joesong
88
manager: jmartens
99
ms.technology: vs-python
1010

0 commit comments

Comments
 (0)