Skip to content

Commit 4aff800

Browse files
proinsiasjorisvandenbossche
authored andcommitted
DOC: Update old Google Code and SourceForge links (#13534)
1 parent 6625367 commit 4aff800

30 files changed

+43
-37
lines changed

LICENSES/ULTRAJSON_LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525

2626

2727
Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
28-
http://code.google.com/p/stringencoders/
28+
https://github.com/client9/stringencoders
2929
Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights reserved.
3030

3131
Numeric decoder derived from from TCL library
3232
http://www.opensource.apple.com/source/tcl/tcl-14/tcl/license.terms
3333
* Copyright (c) 1988-1993 The Regents of the University of California.
34-
* Copyright (c) 1994 Sun Microsystems, Inc.
34+
* Copyright (c) 1994 Sun Microsystems, Inc.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ conda install pandas
170170
- [SciPy](http://www.scipy.org): miscellaneous statistical functions
171171
- [PyTables](http://www.pytables.org): necessary for HDF5-based storage
172172
- [SQLAlchemy](http://www.sqlalchemy.org): for SQL database support. Version 0.8.1 or higher recommended.
173-
- [matplotlib](http://matplotlib.sourceforge.net/): for plotting
174-
- [statsmodels](http://statsmodels.sourceforge.net/)
173+
- [matplotlib](http://matplotlib.org/): for plotting
174+
- [statsmodels](http://www.statsmodels.org/)
175175
- Needed for parts of `pandas.stats`
176176
- For Excel I/O:
177177
- [xlrd/xlwt](http://www.python-excel.org/)

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288

289289
# Example configuration for intersphinx: refer to the Python standard library.
290290
intersphinx_mapping = {
291-
'statsmodels': ('http://statsmodels.sourceforge.net/devel/', None),
291+
'statsmodels': ('http://www.statsmodels.org/devel/', None),
292292
'matplotlib': ('http://matplotlib.org/', None),
293293
'python': ('http://docs.python.org/3', None),
294294
'numpy': ('http://docs.scipy.org/doc/numpy', None),

doc/source/ecosystem.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ substantial projects that you feel should be on this list, please let us know.
2424
Statistics and Machine Learning
2525
-------------------------------
2626

27-
`Statsmodels <http://statsmodels.sourceforge.net>`__
27+
`Statsmodels <http://www.statsmodels.org/>`__
2828
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2929

3030
Statsmodels is the prominent python "statistics and econometrics library" and it has
@@ -123,7 +123,7 @@ compatible with non-HTML IPython output formats.)
123123
qgrid is "an interactive grid for sorting and filtering
124124
DataFrames in IPython Notebook" built with SlickGrid.
125125

126-
`Spyder <https://code.google.com/p/spyderlib/>`__
126+
`Spyder <https://github.com/spyder-ide/spyder/>`__
127127
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128128

129129
Spyder is a cross-platform Qt-based open-source Python IDE with

doc/source/index.rst.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Some other notes
9292
specialized tool.
9393

9494
- pandas is a dependency of `statsmodels
95-
<http://statsmodels.sourceforge.net>`__, making it an important part of the
95+
<http://www.statsmodels.org/stable/index.html>`__, making it an important part of the
9696
statistical computing ecosystem in Python.
9797

9898
- pandas has been used extensively in production in financial applications.

doc/source/install.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Optional Dependencies
252252
- `pymysql <https://github.com/PyMySQL/PyMySQL>`__: for MySQL.
253253
- `SQLite <https://docs.python.org/3.5/library/sqlite3.html>`__: for SQLite, this is included in Python's standard library by default.
254254

255-
* `matplotlib <http://matplotlib.sourceforge.net/>`__: for plotting
255+
* `matplotlib <http://matplotlib.org/>`__: for plotting
256256
* `openpyxl <http://packages.python.org/openpyxl/>`__, `xlrd/xlwt <http://www.python-excel.org/>`__: Needed for Excel I/O
257257
* `XlsxWriter <https://pypi.python.org/pypi/XlsxWriter>`__: Alternative Excel writer
258258
* `Jinja2 <http://jinja.pocoo.org/>`__: Template engine for conditional HTML formatting.
@@ -264,9 +264,9 @@ Optional Dependencies
264264
<http://qt-project.org/wiki/Category:LanguageBindings::PySide>`__, `pygtk
265265
<http://www.pygtk.org/>`__, `xsel
266266
<http://www.vergenet.net/~conrad/software/xsel/>`__, or `xclip
267-
<http://sourceforge.net/projects/xclip/>`__: necessary to use
267+
<https://github.com/astrand/xclip/>`__: necessary to use
268268
:func:`~pandas.io.clipboard.read_clipboard`. Most package managers on Linux distributions will have ``xclip`` and/or ``xsel`` immediately available for installation.
269-
* Google's `python-gflags <http://code.google.com/p/python-gflags/>`__ ,
269+
* Google's `python-gflags <<https://github.com/google/python-gflags/>`__ ,
270270
`oauth2client <https://github.com/google/oauth2client>`__ ,
271271
`httplib2 <http://pypi.python.org/pypi/httplib2>`__
272272
and `google-api-python-client <http://github.com/google/google-api-python-client>`__

doc/source/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4277,7 +4277,7 @@ to existing tables.
42774277

42784278
You will need to install some additional dependencies:
42794279

4280-
- Google's `python-gflags <http://code.google.com/p/python-gflags/>`__
4280+
- Google's `python-gflags <https://github.com/google/python-gflags/>`__
42814281
- `httplib2 <http://pypi.python.org/pypi/httplib2>`__
42824282
- `google-api-python-client <http://github.com/google/google-api-python-client>`__
42834283

doc/source/r_interface.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The ``convert_to_r_matrix`` function can be replaced by the normal
7373
comparison to the ones in pandas, please report this at the
7474
`issue tracker <https://github.com/pydata/pandas/issues>`_.
7575

76-
See also the documentation of the `rpy2 <http://rpy.sourceforge.net/>`__ project.
76+
See also the documentation of the `rpy2 <http://rpy2.bitbucket.org/>`__ project.
7777

7878

7979
R interface with rpy2

doc/source/release.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ Highlights include:
630630
modules are deprecated. We refer users to external packages like
631631
`seaborn <http://stanford.edu/~mwaskom/software/seaborn/>`_,
632632
`pandas-qt <https://github.com/datalyze-solutions/pandas-qt>`_ and
633-
`rpy2 <http://rpy.sourceforge.net/>`_ for similar or equivalent
633+
`rpy2 <http://rpy2.bitbucket.org/>`_ for similar or equivalent
634634
functionality, see :ref:`here <whatsnew_0160.deprecations>`
635635

636636
See the :ref:`v0.16.0 Whatsnew <whatsnew_0160>` overview or the issue tracker on GitHub for an extensive list

doc/source/whatsnew/v0.13.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ Experimental
825825

826826
# Your Google BigQuery Project ID
827827
# To find this, see your dashboard:
828-
# https://code.google.com/apis/console/b/0/?noredirect
828+
# https://console.developers.google.com/iam-admin/projects?authuser=0
829829
projectid = xxxxxxxxx;
830830

831831
df = gbq.read_gbq(query, project_id = projectid)

doc/source/whatsnew/v0.16.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Highlights include:
1919
modules are deprecated. We refer users to external packages like
2020
`seaborn <http://stanford.edu/~mwaskom/software/seaborn/>`_,
2121
`pandas-qt <https://github.com/datalyze-solutions/pandas-qt>`_ and
22-
`rpy2 <http://rpy.sourceforge.net/>`_ for similar or equivalent
22+
`rpy2 <http://rpy2.bitbucket.org/>`_ for similar or equivalent
2323
functionality, see :ref:`here <whatsnew_0160.deprecations>`
2424

2525
Check the :ref:`API Changes <whatsnew_0160.api>` and :ref:`deprecations <whatsnew_0160.deprecations>` before updating.
@@ -508,7 +508,7 @@ Deprecations
508508
We refer users to the external package `pandas-qt <https://github.com/datalyze-solutions/pandas-qt>`_. (:issue:`9615`)
509509

510510
- The ``pandas.rpy`` interface is deprecated and will be removed in a future version.
511-
Similar functionaility can be accessed thru the `rpy2 <http://rpy.sourceforge.net/>`_ project (:issue:`9602`)
511+
Similar functionaility can be accessed thru the `rpy2 <http://rpy2.bitbucket.org/>`_ project (:issue:`9602`)
512512

513513
- Adding ``DatetimeIndex/PeriodIndex`` to another ``DatetimeIndex/PeriodIndex`` is being deprecated as a set-operation. This will be changed to a ``TypeError`` in a future version. ``.union()`` should be used for the union set operation. (:issue:`9094`)
514514
- Subtracting ``DatetimeIndex/PeriodIndex`` from another ``DatetimeIndex/PeriodIndex`` is being deprecated as a set-operation. This will be changed to an actual numeric subtraction yielding a ``TimeDeltaIndex`` in a future version. ``.difference()`` should be used for the differencing set operation. (:issue:`9094`)

doc/source/whatsnew/v0.8.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ matplotlib knows how to handle ``datetime.datetime`` but not Timestamp
241241
objects. While I recommend that you plot time series using ``TimeSeries.plot``,
242242
you can either use ``to_pydatetime`` or register a converter for the Timestamp
243243
type. See `matplotlib documentation
244-
<http://matplotlib.sourceforge.net/api/units_api.html>`__ for more on this.
244+
<http://matplotlib.org/api/units_api.html>`__ for more on this.
245245

246246
.. warning::
247247

doc/sphinxext/numpydoc/phantom_import.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
can be used to get the current docstrings from a Pydocweb instance
1212
without needing to rebuild the documented module.
1313
14-
.. [1] http://code.google.com/p/pydocweb
14+
.. [1] https://github.com/pv/pydocweb
1515
1616
"""
1717
from __future__ import division, absolute_import, print_function

pandas/io/auth.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ class AuthenticationConfigError(ValueError):
3030
3131
%s
3232
33-
with information from the APIs Console <https://code.google.com/apis/console>.
33+
with information from the APIs Console
34+
<https://console.developers.google.com/iam-admin/projects>.
3435
3536
"""
3637
DOC_URL = ('https://developers.google.com/api-client-library/python/guide/'

pandas/io/ga.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
1. Goto https://code.google.com/apis/console
2+
1. Goto https://console.developers.google.com/iam-admin/projects
33
2. Create new project
44
3. Goto APIs and register for OAuth2.0 for installed applications
55
4. Download JSON secret file and move into same directory as this file

pandas/io/stata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
a once again improved version.
88
99
You can find more information on http://presbrey.mit.edu/PyDTA and
10-
http://statsmodels.sourceforge.net/devel/
10+
http://www.statsmodels.org/devel/
1111
"""
1212
import numpy as np
1313

pandas/src/klib/khash.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int main() {
5252
* The capacity is a power of 2. This seems to dramatically improve the
5353
speed for simple keys. Thank Zilong Tan for the suggestion. Reference:
5454
55-
- http://code.google.com/p/ulib/
55+
- https://github.com/stefanocasazza/ULib
5656
- http://nothings.org/computer/judy/
5757
5858
* Allow to optionally use linear probing which usually has better

pandas/src/ujson/lib/ultrajson.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727
2828
Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
29-
http://code.google.com/p/stringencoders/
29+
https://github.com/client9/stringencoders
3030
Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights reserved.
3131
3232
Numeric decoder derived from from TCL library

pandas/src/ujson/lib/ultrajsondec.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727
2828
Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
29-
http://code.google.com/p/stringencoders/
29+
https://github.com/client9/stringencoders
3030
Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights reserved.
3131
3232
Numeric decoder derived from from TCL library

pandas/src/ujson/lib/ultrajsonenc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727
2828
Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
29-
http://code.google.com/p/stringencoders/
29+
https://github.com/client9/stringencoders
3030
Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights reserved.
3131
3232
Numeric decoder derived from from TCL library

pandas/src/ujson/python/JSONtoObj.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727
2828
Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
29-
http://code.google.com/p/stringencoders/
29+
https://github.com/client9/stringencoders
3030
Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights reserved.
3131
3232
Numeric decoder derived from from TCL library

pandas/src/ujson/python/objToJSON.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727
2828
Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
29-
http://code.google.com/p/stringencoders/
29+
https://github.com/client9/stringencoders
3030
Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights reserved.
3131
3232
Numeric decoder derived from from TCL library

pandas/src/ujson/python/py_defines.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727
2828
Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
29-
http://code.google.com/p/stringencoders/
29+
https://github.com/client9/stringencoders
3030
Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights reserved.
3131
3232
Numeric decoder derived from from TCL library

pandas/src/ujson/python/ujson.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727
2828
Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
29-
http://code.google.com/p/stringencoders/
29+
https://github.com/client9/stringencoders
3030
Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights reserved.
3131
3232
Numeric decoder derived from from TCL library

pandas/src/ujson/python/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727
2828
Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
29-
http://code.google.com/p/stringencoders/
29+
https://github.com/client9/stringencoders
3030
Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights reserved.
3131
3232
Numeric decoder derived from from TCL library

pandas/stats/fama_macbeth.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def __init__(self, y, x, intercept=True, nw_lags=None,
3737
import warnings
3838
warnings.warn("The pandas.stats.fama_macbeth module is deprecated and will be "
3939
"removed in a future version. We refer to external packages "
40-
"like statsmodels, see here: http://statsmodels.sourceforge.net/stable/index.html",
40+
"like statsmodels, see here: "
41+
"http://www.statsmodels.org/stable/index.html",
4142
FutureWarning, stacklevel=4)
4243

4344
if dropped_dummies is None:

pandas/stats/ols.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ def __init__(self, y, x, intercept=True, weights=None, nw_lags=None,
5151
import warnings
5252
warnings.warn("The pandas.stats.ols module is deprecated and will be "
5353
"removed in a future version. We refer to external packages "
54-
"like statsmodels, see some examples here: http://statsmodels.sourceforge.net/stable/regression.html",
54+
"like statsmodels, see some examples here: "
55+
"http://www.statsmodels.org/stable/regression.html",
5556
FutureWarning, stacklevel=4)
5657

5758
try:

pandas/stats/plm.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def __init__(self, y, x, weights=None, intercept=True, nw_lags=None,
3939
import warnings
4040
warnings.warn("The pandas.stats.plm module is deprecated and will be "
4141
"removed in a future version. We refer to external packages "
42-
"like statsmodels, see some examples here: http://statsmodels.sourceforge.net/stable/mixed_linear.html",
42+
"like statsmodels, see some examples here: "
43+
"http://www.statsmodels.org/stable/mixed_linear.html",
4344
FutureWarning, stacklevel=4)
4445
self._x_orig = x
4546
self._y_orig = y
@@ -743,7 +744,8 @@ def __init__(self, y, x, window_type='full_sample', window=None,
743744
import warnings
744745
warnings.warn("The pandas.stats.plm module is deprecated and will be "
745746
"removed in a future version. We refer to external packages "
746-
"like statsmodels, see some examples here: http://statsmodels.sourceforge.net/stable/mixed_linear.html",
747+
"like statsmodels, see some examples here: "
748+
"http://www.statsmodels.org/stable/mixed_linear.html",
747749
FutureWarning, stacklevel=4)
748750

749751
for attr in self.ATTRIBUTES:

pandas/stats/var.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def __init__(self, data, p=1, intercept=True):
3131
import warnings
3232
warnings.warn("The pandas.stats.var module is deprecated and will be "
3333
"removed in a future version. We refer to external packages "
34-
"like statsmodels, see some examples here: http://statsmodels.sourceforge.net/stable/vector_ar.html#var",
34+
"like statsmodels, see some examples here: "
35+
"http://www.statsmodels.org/stable/vector_ar.html#var",
3536
FutureWarning, stacklevel=4)
3637

3738
try:

pandas/util/decorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def wrapper(*args, **kwargs):
9494

9595

9696
# Substitution and Appender are derived from matplotlib.docstring (1.1.0)
97-
# module http://matplotlib.sourceforge.net/users/license.html
97+
# module http://matplotlib.org/users/license.html
9898

9999

100100
class Substitution(object):

0 commit comments

Comments
 (0)