Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/doc/chap*
/examples/output/*
/tst/output/*
/doc/forms.aux
/doc/forms.bbl
/doc/forms.blg
Expand Down
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,
));
Loading