Skip to content

Commit 04b9f5f

Browse files
authored
Merge pull request #14231 from mattip/sourceforge
DOC: update or remove outdated sourceforge links
2 parents 3a2ab2d + 3bfdd31 commit 04b9f5f

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

doc/HOWTO_RELEASE.rst.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -389,15 +389,6 @@ Build the changelog and notes for upload with::
389389

390390
paver write_release_and_log
391391

392-
The tar-files and binary releases for distribution should be uploaded to SourceForge,
393-
together with the Release Notes and the Changelog. Uploading can be done
394-
through a web interface or, more efficiently, through scp/sftp/rsync as
395-
described in the SourceForge
396-
`upload guide <https://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download>`_ (dead link).
397-
For example::
398-
399-
scp <filename> <username>,numpy@frs.sourceforge.net:/home/frs/project/n/nu/numpy/NumPy/<releasedir>/
400-
401392
Update PyPI
402393
-----------
403394

numpy/distutils/system_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ class AliasedOptionError(DistutilsError):
456456

457457
class AtlasNotFoundError(NotFoundError):
458458
"""
459-
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
459+
Atlas (http://github.com/math-atlas/math-atlas) libraries not found.
460460
Directories to search for the libraries can be specified in the
461461
numpy/distutils/site.cfg file (section [atlas]) or by setting
462462
the ATLAS environment variable."""

numpy/f2py/cfuncs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
'ARRSIZE'] = '#define ARRSIZE(dims,rank) (_PyArray_multiply_list(dims,rank))'
543543
cppmacros['OLDPYNUM'] = """\
544544
#ifdef OLDPYNUM
545-
#error You need to install Numeric Python version 13 or higher. Get it from http:/sourceforge.net/project/?group_id=1369
545+
#error You need to install NumPy version 13 or higher. See https://scipy.org/install.html
546546
#endif
547547
"""
548548
################# C functions ###############

pavement.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
paver write_release
1313
paver write_note
1414
15-
This automatically put the checksum into README.rst, and write the Changelog
16-
which can be uploaded to sourceforge.
15+
This automatically put the checksum into README.rst, and writes the Changelog.
1716
1817
TODO
1918
====

0 commit comments

Comments
 (0)