Skip to content

Commit f271712

Browse files
authored
Consolidate "Learn More" tile in the Python walkthroughs (microsoft#17060)
* Add markdown file for Python learn more * Add emojis to learn more step * Add learn more markdown file for data science walkthrough
1 parent b34a35e commit f271712

3 files changed

Lines changed: 29 additions & 10 deletions

File tree

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,19 +165,19 @@
165165
},
166166
{
167167
"id": "python.learnMore",
168-
"title": "Learn more",
169-
"description": "• Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands).\n• [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list.\n• Explore more features in our [Tutorials](https://aka.ms/AA8dqti) or check [Documentation](https://aka.ms/AA8dxwy) for tips and troubleshooting.\n• Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features.",
168+
"title": "Explore more resources",
169+
"description": "Take a look into our [documentation](https://aka.ms/AA8dxwy) to learn more about support for Python in VS Code. \n[Learn more](https://aka.ms/AA8dxwy)",
170170
"media": {
171-
"image": "resources/walkthrough/python-docs-learn-more.png",
172-
"altText": "Documentation page for Python in VS Code"
173-
}
171+
"markdown": "resources/walkthrough/python-dev-learn-more.md"
172+
},
173+
"when": ""
174174
}
175175
]
176176
},
177177
{
178178
"id": "pythonDataScienceWelcome",
179179
"title": "Get started with Python for Data Science",
180-
"description": "Your first steps to getting started with a Python Data Science project!",
180+
"description": "Your first steps to getting started with a Data Science project with Python!",
181181
"when": "false",
182182
"steps": [
183183
{
@@ -277,11 +277,10 @@
277277
},
278278
{
279279
"id": "python.dataScienceLearnMore",
280-
"title": "Learn more",
281-
"description": "• Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands).\n• [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list.\n• Explore more features in our [Tutorials](https://aka.ms/AAdar6q) or check the [Documentation](https://aka.ms/AA8dxwy) for tips and troubleshooting.\n• Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features.",
280+
"title": "Find out more!",
281+
"description": "Take a look into our [documentation](https://aka.ms/AAdar6q) to learn more about Python for Data Science in VS Code. \n[Learn more](https://aka.ms/AAdar6q)",
282282
"media": {
283-
"image": "resources/walkthrough/datascience-learn-more.png",
284-
"altText": "Learning more from python visual studio code documentation"
283+
"markdown": "resources/walkthrough/python-datascience-learn-more.md"
285284
}
286285
}
287286
]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Python for Data Science in VS Code - Resources
2+
3+
4+
🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands).
5+
6+
📒 Take a look into the [Jupyter extension](command:workbench.extensions.search?"ms-toolsai.jupyter") features, by looking for \"Jupyter\" in the [Command Palette](command:workbench.action.showCommands).
7+
8+
💌 [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list.
9+
10+
📃 Find out more features in our [Tutorials](https://aka.ms/AAdjzpd).
11+
12+
✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Python in Visual Studio Code - Resources
2+
🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands).
3+
4+
💌 [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list.
5+
6+
📃 Explore more features in our [Tutorials](https://aka.ms/AA8dqti).
7+
8+
✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features.

0 commit comments

Comments
 (0)