Skip to content

Commit ebc28bf

Browse files
committed
Add links as well for the other optional databases
1 parent dc4267a commit ebc28bf

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

src/sage/databases/cremona.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
is included by default with Sage. It contains Weierstrass equations,
1010
rank, and torsion for curves up to conductor 10000.
1111
12-
The large database includes all curves in John Cremona's tables. It
13-
also includes data related to the BSD conjecture and modular degrees
14-
for all of these curves, and generators for the Mordell-Weil
15-
groups. To install it, run the following in the shell::
12+
The large database includes all curves in John Cremona's tables. It also
13+
includes data related to the BSD conjecture and modular degrees for all of
14+
these curves, and generators for the Mordell-Weil groups. To install it via the
15+
optional :ref:`database_cremona_ellcurve <spkg_database_cremona_ellcurve>`
16+
package, run the following command in the shell ::
1617
1718
sage -i database_cremona_ellcurve
1819

src/sage/databases/stein_watkins.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
r"""
22
The Stein-Watkins table of elliptic curves
33
4-
Sage gives access to the Stein-Watkins table of elliptic curves, via an
5-
optional package that you must install. This is a huge database of elliptic
6-
curves. You can install the database (a 2.6GB package) with the command
7-
8-
::
4+
Sage gives access to the Stein-Watkins table of elliptic curves, via the
5+
optional :ref:`database_stein_watkins <spkg_database_stein_watkins>` package
6+
that you must install. This is a huge database of elliptic curves. You can
7+
install the database (a 2.6GB package) with the command ::
98
109
sage -i database_stein_watkins
1110
1211
You can also automatically download a small version, which takes much less
13-
time, using the command
14-
15-
::
12+
time, via the optional :ref:`database_stein_watkins <spkg_database_stein_watkins_mini>`
13+
package using the command ::
1614
1715
sage -i database_stein_watkins_mini
1816

0 commit comments

Comments
 (0)