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

Commit cfe4512

Browse files
committed
some more links in catalog of posets
1 parent 52915b6 commit cfe4512

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

src/sage/combinat/posets/poset_examples.py

+14-4
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,20 @@
6565
:meth:`~Posets.YoungsLatticePrincipalOrderIdeal` | Return the principal order ideal of the partition `lam` in Young's Lattice.
6666
:meth:`~Posets.YoungFibonacci` | Return the Young-Fibonacci lattice up to rank `n`.
6767
68+
**Other available posets:**
69+
70+
.. csv-table::
71+
:class: contentstable
72+
:widths: 30, 70
73+
:delim: |
74+
75+
:meth:`~sage.geometry.polyhedron.base.Polyhedron_base.face_lattice` | Return the face lattice of a polyhedron.
76+
:meth:`~sage.geometry.polyhedron.combinatorial_polyhedron.base.CombinatorialPolyhedron.face_lattice` | Return the face lattice of a combinatorial polyhedron.
77+
6878
Constructions
6979
-------------
7080
"""
71-
#*****************************************************************************
81+
# ****************************************************************************
7282
# Copyright (C) 2008 Peter Jipsen <[email protected]>,
7383
# Franco Saliola <[email protected]>
7484
#
@@ -81,8 +91,8 @@
8191
#
8292
# The full text of the GPL is available at:
8393
#
84-
# http://www.gnu.org/licenses/
85-
#*****************************************************************************
94+
# https://www.gnu.org/licenses/
95+
# ****************************************************************************
8696

8797
from sage.misc.classcall_metaclass import ClasscallMetaclass
8898
import sage.categories.posets
@@ -130,7 +140,7 @@ class Posets(metaclass=ClasscallMetaclass):
130140
sage: TestSuite(P).run()
131141
"""
132142
@staticmethod
133-
def __classcall__(cls, n = None):
143+
def __classcall__(cls, n=None):
134144
r"""
135145
Return either the category of all posets, or the finite
136146
enumerated set of all finite posets on ``n`` elements up to an

0 commit comments

Comments
 (0)