Skip to content

Commit

Permalink
Trac #24115: Remove ContinuedFractionField
Browse files Browse the repository at this point in the history
Deprecated in #20012

URL: https://trac.sagemath.org/24115
Reported by: jdemeyer
Ticket author(s): Jeroen Demeyer
Reviewer(s): Travis Scrimshaw
  • Loading branch information
Release Manager authored and vbraun committed Dec 21, 2017
2 parents 11a039e + 3d47c2f commit bbc77a7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 332 deletions.
1 change: 0 additions & 1 deletion src/doc/en/reference/rings_standard/index.rst
Expand Up @@ -34,6 +34,5 @@ Rationals

sage/rings/rational_field
sage/rings/rational
sage/rings/contfrac

.. include:: ../footer.txt
1 change: 0 additions & 1 deletion src/sage/misc/latex.py
Expand Up @@ -630,7 +630,6 @@ def latex_extra_preamble():
\newcommand{\RDF}{\Bold{R}}
\newcommand{\RIF}{\Bold{I} \Bold{R}}
\newcommand{\RLF}{\Bold{R}}
\newcommand{\CFF}{\Bold{CFF}}
\newcommand{\Bold}[1]{\mathbf{#1}}
<BLANKLINE>
"""
Expand Down
1 change: 0 additions & 1 deletion src/sage/misc/latex_macros.py
Expand Up @@ -167,7 +167,6 @@ def convert_latex_macro_to_mathjax(macro):
["RDF"],
["RIF"],
["RLF"],
["CFF"],
]

# The following is to allow customization of typesetting of rings:
Expand Down
6 changes: 2 additions & 4 deletions src/sage/rings/all.py
Expand Up @@ -142,10 +142,8 @@

# continued fractions
from sage.rings.continued_fraction import (farey, convergents,
continued_fraction, continued_fraction_list,
Hirzebruch_Jung_continued_fraction_list)
# and deprecated continued fractions
from sage.rings.contfrac import (CFF, ContinuedFractionField)
continued_fraction, continued_fraction_list,
Hirzebruch_Jung_continued_fraction_list)

# asymptotic ring
from .asymptotic.all import *
Expand Down
325 changes: 0 additions & 325 deletions src/sage/rings/contfrac.py

This file was deleted.

0 comments on commit bbc77a7

Please sign in to comment.