Skip to content

Commit 16f0b2c

Browse files
committed
changed file name for python ext
1 parent 4bb2632 commit 16f0b2c

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/advanced-analytics/concepts/extensibility-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The SQL Server Trusted Launchpad is a service that manages and executes external
5151
| Trusted launchers | Extension | SQL Server versions |
5252
|-------------------|-----------|---------------------|
5353
| RLauncher.dll for the R language | [R extension](extension-r.md) | SQL Server 2016, SQL Server 2017 |
54-
| Pythonlauncher.dll for Python 3.5 | [Python extension](extension-py.md) | SQL Server 2017 |
54+
| Pythonlauncher.dll for Python 3.5 | [Python extension](extension-python.md) | SQL Server 2017 |
5555

5656
The [!INCLUDE[rsql_launchpad_md](../../includes/rsql-launchpad-md.md)] service runs under its own user account. If you change the account that runs Launchpad, be sure to do so using SQL Server Configuration Manager, to ensure that changes are written to related files.
5757

@@ -122,4 +122,4 @@ Communication protocols among components and data platforms are described in thi
122122
## See Also
123123

124124
+ [R extension in SQL Server](extension-r.md)
125-
+ [Python extension in SQL Server](extension-py.md)
125+
+ [Python extension in SQL Server](extension-python.md)
File renamed without changes.

docs/advanced-analytics/concepts/extension-r.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ When connecting from a remote data science client that supports Microsoft R, you
7979
## See also
8080

8181
+ [Extensibility framework in SQL Server](extensibility-framework.md)
82-
+ [Python and machine learning extensions in SQL Server](extension-py.md)
82+
+ [Python and machine learning extensions in SQL Server](extension-python.md)

docs/advanced-analytics/python/what-is-revoscalepy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For the latest list of functions in the Python libraries released to date, see t
4747

4848
### Data types, data sources, and compute contexts
4949

50-
SQL Server and Python use different data types in some cases. For a list of mappings between SQL and Python data types, see [Python extension](../concepts/extension-py.md).
50+
SQL Server and Python use different data types in some cases. For a list of mappings between SQL and Python data types, see [Python extension](../concepts/extension-python.md).
5151

5252
Data sources supported for machine learning with Python in SQL Server includes ODBC data sources, SQL Server database, and local files, including XDF files.
5353

docs/advanced-analytics/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
- name: R extension
155155
href: concepts/extension-r.md
156156
- name: Python extension
157-
href: concepts/extension-py.md
157+
href: concepts/extension-python.md
158158
- name: How To
159159
href: r/sql-server-machine-learning-tasks.md
160160
items:

docs/advanced-analytics/tutorials/sqldev-py1-download-the-sample-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ When all files have been downloaded, the PowerShell script opens to the folder s
6464
6565
## See Also
6666
67-
[Python extension in SQL Server](../concepts/extension-py.md)
67+
[Python extension in SQL Server](../concepts/extension-python.md)
6868
6969

docs/advanced-analytics/tutorials/sqldev-py6-operationalize-the-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,4 @@ In this tutorial, you've learned how to work with Python code embedded in stored
361361
362362
## See also
363363
364-
[Python extension in SQL Server](../concepts/extension-py.md)
364+
[Python extension in SQL Server](../concepts/extension-python.md)

0 commit comments

Comments
 (0)