Skip to content

Commit f913282

Browse files
author
Release Manager
committed
Trac #34429: fix gforge inria links in docs
It seems that gforge is gone at INRIA. On the other hand: {{{ build/pkgs/ecm/SPKG.rst:- [email protected] (requires subscription) build/pkgs/gf2x/SPKG.rst:Website: http://gf2x.gforge.inria.fr/ build/pkgs/mpc/SPKG.rst: [email protected] build/pkgs/mpfi/SPKG.rst:The MPFI website is located at http://mpfi.gforge.inria.fr/ build/pkgs/mpfi/SPKG.rst:[email protected] src/doc/en/thematic_tutorials/linear_programming.rst:`Calcul mathematique avec Sage <http://sagebook.gforge.inria.fr>`_. src/sage/combinat/tutorial.py: http://sagebook.gforge.inria.fr/ src/sage/interfaces/ecm.py:http://ecm.gforge.inria.fr for more about GMP-ECM. src/sage/interfaces/ecm.py: See http://ecm.gforge.inria.fr src/sage/libs/libecm.pyx:See http://ecm.gforge.inria.fr/ for more about GMP-ECM. src/sage/tests/books/computational-mathematics-with- sagemath/README:freely available from http://sagebook.gforge.inria.fr/english.html }}} So it seems to me that these are either Paul @zimmerma projects (should one use links on https://members.loria.fr/PZimmermann/ instead?) and a sagebook - where is the online version now? URL: https://trac.sagemath.org/34429 Reported by: dimpase Ticket author(s): Dima Pasechnik Reviewer(s): Matthias Koeppe
2 parents bcfab68 + 33dea57 commit f913282

File tree

9 files changed

+14
-16
lines changed

9 files changed

+14
-16
lines changed

build/pkgs/ecm/SPKG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LGPL V3+
1717
Upstream Contact
1818
----------------
1919

20-
- ecm-discuss@lists.gforge.inria.fr (requires subscription)
20+
2121

2222
Special Update/Build Instructions
2323
---------------------------------

build/pkgs/gf2x/SPKG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gf2x is a C/C++ software package containing routines for fast arithmetic
88
in GF(2)[x] (multiplication, squaring, GCD) and searching for
99
irreducible/primitive trinomials.
1010

11-
Website: http://gf2x.gforge.inria.fr/
11+
Website: https://gitlab.inria.fr/gf2x/gf2x
1212

1313
License
1414
-------

build/pkgs/mpc/SPKG.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mpc: Arithmetic of complex numbers with arbitrarily high precision and correct r
44
Description
55
-----------
66

7-
From http://www.multiprecision.org/mpc: GNU MPC is a C library for the
7+
From https://www.multiprecision.org/mpc: GNU MPC is a C library for the
88
arithmetic of complex numbers with arbitrarily high precision and
99
correct rounding of the result. It extends the principles of the
1010
IEEE-754 standard for fixed precision real floating point numbers to
@@ -22,11 +22,9 @@ documentation.
2222
Upstream Contact
2323
----------------
2424

25-
The MPC website is located at http://www.multiprecision.org/mpc .
25+
The MPC website is located at https://www.multiprecision.org/mpc .
2626

27-
The MPC team can be contacted via the MPC mailing list:
28-
29-
27+
The MPC team can be contacted via the MPC mailing list: [email protected]
3028

3129
Special Update/Build Instructions
3230
---------------------------------

build/pkgs/mpfi/SPKG.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Upstream Contact
3333

3434
http://perso.ens-lyon.fr/nathalie.revol/software.html
3535

36-
The MPFI website is located at http://mpfi.gforge.inria.fr/
36+
The MPFI website is located at https://gitlab.inria.fr/mpfi/mpfi
3737

38-
The MPFI team can be contacted via the MPFI mailing list:
39-
38+
The MPFI team can be contacted via the MPFI mailing list: [email protected]
4039

src/doc/en/thematic_tutorials/linear_programming.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ to reformulate an optimization (or existence) problem through linear
1313
constraints.
1414

1515
This is a translation of a chapter from the book
16-
`Calcul mathematique avec Sage <http://sagebook.gforge.inria.fr>`_.
16+
`Calcul mathematique avec Sage <https://www.sagemath.org/sagebook/french.html>`_.
17+
This book now exists in `English, too <https://www.sagemath.org/sagebook/english.html>`_.
1718

1819
Definition
1920
----------

src/sage/combinat/tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@
18421842
18431843
.. [CMS2012] Alexandre Casamayou, Nathann Cohen, Guillaume Connan, Thierry Dumont, Laurent Fousse, François Maltey, Matthias Meulien, Marc Mezzarobba, Clément Pernet, Nicolas M. Thiéry, Paul Zimmermann
18441844
*Calcul Mathématique avec Sage*
1845-
http://sagebook.gforge.inria.fr/
1845+
https://www.sagemath.org/sagebook/french.html
18461846
18471847
.. [1]
18481848
Or at least that should be the case; there are still many corners to

src/sage/interfaces/ecm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Sage includes GMP-ECM, which is a highly optimized implementation of
1212
Lenstra's elliptic curve factorization method. See
13-
http://ecm.gforge.inria.fr for more about GMP-ECM.
13+
https://gitlab.inria.fr/zimmerma/ecm for more about GMP-ECM.
1414
1515
AUTHORS:
1616
@@ -63,7 +63,7 @@ def __init__(self, B1=10, B2=None, **kwds):
6363
Create an interface to the GMP-ECM elliptic curve method
6464
factorization program.
6565
66-
See http://ecm.gforge.inria.fr
66+
See https://gitlab.inria.fr/zimmerma/ecm
6767
6868
INPUT:
6969

src/sage/libs/libecm.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Elliptic Curve Method for Integer Factorization (ECM)
55
66
Sage includes GMP-ECM, which is a highly optimized implementation of
77
Lenstra's elliptic curve factorization method.
8-
See http://ecm.gforge.inria.fr/ for more about GMP-ECM.
8+
See https://gitlab.inria.fr/zimmerma/ecm for more about GMP-ECM.
99
This file provides a Cython interface to the GMP-ECM library.
1010
1111
AUTHORS:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This directory contains all the example code from the book
22
"Computational Mathematics with SageMath" by Paul Zimmermann et al,
3-
freely available from http://sagebook.gforge.inria.fr/english.html
3+
freely available from https://www.sagemath.org/sagebook/english.html
44

55
Each file corresponds to a chapter of the book.
66
The directory "sol" contains the code for Annex A: answers to exercises

0 commit comments

Comments
 (0)