Skip to content

Commit ee4367d

Browse files
committed
Fixes for doctest failures
1 parent b7d2be9 commit ee4367d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/sage/combinat/crystals/crystals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
For rank two crystals, there is an alternative method of getting
122122
metapost pictures. For more information see ``C.metapost?``.
123123
124-
.. SEEALSO:: :ref:`The overview of crystal features in Sage<sage.combinat.crystals>`
124+
.. SEEALSO:: :ref:`The overview of crystal features in Sage<sage.combinat.crystals.all>`
125125
126126
.. TODO::
127127

src/sage/combinat/quickref.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
sage: L = LatticePolytope(points)
4949
sage: L.npoints(); L.plot3d() # random
5050
51-
:ref:`Root systems, Coxeter and Weyl groups <sage.combinat.root_system>`::
51+
:ref:`Root systems, Coxeter and Weyl groups <sage.combinat.root_system.all>`::
5252
5353
sage: WeylGroup(["B",3]).bruhat_poset()
5454
Finite poset containing 48 elements
5555
sage: RootSystem(["A",2,1]).weight_lattice().plot() # not tested
5656
57-
:ref:`Crystals <sage.combinat.crystals>`::
57+
:ref:`Crystals <sage.combinat.crystals.all>`::
5858
5959
sage: CrystalOfTableaux(["A",3], shape = [3,2]).some_flashy_feature() # not tested
6060
@@ -71,7 +71,7 @@
7171
sage: M.an_element() * S.an_element()
7272
x0
7373
74-
Graph theory, posets, lattices (:ref:`sage.graphs`, :ref:`sage.combinat.posets`)::
74+
Graph theory, posets, lattices (:ref:`sage.graphs`, :ref:`sage.combinat.posets.all`)::
7575
7676
sage: Poset({1: [2,3], 2: [4], 3: [4]}).linear_extensions().cardinality()
7777
2

src/sage/combinat/root_system/root_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Root systems
33
============
44
5-
See :ref:`sage.combinat.root_system` for an overview.
5+
See :ref:`sage.combinat.root_system.all` for an overview.
66
"""
77
#*****************************************************************************
88
# Copyright (C) 2007 Mike Hansen <[email protected]>,

0 commit comments

Comments
 (0)