We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e722012 commit 4c9794eCopy full SHA for 4c9794e
changesources.g
@@ -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