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

Commit

Permalink
Fixed last doc errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scrimshaw committed Mar 22, 2014
1 parent faa5507 commit 207f38e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/sage/combinat/crystals/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

lazy_import('sage.combinat.crystals.kirillov_reshetikhin',
'KirillovReshetikhinCrystal',
deprecation=(15882, "this is being removed from the global namespace. Use crystals.kirillov_resetikhin.KashiwaraNakashimaTabelaux instead"))
deprecation=(15882, "this is being removed from the global namespace. Use crystals.KirillovResetikhin instead"))

lazy_import('sage.combinat.crystals.alcove_path',
['CrystalOfAlcovePaths', 'ClassicalCrystalOfAlcovePaths'],
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/crystals/catalog_kirillov_reshetikhin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* :func:`KashiwaraNakashimaTableaux <sage.combinat.crystals.kirillov_reshetikhin.KirillovReshetikhinCrystal>`
* :func:`LSPaths <sage.combinat.crystals.kirillov_reshetikhin.KirillovReshetikhinCrystalFromLSPaths>`
* :class:`KirillovReshetikhinTableaux <sage.combinat.rigged_configurations.kr_tableaux.KirillovReshetikhinTableaux>`
* :class:`~sage.combinat.rigged_configurations.kr_tableaux.KirillovReshetikhinTableaux`
* :class:`~sage.combinat.rigged_configurations.rigged_configurations.RiggedConfigurations`
"""
from kirillov_reshetikhin import KirillovReshetikhinCrystal as KashiwaraNakashimaTableaux
Expand Down
3 changes: 2 additions & 1 deletion src/sage/combinat/crystals/kirillov_reshetikhin.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ def KirillovReshetikhinCrystal(cartan_type, r, s):
See Section 4 of [FOS09]_.
For an implementation of Kirillov-Reshetikhin crystals for `s = 1` from
crystals of LS paths, see :func:`KirillovReshetikhinCrystalFromLSPaths`.
crystals of LS paths, see
:func:`~sage.combinat.crystals.kirillov_reshetikhin.KirillovReshetikhinCrystalFromLSPaths`.
INPUT:
Expand Down
5 changes: 3 additions & 2 deletions src/sage/combinat/crystals/spins.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ def CrystalOfSpins(ct):
This is a combinatorial model for the crystal with highest weight
`Lambda_n` (the `n`-th fundamental weight). It has
`2^n` elements, here called Spins. See also
:func:`CrystalOfLetters`, :func:`CrystalOfSpinsPlus`,
and :func:`CrystalOfSpinsMinus`.
:func:`~sage.combinat.crystals.letters.CrystalOfLetters`,
:func:`~sage.combinat.crystals.spins.CrystalOfSpinsPlus`,
and :func:`~sage.combinat.crystals.spins.CrystalOfSpinsMinus`.
INPUT:
Expand Down
3 changes: 2 additions & 1 deletion src/sage/combinat/rigged_configurations/kr_tableaux.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,8 @@ def s(self):
def kirillov_reshetikhin_crystal(self):
"""
Return the corresponding
:func:`Kirillov-Reshetikhin crystal<KirillovReshetikhinCrystal>`.
:func:`Kirillov-Reshetikhin crystal
<sage.combinat.crystals.kirillov_reshetikhin.KirillovReshetikhinCrystal>`.
EXAMPLES::
Expand Down

0 comments on commit 207f38e

Please sign in to comment.