diff options
author | C.A.M. Gerlach <widenetservices@gmail.com> | 2018-07-30 21:03:12 -0500 |
---|---|---|
committer | C.A.M. Gerlach <widenetservices@gmail.com> | 2018-07-30 21:03:12 -0500 |
commit | 0fdd813106fda756ce31c95edecd3eca62788be7 (patch) | |
tree | 21abca76a38692cb16ccebb99b04ae90a176f2f7 /doc | |
parent | 9af43c2579352850013031a294fa238ef1fba7b8 (diff) | |
download | numpy-0fdd813106fda756ce31c95edecd3eca62788be7.tar.gz |
DOC: Make Spyder name a link in dev env setup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/dev/development_environment.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst index 0c9f307f8..091eb09f0 100644 --- a/doc/source/dev/development_environment.rst +++ b/doc/source/dev/development_environment.rst @@ -59,7 +59,7 @@ For development, you can set up an in-place build so that changes made to This allows you to import the in-place built NumPy *from the repo base directory only*. If you want the in-place build to be visible outside that base dir, you need to point your ``PYTHONPATH`` environment variable to this -directory. Some IDEs (Spyder for example) have utilities to manage +directory. Some IDEs (`Spyder`_ for example) have utilities to manage ``PYTHONPATH``. On Linux and OSX, you can run the command:: $ export PYTHONPATH=$PWD @@ -78,6 +78,8 @@ installs a ``.egg-link`` file into your site-packages as well as adjusts the ``easy-install.pth`` there, so its a more permanent (and magical) operation. +.. _Spyder: https://www.spyder-ide.org/ + Other build options ------------------- |