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

Commit

Permalink
19160: Doc builds with no error. Remove references that are not cited…
Browse files Browse the repository at this point in the history
… in the cluster_snakegraph.py file.
  • Loading branch information
egunawan committed Sep 11, 2015
1 parent 3c7353c commit 52cb82f
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions src/sage/combinat/cluster_algebra_quiver/cluster_snakegraph.py
Expand Up @@ -11,15 +11,6 @@
*Positivity for Cluster Algebras from Surfaces*,
:arxiv:`0906.0748`
.. [MSW_Bases] Musiker - Schiffler - Williams,
*Bases for Cluster Algebras from Surfaces*,
:arxiv:`1110.4364`
.. [MW_MatrixFormulae] Musiker and Williams,
*Matrix Formulae and Skein Relations for Cluster Algebras
from Surfaces*,
:arxiv:`1108.3382`
.. [FominShapiroThurston] Fomin - Shapiro - Thurston,
*Cluster algebras and triangulated surfaces. part I: Cluster
complexes*,
Expand All @@ -30,7 +21,6 @@
Cluster triangulations closely interact with
:class:`~sage.combinat.cluster_algebra_quiver.cluster_seed.ClusterSeed`,
:class:`~sage.combinat.cluster_algebra_quiver.quiver.ClusterQuiver`
"""

from sage.structure.parent import Parent
Expand Down Expand Up @@ -512,7 +502,7 @@ class LabeledSnakeGraph(SnakeGraph):
"""
A labeled snake graph is a snake graph in which each edge and each tile carries
a label or weight [CanakciSchiffler]_. For example, for snake graphs arising
from cluster algebras from surfaces, these labels are cluster variables.
from cluster algebras from surfaces [FominShapiroThurston]_, these labels are cluster variables.
See [MSW_Positivity]_.
In some situation we would like to consider the weights of the diagonals of the
Expand All @@ -530,18 +520,18 @@ class LabeledSnakeGraph(SnakeGraph):
:class:`SnakeGraph`
Note that :class:`LabeledSnakeGraph` differs from :class:SnakeGraph in that user
Note that :class:`LabeledSnakeGraph` differs from :class:`SnakeGraph` in that user
may specify two optional attributes ``diagonal_weights`` and ``weights``.
INPUT:
- ``shape`` -- a tuple/list listing the sizes of the rows of the snake graph
- ``weights`` -- (default:None) a list/tuple/dictionary giving the weight
of each edge of the snake graph
of each edge of the snake graph
- ``diagonal_weights`` -- (default: None) a list/tuple/dictionary giving
the weight for the diagonal of each tile
the weight for the diagonal of each tile
- ``first_tile_orientation`` -- (default: 1) whether the orientation
of the first tile is 1 or -1
of the first tile is 1 or -1
EXAMPLES::
Expand Down

0 comments on commit 52cb82f

Please sign in to comment.