Removed the links to the Python server, see also #613

This commit is contained in:
Jorrit Wronski
2015-04-22 11:02:57 +02:00
parent 7c22d26fac
commit ea548b96ea
3 changed files with 6 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ if isRelease:
}
else:
extlinks = {'sfdownloads': ('http://sourceforge.net/projects/coolprop/files/CoolProp/'+release+'/%s',''),
'sfnightly' : ('http://www.coolprop.dreamhosters.com:8010/binaries/%s',''),
'sfnightly' : ('http://www.coolprop.dreamhosters.com/binaries/%s',''),
#'bbbinaries' : ('http://www.coolprop.dreamhosters.com:8010/binaries/%s',''),
#'bbsphinx' : ('http://www.coolprop.dreamhosters.com:8010/sphinx/%s','')
}
@@ -69,7 +69,7 @@ if isRelease:
}
else:
doxylink = {
'cpapi' : ('_static/doxygen/CoolPropDoxyLink.tag', 'http://www.coolprop.dreamhosters.com:8010/binaries/sphinx/_static/doxygen/html')
'cpapi' : ('_static/doxygen/CoolPropDoxyLink.tag', 'http://www.coolprop.dreamhosters.com/binaries/sphinx/_static/doxygen/html')
}
# -- General configuration -----------------------------------------------------

View File

@@ -56,7 +56,7 @@ The code below assumes that the swig-matlab-bin folder sits in the build directo
Precompiled
^^^^^^^^^^^
You can download the pre-compiled versions from `the buildbot slave <http://www.coolprop.dreamhosters.com:8010/nightly/>`_
You can download the pre-compiled nightly versions from :sfnightly:`MATLAB`.
Do-it-yourself (masochistic)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@@ -13,9 +13,10 @@ Using the ``pip`` installation program, you can install the official release can
pip install CoolProp
or the latest version from the development server using::
If you dare, you can also try the latest nightly release from :sfnightly:`Python`
or get it directly from the development server using::
pip install --pre --find-links http://www.coolprop.dreamhosters.com:8010/binaries/Python/ -U --force-reinstall CoolProp
pip install --pre --find-links http://www.coolprop.dreamhosters.com/binaries/Python/ -U --force-reinstall CoolProp
Manual installation