Skip to content

Commit 5532108

Browse files
committed
Add links to the packages list
1 parent 35fa4ba commit 5532108

File tree

8 files changed

+18
-12
lines changed

8 files changed

+18
-12
lines changed

src/sage/databases/cubic_hecke_db.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
of linear forms on the cubic Hecke algebra on at most four strands
3232
satisfying the Markov trace condition for its cubic Hecke subalgebras.
3333
34-
To use the database, you need to install the optional package by the Sage
34+
To use the database, you need to install the optional
35+
:ref:`database_cubic_hecke <spkg_database_cubic_hecke>` package by the Sage
3536
command ::
3637
3738
sage -i database_cubic_hecke

src/sage/databases/cunningham_tables.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
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 package by the command ::
8+
install the optional :ref:`cunningham_tables <cunningham_tables>` package by
9+
the command ::
910
1011
sage -i cunningham_tables
1112

src/sage/databases/db_class_polynomials.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""
22
Database of Hilbert polynomials
33
4-
This module gives access to the database of Hilbert class polynomials. To use the database, you need to install
5-
the optional package by the Sage command ::
4+
This module gives access to the database of Hilbert class polynomials. To use
5+
the database, you need to install the optional :ref:`database_kohel
6+
<database_kohel>` package by the Sage command ::
67
78
sage -i database_kohel
89

src/sage/databases/db_modular_polynomials.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Database of modular polynomials
33
44
This module gives access to the database of modular polynomials. To use the
5-
database, you need to install the optional package by the Sage command ::
5+
database, you need to install the optional :ref:`database_kohel
6+
<database_kohel>` package by the Sage command ::
67
78
sage -i database_kohel
89

src/sage/databases/jones.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
r"""
22
John Jones's tables of number fields
33
4-
In order to use the Jones database, the optional database package
5-
must be installed using the Sage command ::
4+
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 ::
66
77
sage -i database_jones_numfield
88

src/sage/databases/knotinfo_db.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
at the web-pages `KnotInfo <https://knotinfo.math.indiana.edu/>`__ and
88
`LinkInfo <https://linkinfo.sitehost.iu.edu>`__.
99
10-
To use the database, you need to install the optional package by the Sage
11-
command ::
10+
To use the database, you need to install the optional :ref:`database_knotinfo
11+
<database_knotinfo>` package by the Sage command ::
1212
1313
sage -i database_knotinfo
1414

src/sage/databases/odlyzko.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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 Odlyzko database package::
6+
install the optional :ref:`database_odlyzko_zeta <database_odlyzko_zeta>`
7+
package::
78
89
sage -i database_odlyzko_zeta
910

src/sage/databases/symbolic_data.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
certified data that could be addressed and extended during further
3232
development.
3333
34-
In order to use this dataset, you need to install the optional package
35-
by the Sage command ::
34+
In order to use this dataset, you need to install the optional
35+
:ref:`database_symbolic_data <database_symbolic_data>` package by the Sage
36+
command ::
3637
3738
sage -i database_symbolic_data
3839

0 commit comments

Comments
 (0)