Skip to content

Commit 17b7b0e

Browse files
author
Release Manager
committed
Trac #34860: Uniformize headline: number theory
Started out so, but ended in cleaning up the number theory section of the main TOC. URL: https://trac.sagemath.org/34860 Reported by: klee Ticket author(s): Kwankyu Lee Reviewer(s): Matthias Koeppe
2 parents 8fcb85e + 017648b commit 17b7b0e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+153
-173
lines changed

src/doc/en/reference/index.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,14 @@ Number Fields, Function Fields, and Valuations
119119
Number Theory
120120
-------------
121121

122-
* :doc:`Diophantine approximation <diophantine_approximation/index>`
122+
* :doc:`Diophantine Approximation <diophantine_approximation/index>`
123123
* :doc:`Quadratic Forms <quadratic_forms/index>`
124124
* :doc:`\\(L\\)-Functions <lfunctions/index>`
125125
* :doc:`Arithmetic Subgroups of \\({\\rm SL}_2(\\ZZ)\\) <arithgroup/index>`
126126
* :doc:`General Hecke Algebras and Hecke Modules <hecke/index>`
127-
* :doc:`Modular Symbols <modsym/index>`
128127
* :doc:`Modular Forms <modfrm/index>`
129-
* :doc:`Quasimodular Forms <quasimodfrm/index>`
130-
* :doc:`Modular Forms for Hecke Triangle Groups <modfrm_hecketriangle/index>`
128+
* :doc:`Modular Symbols <modsym/index>`
131129
* :doc:`Modular Abelian Varieties <modabvar/index>`
132-
* :doc:`Miscellaneous Modular-Form-Related Modules <modmisc/index>`
133130

134131
Algebraic and Arithmetic Geometry
135132
---------------------------------

src/doc/en/reference/lfunctions/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
L-Functions
2-
===========
1+
`L`-Functions
2+
=============
33

44
Sage includes several standard open source packages for computing
5-
with :math:`L`-functions.
5+
with `L`-functions.
66

77
.. toctree::
88
:maxdepth: 1

src/doc/en/reference/modfrm/index.rst

Lines changed: 61 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Modular Forms
22
=============
33

4-
Module List
5-
-----------
4+
Modular Forms for Arithmetic Groups
5+
-----------------------------------
66

77
.. toctree::
88
:maxdepth: 1
@@ -28,12 +28,68 @@ Module List
2828
sage/modular/modform/j_invariant
2929
sage/modular/modform/theta
3030

31-
Design Notes
32-
------------
31+
sage/modular/modform/notes
32+
33+
Modular Forms for Hecke Triangle Groups
34+
---------------------------------------
3335

3436
.. toctree::
3537
:maxdepth: 1
3638

37-
sage/modular/modform/notes
39+
sage/modular/modform_hecketriangle/readme
40+
41+
sage/modular/modform_hecketriangle/abstract_ring
42+
sage/modular/modform_hecketriangle/abstract_space
43+
44+
sage/modular/modform_hecketriangle/element
45+
sage/modular/modform_hecketriangle/graded_ring_element
46+
47+
sage/modular/modform_hecketriangle/constructor
48+
sage/modular/modform_hecketriangle/functors
49+
50+
sage/modular/modform_hecketriangle/hecke_triangle_groups
51+
sage/modular/modform_hecketriangle/hecke_triangle_group_element
52+
sage/modular/modform_hecketriangle/analytic_type
53+
54+
sage/modular/modform_hecketriangle/graded_ring
55+
sage/modular/modform_hecketriangle/space
56+
sage/modular/modform_hecketriangle/subspace
57+
58+
sage/modular/modform_hecketriangle/series_constructor
59+
60+
Quasimodular Forms
61+
---------------------------------------
62+
63+
.. toctree::
64+
:maxdepth: 1
65+
66+
sage/modular/quasimodform/ring
67+
sage/modular/quasimodform/element
68+
69+
Miscellaneous Modules (to be sorted)
70+
------------------------------------
71+
72+
.. toctree::
73+
:maxdepth: 1
74+
75+
sage/modular/dirichlet
76+
sage/modular/cusps
77+
sage/modular/dims
78+
sage/modular/buzzard
79+
80+
sage/modular/local_comp/local_comp
81+
sage/modular/local_comp/smoothchar
82+
sage/modular/local_comp/type_space
83+
sage/modular/local_comp/liftings
84+
85+
sage/modular/etaproducts
86+
sage/modular/overconvergent/weightspace
87+
sage/modular/overconvergent/genus0
88+
sage/modular/overconvergent/hecke_series
89+
sage/modular/ssmod/ssmod
90+
sage/modular/quatalg/brandt
91+
sage/modular/cusps_nf
92+
sage/modular/hypergeometric_motive
93+
sage/modular/multiple_zeta
3894

3995
.. include:: ../footer.txt

src/doc/en/reference/modfrm_hecketriangle/conf.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/doc/en/reference/modfrm_hecketriangle/index.rst

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/doc/en/reference/modmisc/conf.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/doc/en/reference/modmisc/index.rst

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/doc/en/reference/quasimodfrm/conf.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/doc/en/reference/quasimodfrm/index.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/sage/lfunctions/dokchitser.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
"""
2-
Dokchitser's L-functions Calculator
3-
4-
AUTHORS:
5-
6-
- Tim Dokchitser (2002): original PARI code and algorithm (and the
7-
documentation below is based on Dokchitser's docs).
8-
9-
- William Stein (2006-03-08): Sage interface
2+
Dokchitser's `L`-functions calculator
103
114
.. TODO::
125
@@ -15,6 +8,14 @@
158
169
- plug this code into number fields and modular forms code (elliptic
1710
curves are done).
11+
12+
AUTHORS:
13+
14+
- Tim Dokchitser (2002): original PARI code and algorithm (and the
15+
documentation below is based on Dokchitser's docs).
16+
17+
- William Stein (2006-03-08): Sage interface
18+
1819
"""
1920

2021
# ****************************************************************************

0 commit comments

Comments
 (0)