Skip to content

Commit

Permalink
set current date for freshness
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubber17 committed Apr 18, 2024
1 parent 79d2b32 commit 04ff74b
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 47 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/includes/git-source-control.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
ms.date: 03/13/2024
ms.date: 04/18/2024
ms.subservice: general-ide
ms.custom: vs-get-started, devdivchpfy22
ms.author: ghogen
Expand Down
2 changes: 1 addition & 1 deletion docs/ide/quickstart-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Quickstart: Create a Python web app with Visual Studio"
titleSuffix: ""
description: Follow guided steps to use Visual Studio and the Flask framework to build a web application in Python, add a code file, and run the app.
ms.date: 02/22/2024
ms.date: 04/18/2024
ms.subservice: python
ms.topic: quickstart
author: cwebster-99
Expand Down
2 changes: 1 addition & 1 deletion docs/python/configure-web-apps-for-iis-windows.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configure Python web apps for IIS
description: Configure Python web apps to run with Internet Information Services (IIS) from a Windows virtual machine by specifying settings in their web.config files.
ms.date: 03/14/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Data science and analytical applications workload
description: Review a Visual Studio workload that combines Python, F#, and their respective runtime distributions, including Anaconda, and also R for earlier versions of Visual Studio.
ms.date: 03/22/2024
ms.date: 04/18/2024
ms.topic: overview
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Mixed-mode debugging for Python
description: Simultaneously debug C++ and Python in Visual Studio including stepping between environments, viewing values, and evaluating expressions.
ms.date: 03/07/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Debug Python code on remote Linux computers
description: Use Visual Studio to debug Python code running on remote Linux computers, including necessary configuration steps, security, and troubleshooting.
ms.date: 03/07/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
2 changes: 1 addition & 1 deletion docs/python/debugging-python-in-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Debug Python code, set breakpoints, inspect code
description: Use rich interactive debugging for Python code in Visual Studio, including setting breakpoints, stepping, inspecting values, looking at exceptions, and more.
ms.date: 03/07/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Symbols for mixed-mode Python/C++ debugging
description: Explore how you can use Visual Studio to load symbols from program database (PDB) files to support complete mixed-mode debugging for C++ and Python.
ms.date: 03/07/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
2 changes: 1 addition & 1 deletion docs/python/editing-python-code-in-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Edit Python code and use Intellisense
description: Develop Python applications in Visual Studio and access rich IntelliSense, code snippets, and navigation features. Apply formatting, linting, and refactoring to clean and maintain your code.
ms.date: 02/20/2024
ms.date: 04/18/2024
ms.topic: conceptual
author: cwebster-99
ms.author: cowebster
Expand Down
2 changes: 1 addition & 1 deletion docs/python/formatting-python-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: cwebster-99
ms.author: cowebster
ms.subservice: python
ms.topic: conceptual
ms.date: 02/20/2024
ms.date: 04/18/2024
manager: mijacobs

# CustomerIntent: As a developer, I want to reformat Python code in Visual Studio so I can adjust settings like code spacing and line wrapping.
Expand Down
2 changes: 1 addition & 1 deletion docs/python/includes/project-from-existing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
ms.date: 04/01/2024
ms.date: 04/18/2024
ms.topic: include
---

Expand Down
1 change: 1 addition & 0 deletions docs/python/includes/tutorial-prereqs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.date: 04/18/2024
---
## Prerequisites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Debug Python code on remote Linux computers
description: Use Visual Studio to debug your Python code running on remote Linux computers, including the necessary configuration steps, security, and troubleshooting.
ms.date: 03/07/2024
ms.date: 04/18/2024
ms.topic: include
author: cwebster-99
ms.author: cowebster
Expand Down
2 changes: 1 addition & 1 deletion docs/python/installing-python-interpreters.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Select and install Python interpreters
description: Review a complete list of Python interpreters that are supported in Visual Studio and follow brief instructions on where to find their installers.
ms.date: 02/08/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
2 changes: 1 addition & 1 deletion docs/python/installing-python-support-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: cwebster-99
ms.author: cowebster
ms.subservice: python
ms.topic: how-to
ms.date: 01/25/2024
ms.date: 04/18/2024
manager: mijacobs

# CustomerIntent: As a developer, I want to install Python support in Visual Studio so that I can access Python features in the product.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Django in Visual Studio tutorial Step 1, Django basics
titleSuffix: ""
description: Overview and Step 1 of a core walkthrough of Django capabilities in Visual Studio, including prerequisites, Git, virtual environments, and creating a Django project.
ms.date: 04/01/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Django in Visual Studio tutorial Step 2, view & page template
titleSuffix: ""
description: Step 2 of a core walkthrough of Django capabilities in Visual Studio, including procedures to create a Django application with multiple views by using inline HTML templates.
ms.date: 04/01/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Django in Visual Studio tutorial Step 3, static files & template inheritance
titleSuffix: ""
description: Step 3 of a core walkthrough of Django capabilities in Visual Studio, including serving static files, adding pages to the Django app, and using template inheritance.
ms.date: 04/01/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Django in Visual Studio tutorial Step 4, web project template
titleSuffix: ""
description: Step 4 of a core walkthrough of Django capabilities in Visual Studio, including the Django Web Project template that helps you create an app with three pages that use static JavaScript libraries.
ms.date: 04/01/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Django in Visual Studio tutorial Step 5, authentication
titleSuffix: ""
description: Step 5 of a core walkthrough of Django capabilities in Visual Studio, specifically the authentication features provided in the Django Web Project template.
ms.date: 04/01/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Flask in Visual Studio tutorial Step 1, Flask basics
titleSuffix: ""
description: Overview and Step 1 of a core walkthrough of Flask capabilities in Visual Studio, including prerequisites, Git, virtual environments, and creating a new Flask project and web project.
ms.date: 03/22/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Flask in Visual Studio tutorial Step 2, views and templates
titleSuffix: ""
description: Step 2 of a core walkthrough of Flask capabilities in Visual Studio, including procedures to create an application with multiple views by using inline HTML templates.
ms.date: 03/22/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Flask in Visual Studio tutorial Step 3, static files & template inheritance
titleSuffix: ""
description: Step 3 of a core walkthrough of Flask capabilities in Visual Studio, including serving static files, adding pages to the Flask app, and using template inheritance.
ms.date: 03/28/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
2 changes: 1 addition & 1 deletion docs/python/linting-python-code.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Lint Python code and check for issues
description: Run the pylint or mypy linter in Visual Studio to check for issues in your Python code, and explore command-line options to customize the linting process.
ms.date: 01/30/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Manage Python environments and interpreters
description: Use the Python Environments window to manage global, virtual, and conda environments, install Python interpreters and packages, and assign environments to projects.
ms.date: 02/07/2024
ms.date: 04/18/2024
ms.customL: devdivchpfy22
ms.topic: how-to
author: cwebster-99
Expand Down
2 changes: 1 addition & 1 deletion docs/python/managing-python-projects-in-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Manage Python application projects
description: Explore how projects in Visual Studio manage dependencies between files and the complexity of relationships in an application.
ms.date: 01/25/2024
ms.date: 04/18/2024
ms.topic: conceptual
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Manage Python package dependencies
description: Use the pip freeze > requirements.txt command and manage your Python package dependencies for application development in Visual Studio.
ms.date: 02/09/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
2 changes: 1 addition & 1 deletion docs/python/overview-of-python-tools-for-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Python support in Visual Studio on Windows
titleSuffix: ""
description: Explore Python Tools for Visual Studio (PTVS) and other Python features in Visual Studio to edit, debug, test, and publish your Python applications.
ms.date: 02/04/2024
ms.date: 04/18/2024
ms.topic: overview
author: cwebster-99
ms.author: cowebster
Expand Down
2 changes: 1 addition & 1 deletion docs/python/publish-to-app-service-windows.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Publish Python web app to Azure App Service on Linux
description: Publish a Python web application directly to Azure App Service on Linux from Visual Studio, including the necessary content for the web.config file.
ms.date: 02/27/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Django Web Project templates for Python
description: Explore comprehensive Django web project templates in Visual Studio for rapid creation of Django web applications with Python.
ms.date: 03/21/2024
ms.date: 04/18/2024
ms.topic: concept-article
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Options for Python code and projects (feature description)
description: Explore options in Visual Studio for Python code and projects, including feature descriptions of environment preferences, debugging, diagnostics, and advanced settings.
ms.date: 03/20/2024
ms.date: 04/18/2024
ms.topic: concept-article
f1_keywords:
- "VS.ToolsOptionsPages.Python_Tools"
Expand Down
2 changes: 1 addition & 1 deletion docs/python/python-web-application-project-templates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Web application templates for Python
description: Work with Python web app templates in Visual Studio for the Bottle, Flask, and Django frameworks, debug configurations, and publish to Azure App Service.
ms.date: 02/22/2024
ms.date: 04/18/2024
ms.topic: conceptual
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Quickstart: Create Python project from code"
description: Follow guided steps to create a Visual Studio project for Python from existing code for a quick start to develop a Python application.
ms.date: 04/11/2024
ms.date: 04/18/2024
ms.topic: quickstart
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Quickstart: Create Python project from template"
description: Follow guided steps to create a Visual Studio project for Python by using the built-in template for a basic Flask application.
ms.date: 04/11/2024
ms.date: 04/18/2024
ms.topic: quickstart
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Quickstart: Clone a repository of Python code"
description: Follow guided steps to create a Python project in Visual Studio by cloning the Python koans repository with Git or Team Explorer.
ms.date: 04/11/2024
ms.date: 04/18/2024
ms.topic: quickstart
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Quickstart: Create Python projects with Cookiecutter"
description: Follow guided steps to create a Python project in Visual Studio by using a Cookiecutter template.
ms.date: 04/11/2024
ms.date: 04/18/2024
ms.topic: quickstart
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Quickstart: Open and run Python code in a folder"
description: Follow guided steps to open and run Python code from a folder in Visual Studio without using a project in Visual Studio 2019 and later.
ms.date: 04/11/2024
ms.date: 04/18/2024
ms.topic: quickstart
author: cwebster-99
ms.author: cowebster
Expand Down
2 changes: 1 addition & 1 deletion docs/python/refactoring-python-code.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Refactor to transform and clean your Python code
description: Visual Studio makes it easy to refactor and clean your Python code. Rename identifiers, extract methods, add imports, and remove unused imports.
ms.date: 02/07/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
2 changes: 1 addition & 1 deletion docs/python/search-paths.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Use Python folders in search paths
description: Use the Add Folder to Search Path option in Solution Explorer to specify search paths for your Python environments and projects and avoid using system-wide variables.
ms.date: 02/09/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Switch between Python environments
description: Select a specific Python environment in Visual Studio, including Anaconda and virtual environments, to apply the environment to a specific project.
ms.date: 02/09/2024
ms.date: 04/18/2024
ms.topic: how-to
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: cwebster-99
ms.author: cowebster
ms.subservice: python
ms.topic: tutorial
ms.date: 03/13/2024
ms.date: 04/18/2024
manager: mijacobs
ms.custom: vs-acquisition

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Python in Visual Studio tutorial Step 2, write and run code
titleSuffix: ""
description: Step 2 of a core walkthrough of Python capabilities in Visual Studio that demonstrates how to edit code and run a project.
ms.date: 03/13/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Python in Visual Studio tutorial Step 3, interactive REPL
titleSuffix: ""
description: Step 3 of a core walkthrough of Python capabilities in Visual Studio that demonstrates how to work with the Python Interactive REPL window.
ms.date: 03/13/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Python in Visual Studio tutorial Step 4, debugging
titleSuffix: ""
description: Step 4 of a core walkthrough of Python capabilities in Visual Studio that demonstrates how to run Python code in the debugger.
ms.date: 03/13/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Python in Visual Studio tutorial Step 5, install packages
titleSuffix: ""
description: Step 5 of a core walkthrough of Python capabilities in Visual Studio that shows Visual Studio features to manage and install packages in a Python environment.
ms.date: 03/13/2024
ms.date: 04/18/2024
ms.topic: tutorial
author: cwebster-99
ms.author: cowebster
Expand Down
Loading

0 comments on commit 04ff74b

Please sign in to comment.