8000 DOC: Make Spyder name a link in dev env setup · convexset/numpy@0fdd813 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fdd813

Browse files
committed
DOC: Make Spyder name a link in dev env setup
1 parent 9af43c2 commit 0fdd813

File tree

< 8000 button data-component="IconButton" type="button" data-testid="collapse-file-tree-button" aria-expanded="true" aria-controls="diff_file_tree" data-analytics-opt-out="true" class="prc-Button-ButtonBase-c50BI d-none d-md-flex position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rsatdab:-loading-announcement" aria-labelledby=":R4atdab:">

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/dev/development_environment.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For development, you can set up an in-place build so that changes made to
5959
This allows you to import the in-place built NumPy *from the repo base
6060
directory only*. If you want the in-place build to be visible outside that
6161
base dir, you need to point your ``PYTHONPATH`` environment variable to this
62-
directory. Some IDEs (Spyder for example) have utilities to manage
62+
directory. Some IDEs (`Spyder`_ for example) have utilities to manage
6363
``PYTHONPATH``. On Linux and OSX, you can run the command::
6464

6565
$ export PYTHONPATH=$PWD
@@ -78,6 +78,8 @@ installs a ``.egg-link`` file into your site-packages as well as adjusts the
7878
``easy-install.pth`` there, so its a more permanent (and magical) operation.
7979

8080

81+
.. _Spyder: https://www.spyder-ide.org/
82+
8183
Other build options
8284
-------------------
8385

0 commit comments

Comments
 (0)
0