Skip to content

Commit c072761

Browse files
author
Kraig Brockschmidt
committed
Metadata updates #3
1 parent 7a30d69 commit c072761

10 files changed

+21
-20
lines changed

docs/python/python-azure-cloud-service-project-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure cloud service project template for Python in Visual Studio | Microsoft Docs
2+
title: Azure cloud service project template for Python | Microsoft Docs
33
description: An overview of the Visual Studio template for Azure cloud services written in Python including role deployment, dependencies, and troubleshooting.
44
ms.custom:
55
ms.date: 07/13/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/python-django-web-application-project-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Django web project template for Python in Visual Studio | Microsoft Docs
2+
title: Django web project template for Python | Microsoft Docs
33
description: An overview of the Visual Studio templates for web applications written in Python using the Django framework.
44
ms.custom:
55
ms.date: 07/13/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
ms.author: "kraigb"
1515
manager: ghogen
1616
ms.workload:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Python environments window reference - Visual Studio | Microsoft Docs
2+
title: Python environments window reference | Microsoft Docs
33
description: Details on each of the tabs that appear in the Python Environments window in Visual Studio.
44
ms.custom: ""
55
ms.date: 03/05/2018
@@ -9,7 +9,7 @@ ms.technology:
99
- "devlang-python"
1010
ms.devlang: python
1111
ms.tgt_pltfrm: ""
12-
ms.topic: "article"
12+
ms.topic: "conceptual"
1313
author: "kraigb"
1414
ms.author: "kraigb"
1515
manager: ghogen

docs/python/python-interactive-repl-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: Python interactive REPL in Visual Studio | Microsoft Docs
2+
title: Python interactive window (REPL) | Microsoft Docs
33
description: How to use the interactive window (REPL) for Python code in Visual Studio for rapid code development.
44
ms.custom:
55
ms.date: 07/13/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/python-support-options-and-settings-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: Options and settings for Python in Visual Studio | Microsoft Docs
2+
title: Options and settings for Python | Microsoft Docs
33
description: A reference for the various settings in Visual Studio that relate to Python code and projects.
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: "reference"
1414
f1_keywords:
1515
- "VS.ToolsOptionsPages.Python_Tools"
1616
- "VS.ToolsOptionsPages.Python_Tools.General"

docs/python/python-web-application-project-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Web application templates for Python in Visual Studio | Microsoft Docs
2+
title: Web application templates for Python | Microsoft Docs
33
description: An overview of the Visual Studio templates for web applications written in Python using the Bottle, Flask, and Django frameworks, including debugging configurations and publishing to Azure App Service.
44
ms.custom:
55
ms.date: 07/13/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/refactoring-python-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Refactoring Python code in Visual Studio | Microsoft Docs
2+
title: Refactoring Python code | Microsoft Docs
33
description: How to easily refactor Python code in Visual Studio by renaming identifiers, extracting methods, adding imports, and removing unused imports.
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/search-paths.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: How Python search paths are applied in Visual Studio | Microsoft Docs
2+
title: How Python search paths are applied | Microsoft Docs
3+
description: An overview of how Visual Studio uses Python search paths in both environments and projects.
34
ms.custom: ""
45
ms.date: 03/05/2018
56
ms.reviewer: ""
@@ -8,7 +9,7 @@ ms.technology:
89
- "devlang-python"
910
ms.devlang: python
1011
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
12+
ms.topic: "conceptual"
1213
author: "kraigb"
1314
ms.author: "kraigb"
1415
manager: ghogen
@@ -25,7 +26,7 @@ With typical Python usage, the `PYTHONPATH` environment variable (or `IRONPYTHON
2526
1. The folder containing the Python code you're running.
2627
1. The "module search path" as defined by the applicable environment variable. (See [The Module Search Path](https://docs.python.org/2/tutorial/modules.html#the-module-search-path) and [Environment variables](https://docs.python.org/2/using/cmdline.html#envvar-PYTHONPATH) in the core Python documentation.)
2728

28-
Visual Studio ignores the search path environment variable, however, even when the variable is set for the entire system. It's ignored, in fact, precisely *because* it's set for the entire system and thus raises certain questions that cannot be answered automatically: Are the referenced modules meant for Python 2.7 or Python 3.3? Are they going to override standard library modules? Is the developer aware of this behavior or is it a malicious hijacking attempt?
29+
Visual Studio ignores the search path environment variable, however, even when the variable is set for the entire system. It's ignored, in fact, precisely *because* it's set for the entire system and thus raises certain questions that cannot be answered automatically: Are the referenced modules meant for Python 2.7 or Python 3.6? Are they going to override standard library modules? Is the developer aware of this behavior or is it a malicious hijacking attempt?
2930

3031
Visual Studio thus provides a means to specify search paths directly in both environments and projects. Code that you run or debug in Visual Studio receives search paths in the value of `PYTHONPATH` (and other equivalent variables). By adding search paths, Visual Studio inspects the libraries in those locations and builds IntelliSense databases for them when needed (Visual Studio 2017 version 15.5 and earlier; constructing the database may take some time depending on the number of libraries).
3132

docs/python/selecting-a-python-environment-for-a-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.technology:
99
- "devlang-python"
1010
ms.devlang: python
1111
ms.tgt_pltfrm: ""
12-
ms.topic: "article"
12+
ms.topic: "conceptual"
1313
author: "kraigb"
1414
ms.author: "kraigb"
1515
manager: ghogen

docs/python/unit-testing-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: Unit testing for Python in Visual Studio | Microsoft Docs
2+
title: Unit testing for Python | Microsoft Docs
33
description: Setting up unit testing for Python code in Visual Studio to take full advantage of Test Explorer features to discover, run, and debug tests.
44
ms.custom:
55
ms.date: 07/13/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)