Deprecated in trac ticket #14101. Use RibbonShapedTableau instead.
EXAMPLES:
sage: sage.combinat.ribbon.Ribbon([[2,3],[1,4,5]])
doctest:...: DeprecationWarning: this class is deprecated. Use RibbonShapedTableau instead
See http://trac.sagemath.org/14101 for details.
[[None, None, 2, 3], [1, 4, 5]]
Deprecated in trac ticket #14101. Use RibbonShapedTableaux instead.
EXAMPLES:
sage: sage.combinat.ribbon.StandardRibbons([3,3,1])
doctest:...: DeprecationWarning: this class is deprecated. Use StandardRibbonShapedTableaux instead
See http://trac.sagemath.org/14101 for details.
Standard ribbon tableaux of shape [3, 3, 1]
This is deprecated in trac ticket #14101. Use instead StandardRibbonShapedTableaux.
EXAMPLES:
sage: sage.combinat.ribbon.StandardRibbons_shape([3,3,1])
doctest:...: DeprecationWarning: this class is deprecated. Use StandardRibbonShapedTableaux instead
See http://trac.sagemath.org/14101 for details.
Standard ribbon tableaux of shape [3, 3, 1]
This is deprecated in trac ticket #14101. Use instead StandardRibbonShapedTableaux.from_shape_and_word().
EXAMPLES:
sage: sage.combinat.ribbon.from_permutation(Permutation([1, 2, 3]))
doctest:...: DeprecationWarning: this function is deprecated. Use StandardRibbonShapedTableaux().from_permutation instead
See http://trac.sagemath.org/14101 for details.
[[1, 2, 3]]
This is deprecated in trac ticket #14101. Use instead StandardRibbonShapedTableaux.from_shape_and_word().
EXAMPLES:
sage: sage.combinat.ribbon.from_shape_and_word([2,3],[1,2,3,4,5])
doctest:...: DeprecationWarning: this function is deprecated. Use StandardRibbonShapedTableaux().from_shape_and_word instead
See http://trac.sagemath.org/14101 for details.
[[None, None, 1, 2], [3, 4, 5]]