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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

0 commit comments

Comments
 (0)