Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fix doctests in doc/
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Oct 9, 2021
1 parent ee21b90 commit 32c87b9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/doc/de/tutorial/tour_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ Räumen von Modulformen zur Verfügung. Zum Beispiel,

::

sage: from sage.modular.dims import dimension_cusp_forms
sage: dimension_cusp_forms(Gamma0(11),2)
1
sage: dimension_cusp_forms(Gamma0(1),12)
Expand Down
3 changes: 1 addition & 2 deletions src/doc/en/constructions/modular_forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ dimensions of newforms), ``dimension_modular_forms`` (for modular
forms), and ``dimension_eis`` (for Eisenstein series). The syntax is
similar - see the Reference Manual for examples.

In future versions of Sage, more related commands will be added.

.. index:: cosets of Gamma_0

Coset representatives
Expand Down Expand Up @@ -116,6 +114,7 @@ and related curves. Here are some examples of the syntax:

::

sage: from sage.modular.dims import dimension_cusp_forms
sage: dimension_cusp_forms(Gamma0(22))
2
sage: dimension_cusp_forms(Gamma0(30))
Expand Down
1 change: 1 addition & 0 deletions src/doc/en/tutorial/tour_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ spaces of modular forms. For example,

::

sage: from sage.modular.dims import dimension_cusp_forms
sage: dimension_cusp_forms(Gamma0(11),2)
1
sage: dimension_cusp_forms(Gamma0(1),12)
Expand Down
1 change: 1 addition & 0 deletions src/doc/fr/tutorial/tour_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ d'espaces de formes modulaires. Par exemple,

::

sage: from sage.modular.dims import dimension_cusp_forms
sage: dimension_cusp_forms(Gamma0(11),2)
1
sage: dimension_cusp_forms(Gamma0(1),12)
Expand Down
1 change: 1 addition & 0 deletions src/doc/ja/tutorial/tour_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ Sageを使ってモジュラー空間の次元,モジュラー・シンポル

::

sage: from sage.modular.dims import dimension_cusp_forms
sage: dimension_cusp_forms(Gamma0(11),2)
1
sage: dimension_cusp_forms(Gamma0(1),12)
Expand Down
1 change: 1 addition & 0 deletions src/doc/pt/tutorial/tour_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ de formas modulares. Por exemplo,

::

sage: from sage.modular.dims import dimension_cusp_forms
sage: dimension_cusp_forms(Gamma0(11),2)
1
sage: dimension_cusp_forms(Gamma0(1),12)
Expand Down
1 change: 1 addition & 0 deletions src/doc/ru/tutorial/tour_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ Sage может выполнять вычисления, связанные с

::

sage: from sage.modular.dims import dimension_cusp_forms
sage: dimension_cusp_forms(Gamma0(11),2)
1
sage: dimension_cusp_forms(Gamma0(1),12)
Expand Down

0 comments on commit 32c87b9

Please sign in to comment.