Skip to content

Commit

Permalink
Trac #25960: Minor Toggling Documentation Fixes
Browse files Browse the repository at this point in the history
There are some minor issues with documentation for
toggling/rowmotion/birational rowmotion methods that live in
categories/finite_posets.py , because they refer to the methods
order_ideal_toggle() and order_ideal_toggles() as if they live in the
same file (but they actually live in categories/posets.py).

URL: https://trac.sagemath.org/25960
Reported by: kdilks
Ticket author(s): Kevin Dilks
Reviewer(s): Travis Scrimshaw
  • Loading branch information
Release Manager authored and vbraun committed Sep 1, 2018
2 parents ea9d495 + 550bdd8 commit 8d959fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/categories/finite_posets.py
Expand Up @@ -474,8 +474,8 @@ def birational_free_labelling(self, linear_extension=None,
Let us hold back defining this, and introduce birational
toggles and birational rowmotion first. These notions have
been introduced in [EP2013]_ as generalizations of the notions
of toggles (:meth:`order_ideal_toggle`) and :meth:`rowmotion
<rowmotion>` on order ideals of a finite poset. They
of toggles (:meth:`~sage.categories.posets.Posets.ParentMethods.order_ideal_toggle`)
and :meth:`rowmotion <rowmotion>` on order ideals of a finite poset. They
have been studied further in [GR2013]_.
Let `\mathbf{K}` be a field, and `P` be a finite poset. Let
Expand Down Expand Up @@ -1381,7 +1381,7 @@ def toggling_orbits(self, vs, element_constructor = set):
operation of toggling the vertices ``vs[0], vs[1], ...``
in this order.
See :meth:`order_ideal_toggle` for a definition of toggling.
See :meth:`~sage.categories.posets.Posets.ParentMethods.order_ideal_toggle` for a definition of toggling.
.. WARNING::
Expand Down Expand Up @@ -1651,7 +1651,7 @@ def toggling_orbit_iter(self, vs, oideal, element_constructor=set, stop=True, ch
``self`` under the operation of toggling the vertices
``vs[0], vs[1], ...`` in this order.
See :meth:`order_ideal_toggle` for a definition of toggling.
See :meth:`~sage.categories.posets.Posets.ParentMethods.order_ideal_toggle` for a definition of toggling.
.. WARNING::
Expand Down

0 comments on commit 8d959fd

Please sign in to comment.