Skip to content

Commit 06ac1a9

Browse files
author
Kraig Brockschmidt
committed
Metadata updates
1 parent 5a76ce1 commit 06ac1a9

10 files changed

+19
-19
lines changed

docs/python/azure-sdk-for-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.technology:
1010
dev_langs:
1111
- "python"
1212
ms.tgt_pltfrm:
13-
ms.topic: "article"
13+
ms.topic: "conceptual"
1414
author: kraigb
1515
ms.author: kraigb
1616
manager: ghogen

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
@@ -1,5 +1,5 @@
11
---
2-
title: Mixed-mode debugging for Python in Visual Studio | Microsoft Docs
2+
title: Mixed-mode debugging for Python | Microsoft Docs
33
description: How to simultaneously debug C++ and Python in Visual Studio including stepping between environments, viewing values, and evaluting expressions.
44
ms.custom:
55
ms.date: 01/16/2018
@@ -11,7 +11,7 @@ dev_langs:
1111
- "python"
1212
- "C++"
1313
ms.tgt_pltfrm:
14-
ms.topic: "article"
14+
ms.topic: "conceptual"
1515
author: "kraigb"
1616
ms.author: "kraigb"
1717
manager: ghogen

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Debugging Python code remote Linux computers using Visual Studio | Microsoft Docs
2+
title: Debugging Python code on remote Linux computers | Microsoft Docs
33
description: How to use Visual Studio to debug Python code running on remote Linux computers, including necessary configuration steps, security, and troubleshooting.
44
ms.custom:
55
ms.date: 07/12/2017
@@ -10,7 +10,7 @@ ms.technology:
1010
dev_langs:
1111
- "python"
1212
ms.tgt_pltfrm:
13-
ms.topic: "article"
13+
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
1616
manager: ghogen

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Debugging Python Code in Visual Studio | Microsoft Docs
2+
title: Debugging Python Code | Microsoft Docs
33
description: A walkthrough of the debugging features in Visual Studio specifically for Python code, including setting breakpoints, stepping, inspecting values, looking at exceptions, and debugging in the interactive window.
44
ms.custom:
55
ms.date: 03/05/2018
@@ -10,7 +10,7 @@ ms.technology:
1010
dev_langs:
1111
- "python"
1212
ms.tgt_pltfrm:
13-
ms.topic: "article"
13+
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
1616
manager: ghogen

docs/python/debugging-remote-python-code-on-azure-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Troubleshooting Azure remote debugging for Python in Visual Studio | Microsoft Docs
2+
title: Troubleshooting Azure remote debugging for Python | Microsoft Docs
33
description: How to troubleshoot problems when attempting to debug a Python application running in Azure App Service using Visual Studio.
44
ms.custom:
55
ms.date: 07/12/2017
@@ -10,7 +10,7 @@ ms.technology:
1010
dev_langs:
1111
- "python"
1212
ms.tgt_pltfrm:
13-
ms.topic: "article"
13+
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
1616
manager: ghogen

docs/python/debugging-remote-python-code-on-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure remote debugging with Python in Visual Studio | Microsoft Docs
2+
title: Azure remote debugging with Python | Microsoft Docs
33
description: How to configure an Azure App Service to use Visual Studio for remote debugging of a Python application.
44
ms.custom:
55
ms.date: 07/12/2017
@@ -10,7 +10,7 @@ ms.technology:
1010
dev_langs:
1111
- "python"
1212
ms.tgt_pltfrm:
13-
ms.topic: "article"
13+
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
1616
manager: ghogen

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
@@ -1,5 +1,5 @@
11
---
2-
title: Symbols for mixed-mode Python/C++ debugging in Visual Studio | Microsoft Docs
2+
title: Symbols for mixed-mode Python/C++ debugging | Microsoft Docs
33
description: How Visual Studio provides the ability to load symbols for complete mixed-mode C++ and Python debugging.
44
ms.custom:
55
ms.date: 07/12/2017
@@ -10,7 +10,7 @@ ms.technology:
1010
dev_langs:
1111
- "python"
1212
ms.tgt_pltfrm:
13-
ms.topic: "article"
13+
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
1616
manager: ghogen

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How To Define Custom Menu Commands for Python Projects in Visual Studio | Microsoft Docs
2+
title: How To define custom menu commands for Python projects | Microsoft Docs
33
description: Demonstrates how to edit project and targets files to add custom commands to the Python project context menu in Visual Studio. Commands can invoke on executable programs, scripts, modules, inline code snippets, and pip.
44
ms.custom:
55
ms.date: 02/02/2018
@@ -10,7 +10,7 @@ ms.technology:
1010
dev_langs:
1111
- "python"
1212
ms.tgt_pltfrm:
13-
ms.topic: "article"
13+
ms.topic: "conceptual"
1414
author: kraigb
1515
ms.author: kraigb
1616
manager: ghogen

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Editing Python Code in Visual Studio | Microsoft Docs
2+
title: Editing Python Code | Microsoft Docs
33
description: Editing Python in Visual Studio provides IntelliSense, code snippets, and navigation features, alongside formatting, linting, and refactoring.
44
ms.custom:
55
ms.date: 03/05/2018
@@ -10,7 +10,7 @@ ms.technology:
1010
dev_langs:
1111
- "python"
1212
ms.tgt_pltfrm:
13-
ms.topic: "article"
13+
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
1616
manager: ghogen

docs/python/formatting-python-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Formatting Python code in Visual Studio | Microsoft Docs
2+
title: Formatting Python code | Microsoft Docs
33
description: How to automatically reformat Python code in Visual Studio including spacing, statements, wrapping, and comments.
44
ms.custom:
55
ms.date: 07/12/2017
@@ -10,7 +10,7 @@ ms.technology:
1010
dev_langs:
1111
- "python"
1212
ms.tgt_pltfrm:
13-
ms.topic: "article"
13+
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
1616
manager: ghogen

0 commit comments

Comments
 (0)