Skip to content

Commit 7f59ab1

Browse files
committed
Don't capture Tableaux::drawInnerShape examples
This sets a global variable that affects the output of other examples.
1 parent ec8642b commit 7f59ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

M2/Macaulay2/packages/Tableaux/documentation.m2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Description
112112
The inner shape may be drawn by calling drawInnerShape.
113113
Example
114114
T'' = skewTableau(new Partition from {5,4,-1}, new Partition from {2,4,-3})
115-
drawInnerShape true
115+
drawInnerShape true -* no-capture-flag *-
116116
T''
117117
drawInnerShape false
118118
T''
@@ -420,7 +420,7 @@ Description
420420
Text
421421
The number of rows is the same as largest part in its shape, minus the smallest part in the shape.
422422
Example
423-
drawInnerShape true
423+
drawInnerShape true -* no-capture-flag *-
424424
T = skewTableau(new Partition from {4,3,1}, new Partition from {1,1,1})
425425
numColumns T
426426
Text

0 commit comments

Comments
 (0)