Skip to content

DOC: Update old Google Code and SourceForge links #13534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LICENSES/ULTRAJSON_LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


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

Numeric decoder derived from from TCL library
http://www.opensource.apple.com/source/tcl/tcl-14/tcl/license.terms
* Copyright (c) 1988-1993 The Regents of the University of California.
* Copyright (c) 1994 Sun Microsystems, Inc.
* Copyright (c) 1994 Sun Microsystems, Inc.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ conda install pandas
- [SciPy](http://www.scipy.org): miscellaneous statistical functions
- [PyTables](http://www.pytables.org): necessary for HDF5-based storage
- [SQLAlchemy](http://www.sqlalchemy.org): for SQL database support. Version 0.8.1 or higher recommended.
- [matplotlib](http://matplotlib.sourceforge.net/): for plotting
- [statsmodels](http://statsmodels.sourceforge.net/)
- [matplotlib](http://matplotlib.org/): for plotting
- [statsmodels](http://www.statsmodels.org/)
- Needed for parts of `pandas.stats`
- For Excel I/O:
- [xlrd/xlwt](http://www.python-excel.org/)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'statsmodels': ('http://statsmodels.sourceforge.net/devel/', None),
'statsmodels': ('http://www.statsmodels.org/devel/', None),
'matplotlib': ('http://matplotlib.org/', None),
'python': ('http://docs.python.org/3', None),
'numpy': ('http://docs.scipy.org/doc/numpy', None),
Expand Down
4 changes: 2 additions & 2 deletions doc/source/ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ substantial projects that you feel should be on this list, please let us know.
Statistics and Machine Learning
-------------------------------

`Statsmodels <http://statsmodels.sourceforge.net>`__
`Statsmodels <http://www.statsmodels.org/>`__
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

Spyder is a cross-platform Qt-based open-source Python IDE with
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst.template
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Some other notes
specialized tool.

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

- pandas has been used extensively in production in financial applications.
Expand Down
6 changes: 3 additions & 3 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Optional Dependencies
- `pymysql <https://github.com/PyMySQL/PyMySQL>`__: for MySQL.
- `SQLite <https://docs.python.org/3.5/library/sqlite3.html>`__: for SQLite, this is included in Python's standard library by default.

* `matplotlib <http://matplotlib.sourceforge.net/>`__: for plotting
* `matplotlib <http://matplotlib.org/>`__: for plotting
* `openpyxl <http://packages.python.org/openpyxl/>`__, `xlrd/xlwt <http://www.python-excel.org/>`__: Needed for Excel I/O
* `XlsxWriter <https://pypi.python.org/pypi/XlsxWriter>`__: Alternative Excel writer
* `Jinja2 <http://jinja.pocoo.org/>`__: Template engine for conditional HTML formatting.
Expand All @@ -264,9 +264,9 @@ Optional Dependencies
<http://qt-project.org/wiki/Category:LanguageBindings::PySide>`__, `pygtk
<http://www.pygtk.org/>`__, `xsel
<http://www.vergenet.net/~conrad/software/xsel/>`__, or `xclip
<http://sourceforge.net/projects/xclip/>`__: necessary to use
<https://github.com/astrand/xclip/>`__: necessary to use
:func:`~pandas.io.clipboard.read_clipboard`. Most package managers on Linux distributions will have ``xclip`` and/or ``xsel`` immediately available for installation.
* Google's `python-gflags <http://code.google.com/p/python-gflags/>`__ ,
* Google's `python-gflags <<https://github.com/google/python-gflags/>`__ ,
`oauth2client <https://github.com/google/oauth2client>`__ ,
`httplib2 <http://pypi.python.org/pypi/httplib2>`__
and `google-api-python-client <http://github.com/google/google-api-python-client>`__
Expand Down
2 changes: 1 addition & 1 deletion doc/source/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4277,7 +4277,7 @@ to existing tables.

You will need to install some additional dependencies:

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

Expand Down
2 changes: 1 addition & 1 deletion doc/source/r_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The ``convert_to_r_matrix`` function can be replaced by the normal
comparison to the ones in pandas, please report this at the
`issue tracker <https://github.com/pydata/pandas/issues>`_.

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


R interface with rpy2
Expand Down
2 changes: 1 addition & 1 deletion doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ Highlights include:
modules are deprecated. We refer users to external packages like
`seaborn <http://stanford.edu/~mwaskom/software/seaborn/>`_,
`pandas-qt <https://github.com/datalyze-solutions/pandas-qt>`_ and
`rpy2 <http://rpy.sourceforge.net/>`_ for similar or equivalent
`rpy2 <http://rpy2.bitbucket.org/>`_ for similar or equivalent
functionality, see :ref:`here <whatsnew_0160.deprecations>`

See the :ref:`v0.16.0 Whatsnew <whatsnew_0160>` overview or the issue tracker on GitHub for an extensive list
Expand Down
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.13.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ Experimental

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

df = gbq.read_gbq(query, project_id = projectid)
Expand Down
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v0.16.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Highlights include:
modules are deprecated. We refer users to external packages like
`seaborn <http://stanford.edu/~mwaskom/software/seaborn/>`_,
`pandas-qt <https://github.com/datalyze-solutions/pandas-qt>`_ and
`rpy2 <http://rpy.sourceforge.net/>`_ for similar or equivalent
`rpy2 <http://rpy2.bitbucket.org/>`_ for similar or equivalent
functionality, see :ref:`here <whatsnew_0160.deprecations>`

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

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

- 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`)
- 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`)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.8.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ matplotlib knows how to handle ``datetime.datetime`` but not Timestamp
objects. While I recommend that you plot time series using ``TimeSeries.plot``,
you can either use ``to_pydatetime`` or register a converter for the Timestamp
type. See `matplotlib documentation
<http://matplotlib.sourceforge.net/api/units_api.html>`__ for more on this.
<http://matplotlib.org/api/units_api.html>`__ for more on this.

.. warning::

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinxext/numpydoc/phantom_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
can be used to get the current docstrings from a Pydocweb instance
without needing to rebuild the documented module.

.. [1] http://code.google.com/p/pydocweb
.. [1] https://github.com/pv/pydocweb

"""
from __future__ import division, absolute_import, print_function
Expand Down
3 changes: 2 additions & 1 deletion pandas/io/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ class AuthenticationConfigError(ValueError):

%s

with information from the APIs Console <https://code.google.com/apis/console>.
with information from the APIs Console
<https://console.developers.google.com/iam-admin/projects>.

"""
DOC_URL = ('https://developers.google.com/api-client-library/python/guide/'
Expand Down
2 changes: 1 addition & 1 deletion pandas/io/ga.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
1. Goto https://code.google.com/apis/console
1. Goto https://console.developers.google.com/iam-admin/projects
2. Create new project
3. Goto APIs and register for OAuth2.0 for installed applications
4. Download JSON secret file and move into same directory as this file
Expand Down
2 changes: 1 addition & 1 deletion pandas/io/stata.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
a once again improved version.

You can find more information on http://presbrey.mit.edu/PyDTA and
http://statsmodels.sourceforge.net/devel/
http://www.statsmodels.org/devel/
"""
import numpy as np

Expand Down
2 changes: 1 addition & 1 deletion pandas/src/klib/khash.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int main() {
* The capacity is a power of 2. This seems to dramatically improve the
speed for simple keys. Thank Zilong Tan for the suggestion. Reference:

- http://code.google.com/p/ulib/
- https://github.com/stefanocasazza/ULib
- http://nothings.org/computer/judy/

* Allow to optionally use linear probing which usually has better
Expand Down
2 changes: 1 addition & 1 deletion pandas/src/ujson/lib/ultrajson.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


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

Numeric decoder derived from from TCL library
Expand Down
2 changes: 1 addition & 1 deletion pandas/src/ujson/lib/ultrajsondec.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


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

Numeric decoder derived from from TCL library
Expand Down
2 changes: 1 addition & 1 deletion pandas/src/ujson/lib/ultrajsonenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


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

Numeric decoder derived from from TCL library
Expand Down
2 changes: 1 addition & 1 deletion pandas/src/ujson/python/JSONtoObj.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


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

Numeric decoder derived from from TCL library
Expand Down
2 changes: 1 addition & 1 deletion pandas/src/ujson/python/objToJSON.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


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

Numeric decoder derived from from TCL library
Expand Down
2 changes: 1 addition & 1 deletion pandas/src/ujson/python/py_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


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

Numeric decoder derived from from TCL library
Expand Down
2 changes: 1 addition & 1 deletion pandas/src/ujson/python/ujson.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


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

Numeric decoder derived from from TCL library
Expand Down
2 changes: 1 addition & 1 deletion pandas/src/ujson/python/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


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

Numeric decoder derived from from TCL library
Expand Down
3 changes: 2 additions & 1 deletion pandas/stats/fama_macbeth.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def __init__(self, y, x, intercept=True, nw_lags=None,
import warnings
warnings.warn("The pandas.stats.fama_macbeth module is deprecated and will be "
"removed in a future version. We refer to external packages "
"like statsmodels, see here: http://statsmodels.sourceforge.net/stable/index.html",
"like statsmodels, see here: "
"http://www.statsmodels.org/stable/index.html",
FutureWarning, stacklevel=4)

if dropped_dummies is None:
Expand Down
3 changes: 2 additions & 1 deletion pandas/stats/ols.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def __init__(self, y, x, intercept=True, weights=None, nw_lags=None,
import warnings
warnings.warn("The pandas.stats.ols module is deprecated and will be "
"removed in a future version. We refer to external packages "
"like statsmodels, see some examples here: http://statsmodels.sourceforge.net/stable/regression.html",
"like statsmodels, see some examples here: "
"http://www.statsmodels.org/stable/regression.html",
FutureWarning, stacklevel=4)

try:
Expand Down
6 changes: 4 additions & 2 deletions pandas/stats/plm.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def __init__(self, y, x, weights=None, intercept=True, nw_lags=None,
import warnings
warnings.warn("The pandas.stats.plm module is deprecated and will be "
"removed in a future version. We refer to external packages "
"like statsmodels, see some examples here: http://statsmodels.sourceforge.net/stable/mixed_linear.html",
"like statsmodels, see some examples here: "
"http://www.statsmodels.org/stable/mixed_linear.html",
FutureWarning, stacklevel=4)
self._x_orig = x
self._y_orig = y
Expand Down Expand Up @@ -743,7 +744,8 @@ def __init__(self, y, x, window_type='full_sample', window=None,
import warnings
warnings.warn("The pandas.stats.plm module is deprecated and will be "
"removed in a future version. We refer to external packages "
"like statsmodels, see some examples here: http://statsmodels.sourceforge.net/stable/mixed_linear.html",
"like statsmodels, see some examples here: "
"http://www.statsmodels.org/stable/mixed_linear.html",
FutureWarning, stacklevel=4)

for attr in self.ATTRIBUTES:
Expand Down
3 changes: 2 additions & 1 deletion pandas/stats/var.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def __init__(self, data, p=1, intercept=True):
import warnings
warnings.warn("The pandas.stats.var module is deprecated and will be "
"removed in a future version. We refer to external packages "
"like statsmodels, see some examples here: http://statsmodels.sourceforge.net/stable/vector_ar.html#var",
"like statsmodels, see some examples here: "
"http://www.statsmodels.org/stable/vector_ar.html#var",
FutureWarning, stacklevel=4)

try:
Expand Down
2 changes: 1 addition & 1 deletion pandas/util/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def wrapper(*args, **kwargs):


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


class Substitution(object):
Expand Down