Skip to content

Commit b678b31

Browse files
authored
Merge pull request #6379 from TerryGLee/tglee-ai
delete index YAML file and replace with Overview markdown file
2 parents fbcc3f7 + 4485783 commit b678b31

File tree

4 files changed

+43
-45
lines changed

4 files changed

+43
-45
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "ai/index.yml",
5+
"redirect_url": "/visualstudio/ai/overview?view=vs-2017",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "connected-environment/get-started-netcore-01.md",
510
"redirect_url": "/azure/dev-spaces/get-started-netcore",

docs/ai/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Auto-expanded node
33
items:
44
- name: Visual Studio Tools for AI
5-
href: index.yml
5+
href: overview.md
66
- name: Overview
77
href: about-ai-tools.md
88
- name: Installation

docs/ai/index.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/ai/overview.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Overview of Visual Studio Tools for AI
3+
author: jillre
4+
ms.author: jillfra
5+
manager: jillfra
6+
monikerRange: vs-2017
7+
ms.date: 11/13/2017
8+
ms.topic: conceptual
9+
ms.workload:
10+
- "multiple"
11+
---
12+
# Overview of Visual Studio Tools for AI
13+
14+
Visual Studio Tools for AI is an integrated development environment (IDE) that you can use to build, test, and deploy deep learning solutions. Learn more about how to use AI Tools from the following tutorials and samples.
15+
16+
## Install the extension
17+
18+
See the [Install Visual Studio Tools for AI](installation.md) page to learn how to download and install the extension.
19+
20+
## 5-minute quickstart
21+
22+
Learn how to run deep learning solution with [TensorFlow and Python](tensorflow-local.md)
23+
24+
## Step-by-step tutorial
25+
26+
Learn how to build a deep learning solution from the [Train a TensorFlow model in the cloud](tensorflow-vm.md) tutorial.
27+
28+
## Samples
29+
30+
Browse samples in the [Samples repository](https://github.com/Microsoft/samples-for-ai) and the [Machine Learning gallery](https://gallery.cortanaintelligence.com/projects).
31+
32+
## Next steps
33+
34+
To learn even more about Visual Studio Tools for AI, including system requirements and support options, see the [About Visual Studio Tools for AI](about-ai-tools.md) page.
35+
36+
## See also
37+
[Visual Studio extensibility](/visualstudio/extensibility/?view=vs-2017)

0 commit comments

Comments
 (0)