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

Commit

Permalink
some doc fixes in term_moniod
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Aug 25, 2015
1 parent 76a3576 commit 263598c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/sage/rings/asymptotic/term_monoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This module implements asymptotic term monoids. The elements of these
monoids are used behind the scenes when performing calculations in an
asymptotic ring (to be implemented).
:mod:`asymptotic ring <sage.rings.asymptotic.asymptotic_ring>`.
The monoids build upon the (asymptotic) growth groups. While growth
elements only model the growth of a function as it tends towards
Expand Down Expand Up @@ -199,7 +199,7 @@ def __getitem__(self, i):
def absorption(left, right):
r"""
Helper method used by
:class:`~sage.rings.asymptotic_ring.AsymptoticExpression`.
:class:`~sage.rings.asymptotic.asymptotic_ring.AsymptoticExpression`.
INPUT:
Expand Down Expand Up @@ -231,7 +231,7 @@ def absorption(left, right):
def can_absorb(left, right):
r"""
Helper method used by
:class:`~sage.rings.asymptotic_ring.AsymptoticExpression`.
:class:`~sage.rings.asymptotic.asymptotic_ring.AsymptoticExpression`.
INPUT:
Expand Down Expand Up @@ -464,11 +464,6 @@ def can_absorb(self, other):
A boolean.
.. NOTE::
This method calls :meth:`_can_absorb_`, which is has to be
implemented/overridden in inherited class.
EXAMPLES:
We want to show step by step which terms can be absorbed
Expand Down Expand Up @@ -1460,7 +1455,7 @@ class OTermMonoid(GenericTermMonoid):
Asymptotic O-Term Monoid y^QQ
`O`-term monoids can also be created by using the
:class:`term factory <TermMonoid>`::
:class:`term factory <TermMonoidFactory>`::
sage: atm.TermMonoid('O', G_x_ZZ) is OT_x_ZZ
True
Expand Down

0 comments on commit 263598c

Please sign in to comment.