Skip to content

Commit

Permalink
Add missing topic metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gregvanl committed Jul 21, 2021
1 parent 76b15bc commit 25a6f27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions api/extension-guides/notebook.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
# DO NOT TOUCH — Managed by doc writer
ContentId: 535b4d05-c2c8-424a-b075-2cd91566b8da
DateApproved: 7/8/2021

# Summarize the whole topic in less than 300 characters for SEO purpose
MetaDescription: Use the Notebook API to create rich Notebook experiences within Visual Studio Code.
---
Expand Down
6 changes: 3 additions & 3 deletions docs/python/editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Area: python
TOCTitle: Editing Code
ContentId: 0ccb0e35-c4b2-4001-91bf-79ff1618f601
PageTitle: Editing Python Code in Visual Studio Code
DateApproved: 01/29/2019
DateApproved: 7/20/2021
MetaDescription: Editing Python in Visual Studio Code
MetaSocialImage: images/tutorial/social.png
---
Expand Down Expand Up @@ -203,9 +203,9 @@ Custom arguments to isort are specified in the `python.sortImports.args` setting

To use a custom isort script, use the `python.sortImports.path` setting to specify the path.

Further configurations can be stored in an `.isort.cfg` file as documented on [isort Configuration](https://pycqa.github.io/isort/docs/configuration/config_files.html).
Further configurations can be stored in an `.isort.cfg` file as documented on [isort configuration](https://pycqa.github.io/isort/docs/configuration/config_files.html).

> **Note**: For those migrating from isort4 to isort5, some CLI flags and config options have changed, refer to the project's [isort5 Upgrade Guide](https://pycqa.github.io/isort/docs/upgrade_guides/5.0.0.html).
> **Note**: For those migrating from isort4 to isort5, some CLI flags and config options have changed, refer to the project's [isort5 upgrade guide](https://pycqa.github.io/isort/docs/upgrade_guides/5.0.0.html).
## Next steps

Expand Down

0 comments on commit 25a6f27

Please sign in to comment.