Skip to content

Commit

Permalink
Add changesources.g script for updating manual examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed May 19, 2021
1 parent b6213c8 commit 92212cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changesources.g
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Update the examples in the manual to match the output of the GAP
# version used to process this file
example_tree := ExtractExamples( Directory("./doc/"), "forms.xml",[], 500);;
RunExamples(example_tree, rec(
changeSources:=true,
width := 80,
));

0 comments on commit 92212cf

Please sign in to comment.