Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing titles to new files #3

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/doc/en/reference/function_fields/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ algebraic closure of `\QQ`.
:maxdepth: 1

sage/rings/function_field/function_field
sage/rings/function_field/function_field_rational
sage/rings/function_field/function_field_polymod
sage/rings/function_field/element
sage/rings/function_field/element_rational
sage/rings/function_field/element_polymod
Expand Down
4 changes: 4 additions & 0 deletions src/sage/rings/function_field/derivations_polymod.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
r"""
Derivations of function fields: extension
"""

# ****************************************************************************
# Copyright (C) 2010 William Stein <wstein@gmail.com>
# 2011-2017 Julian Rüth <julian.rueth@gmail.com>
Expand Down
4 changes: 4 additions & 0 deletions src/sage/rings/function_field/derivations_rational.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
r"""
Derivations of function fields: rational
"""

# ****************************************************************************
# Copyright (C) 2010 William Stein <wstein@gmail.com>
# 2011-2017 Julian Rüth <julian.rueth@gmail.com>
Expand Down
3 changes: 3 additions & 0 deletions src/sage/rings/function_field/element_polymod.pyx
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# sage.doctest: optional - sage.rings.function_field
r"""
Elements of function fields: extension
"""

#*****************************************************************************
# Copyright (C) 2023 Kwankyu Lee <ekwankyu@gmail.com>
Expand Down
3 changes: 3 additions & 0 deletions src/sage/rings/function_field/element_rational.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
r"""
Elements of function fields: rational
"""

#*****************************************************************************
# Copyright (C) 2023 Kwankyu Lee <ekwankyu@gmail.com>
Expand Down
3 changes: 3 additions & 0 deletions src/sage/rings/function_field/function_field_polymod.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# sage.doctest: optional - sage.rings.function_field
r"""
Function Fields: extension
"""

#*****************************************************************************
# Copyright (C) 2023 Kwankyu Lee <ekwankyu@gmail.com>
Expand Down
4 changes: 4 additions & 0 deletions src/sage/rings/function_field/function_field_rational.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
r"""
Function Fields: rational
"""

#*****************************************************************************
# Copyright (C) 2023 Kwankyu Lee <ekwankyu@gmail.com>
#
Expand Down
3 changes: 3 additions & 0 deletions src/sage/rings/function_field/ideal_polymod.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# sage.doctest: optional - sage.rings.function_field
r"""
Ideals of function fields: extension
"""

#*****************************************************************************
# Copyright (C) 2023 Kwankyu Lee <ekwankyu@gmail.com>
Expand Down
4 changes: 4 additions & 0 deletions src/sage/rings/function_field/ideal_rational.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
r"""
Ideals of function fields: rational
"""

#*****************************************************************************
# Copyright (C) 2023 Kwankyu Lee <ekwankyu@gmail.com>
#
Expand Down
2 changes: 1 addition & 1 deletion src/sage/rings/function_field/order_basis.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sage.doctest: optional - sage.modules (because __init__ constructs a vector space)
# some tests are marked # optional - sage.rings.finite_rings (because they use finite fields)
r"""
Orders of function fields given by a basis over the maximal order of the base field
Orders of function fields: basis
"""

#*****************************************************************************
Expand Down
3 changes: 1 addition & 2 deletions src/sage/rings/function_field/order_polymod.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# sage.doctest: optional - sage.rings.function_field

r"""
Orders of function fields - polymod implementation
Orders of function fields: extension
"""

#*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/sage/rings/function_field/order_rational.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
r"""
Orders of rational function fields
Orders of function fields: rational
"""

#*****************************************************************************
Expand Down
3 changes: 3 additions & 0 deletions src/sage/rings/function_field/place_polymod.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# sage.doctest: optional - sage.rings.function_field
"""
Places of function fields: extension
"""

#*****************************************************************************
# Copyright (C) 2023 Kwankyu Lee <ekwankyu@gmail.com>
Expand Down
3 changes: 3 additions & 0 deletions src/sage/rings/function_field/place_rational.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# sage.doctest: optional - sage.rings.finite_rings (because all doctests use finite fields)
"""
Places of function fields: rational
"""

#*****************************************************************************
# Copyright (C) 2023 Kwankyu Lee <ekwankyu@gmail.com>
Expand Down