Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 3604529

Browse files
authored
Fix link and add Python to external links (#765)
1 parent e6522b7 commit 3604529

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/source/ext_links.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
**********************************************************
33
THESE ARE EXTERNAL PROJECT LINKS USED IN THE DOCUMENTATION
44
**********************************************************
5+
.. _Python*: https://www.python.org/
56
.. _NumPy*: https://numpy.org/
67
.. _Numba*: https://numba.pydata.org/
78
.. _Pandas*: https://pandas.pydata.org/

docs/source/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Getting Started
55
===============
66

7-
Intel® Scalable Dataframe Compiler (Intel® SDC) extends capabilities of Numba* to compile a subset
7+
Intel® Scalable Dataframe Compiler (Intel® SDC) extends capabilities of `Numba*`_ to compile a subset
88
of `Pandas*`_ into native code. Being integral part of `Numba*`_ it allows to combine regular `NumPy*`_ codes
99
with `Pandas*`_ operations.
1010

@@ -30,10 +30,10 @@ binning, and finally by feeding the cleaned data into machine learning algorithm
3030

3131
We also recommend to read `A ~5 minute guide to Numba <https://numba.pydata.org/numba-doc/dev/user/5minguide.html>`_
3232
for getting started with `Numba*`_.
33-
33+
3434
Installation
3535
#############
36-
You can use conda and pip package managers to install Intel® SDC into your Python* environment.
36+
You can use conda and pip package managers to install Intel® SDC into your `Python*`_ environment.
3737

3838
Intel SDC is available on the Anaconda Cloud intel/label/beta channel.
3939
Distribution includes Intel SDC for Python 3.6 and 3.7 for Windows and Linux platforms.

docs/source/performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ parallelism available in a JIT-region. To do that you need to add ``parallel=Tru
7676

7777
Other Performance Tips
7878
----------------------
79-
Please refer to `Numba Performance Tips<https://numba.pydata.org/numba-doc/dev/user/performance-tips.html>`_
79+
Please refer to `Numba Performance Tips <https://numba.pydata.org/numba-doc/dev/user/performance-tips.html>`_
8080
for additional hints on obtaining good performance with Intel SDC.

0 commit comments

Comments
 (0)