diff --git a/api/extension-guides/notebook.md b/api/extension-guides/notebook.md index 4d7452855e..1699cc12ac 100644 --- a/api/extension-guides/notebook.md +++ b/api/extension-guides/notebook.md @@ -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. --- diff --git a/docs/python/editing.md b/docs/python/editing.md index a617905833..68c62a3ff9 100644 --- a/docs/python/editing.md +++ b/docs/python/editing.md @@ -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 --- @@ -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