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

Commit

Permalink
Make documentation of quivers/representation.py build
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-king-jena committed May 5, 2014
1 parent b628ce3 commit f3402ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sage/quivers/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
- the vertices of the quiver are labelled by integers, and
- each edge of the quiver is labelled with a nonempty string. The label cannot
begin with 'e_' or contain '*' and distinct edges must have distinct labels.
- each edge of the quiver is labelled with a nonempty string. The label
cannot begin with ``'e_'`` or contain ``'*'`` and distinct edges must have
distinct labels.
As far as the :class:`~sage.graphs.digraph.DiGraph` class is concerned, a
path is a finite list of pairwise distinct vertices `v_1, ..., v_n` such
Expand Down

0 comments on commit f3402ef

Please sign in to comment.