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

Commit

Permalink
Fixes for doctest failures
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Nov 8, 2021
1 parent b7d2be9 commit ee4367d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/sage/combinat/crystals/crystals.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
For rank two crystals, there is an alternative method of getting
metapost pictures. For more information see ``C.metapost?``.
.. SEEALSO:: :ref:`The overview of crystal features in Sage<sage.combinat.crystals>`
.. SEEALSO:: :ref:`The overview of crystal features in Sage<sage.combinat.crystals.all>`
.. TODO::
Expand Down
6 changes: 3 additions & 3 deletions src/sage/combinat/quickref.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
sage: L = LatticePolytope(points)
sage: L.npoints(); L.plot3d() # random
:ref:`Root systems, Coxeter and Weyl groups <sage.combinat.root_system>`::
:ref:`Root systems, Coxeter and Weyl groups <sage.combinat.root_system.all>`::
sage: WeylGroup(["B",3]).bruhat_poset()
Finite poset containing 48 elements
sage: RootSystem(["A",2,1]).weight_lattice().plot() # not tested
:ref:`Crystals <sage.combinat.crystals>`::
:ref:`Crystals <sage.combinat.crystals.all>`::
sage: CrystalOfTableaux(["A",3], shape = [3,2]).some_flashy_feature() # not tested
Expand All @@ -71,7 +71,7 @@
sage: M.an_element() * S.an_element()
x0
Graph theory, posets, lattices (:ref:`sage.graphs`, :ref:`sage.combinat.posets`)::
Graph theory, posets, lattices (:ref:`sage.graphs`, :ref:`sage.combinat.posets.all`)::
sage: Poset({1: [2,3], 2: [4], 3: [4]}).linear_extensions().cardinality()
2
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/root_system/root_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Root systems
============
See :ref:`sage.combinat.root_system` for an overview.
See :ref:`sage.combinat.root_system.all` for an overview.
"""
#*****************************************************************************
# Copyright (C) 2007 Mike Hansen <mhansen@gmail.com>,
Expand Down

0 comments on commit ee4367d

Please sign in to comment.