Skip to content

Commit 4c9794e

Browse files
committed
Add changesources.g script for updating manual examples
1 parent e722012 commit 4c9794e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

changesources.g

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Update the examples in the manual to match the output of the GAP
2+
# version used to process this file
3+
example_tree := ExtractExamples( Directory("./doc/"), "forms.xml",[], 500);;
4+
RunExamples(example_tree, rec(
5+
changeSources:=true,
6+
width := 80,
7+
));

0 commit comments

Comments
 (0)