Skip to content

Commit

Permalink
change BMF knowl links (Issue 6085)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Jul 9, 2024
1 parent 6e604da commit d32b3f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lmfdb/bianchi_modular_forms/bianchi_modular_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ class BianchiStats(StatsDisplay):
stat_list = [
{'cols': ['field_label', 'level_norm'],
'top_title': '%s by %s and %s' % (
display_knowl("mf.bianchi.bianchimodularforms",
display_knowl("mf.bianchi",
"Bianchi modular forms"),
display_knowl('nf', 'base field'),
display_knowl('mf.bianchi.level', 'level norm')),
Expand Down Expand Up @@ -852,7 +852,7 @@ def __init__(self):
def summary(self):
return r"The database currently contains %s %s of weight 2 over %s imaginary quadratic fields, and %s %s over %s imaginary quadratic fields, including all with class number one." % (
comma(self.nforms),
display_knowl("mf.bianchi.bianchimodularforms",
display_knowl("mf.bianchi",
"Bianchi modular forms"),
self.nformfields,
comma(self.ndims),
Expand All @@ -862,4 +862,4 @@ def summary(self):

@property
def short_summary(self):
return r'The database currently contains %s %s of weight 2 over %s imaginary quadratic fields. Here are some <a href="%s">further statistics</a>.' % (comma(self.nforms), display_knowl("mf.bianchi.bianchimodularforms", "Bianchi modular forms"), self.nformfields, url_for(".statistics"))
return r'The database currently contains %s %s of weight 2 over %s imaginary quadratic fields. Here are some <a href="%s">further statistics</a>.' % (comma(self.nforms), display_knowl("mf.bianchi", "Bianchi modular forms"), self.nformfields, url_for(".statistics"))
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<p>
Table of the dimensions of the spaces of {{
KNOWL('mf.bianchi.bianchimodularforms', title='Bianchi cusp forms') }}
KNOWL('mf.bianchi', title='Bianchi cusp forms') }}
for \(\Gamma_0(\mathfrak{n})\subseteq {{info.bgroup}}\) for {{
KNOWL('mf.bianchi.level', title='levels') }} \(\mathfrak{n}\) ordered
by norm, over \(K=\) {{info.field_pretty}}.
Expand Down

0 comments on commit d32b3f9

Please sign in to comment.