Skip to content

Commit dc4267a

Browse files
committed
Add spkg to spkg names
1 parent 2e2f9f6 commit dc4267a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/sage/databases/cunningham_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
numbers occurring in the factorization of numbers of type `b^n+1` or `b^n-1`
66
with `b \in \{2,3,5,6,7,10,11,12\}`. For an introduction to Cunningham prime
77
factors, see :wikipedia:`Cunningham_Project`. The data becomes available if you
8-
install the optional :ref:`cunningham_tables <cunningham_tables>` package by
8+
install the optional :ref:`cunningham_tables <spkg_cunningham_tables>` package by
99
the command ::
1010
1111
sage -i cunningham_tables

src/sage/databases/db_class_polynomials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This module gives access to the database of Hilbert class polynomials. To use
55
the database, you need to install the optional :ref:`database_kohel
6-
<database_kohel>` package by the Sage command ::
6+
<spkg_database_kohel>` package by the Sage command ::
77
88
sage -i database_kohel
99

src/sage/databases/db_modular_polynomials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This module gives access to the database of modular polynomials. To use the
55
database, you need to install the optional :ref:`database_kohel
6-
<database_kohel>` package by the Sage command ::
6+
<spkg_database_kohel>` package by the Sage command ::
77
88
sage -i database_kohel
99

src/sage/databases/jones.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
John Jones's tables of number fields
33
44
In order to use the Jones database, the optional :ref:`database_jones_numfield
5-
<database_jones_numfield>` package must be installed using the Sage command ::
5+
<spkg_database_jones_numfield>` package must be installed using the Sage command ::
66
77
sage -i database_jones_numfield
88

src/sage/databases/knotinfo_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
`LinkInfo <https://linkinfo.sitehost.iu.edu>`__.
99
1010
To use the database, you need to install the optional :ref:`database_knotinfo
11-
<database_knotinfo>` package by the Sage command ::
11+
<spkg_database_knotinfo>` package by the Sage command ::
1212
1313
sage -i database_knotinfo
1414

src/sage/databases/odlyzko.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The main access function to the database of the zeros of the Riemann zeta
55
function is :func:`zeta_zeros`. In order to use ``zeta_zeros()``, you need to
6-
install the optional :ref:`database_odlyzko_zeta <database_odlyzko_zeta>`
6+
install the optional :ref:`database_odlyzko_zeta <spkg_database_odlyzko_zeta>`
77
package::
88
99
sage -i database_odlyzko_zeta

src/sage/databases/symbolic_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
development.
3333
3434
In order to use this dataset, you need to install the optional
35-
:ref:`database_symbolic_data <database_symbolic_data>` package by the Sage
35+
:ref:`database_symbolic_data <spkg_database_symbolic_data>` package by the Sage
3636
command ::
3737
3838
sage -i database_symbolic_data

0 commit comments

Comments
 (0)