Skip to content

Commit

Permalink
Add links as well for the other optional databases
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Dec 13, 2023
1 parent dc4267a commit ebc28bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
9 changes: 5 additions & 4 deletions src/sage/databases/cremona.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
is included by default with Sage. It contains Weierstrass equations,
rank, and torsion for curves up to conductor 10000.
The large database includes all curves in John Cremona's tables. It
also includes data related to the BSD conjecture and modular degrees
for all of these curves, and generators for the Mordell-Weil
groups. To install it, run the following in the shell::
The large database includes all curves in John Cremona's tables. It also
includes data related to the BSD conjecture and modular degrees for all of
these curves, and generators for the Mordell-Weil groups. To install it via the
optional :ref:`database_cremona_ellcurve <spkg_database_cremona_ellcurve>`
package, run the following command in the shell ::
sage -i database_cremona_ellcurve
Expand Down
14 changes: 6 additions & 8 deletions src/sage/databases/stein_watkins.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
r"""
The Stein-Watkins table of elliptic curves
Sage gives access to the Stein-Watkins table of elliptic curves, via an
optional package that you must install. This is a huge database of elliptic
curves. You can install the database (a 2.6GB package) with the command
::
Sage gives access to the Stein-Watkins table of elliptic curves, via the
optional :ref:`database_stein_watkins <spkg_database_stein_watkins>` package
that you must install. This is a huge database of elliptic curves. You can
install the database (a 2.6GB package) with the command ::
sage -i database_stein_watkins
You can also automatically download a small version, which takes much less
time, using the command
::
time, via the optional :ref:`database_stein_watkins <spkg_database_stein_watkins_mini>`
package using the command ::
sage -i database_stein_watkins_mini
Expand Down

0 comments on commit ebc28bf

Please sign in to comment.