forked from homalg-project/CAP_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakedoc.g
21 lines (18 loc) · 805 Bytes
/
makedoc.g
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# GradedModulePresentationsForCAP: Presentations for graded modules
#
LoadPackage( "AutoDoc" );
AutoDoc( "GradedModulePresentationsForCAP" : scaffold := true, autodoc :=
rec( files := [ "doc/Intros.autodoc" ],
scan_dirs := [ "gap", "examples", "doc" ] ),
maketest := rec( commands :=
[ "LoadPackage( \"IO_ForHomalg\" );",
"LoadPackage( \"GaussForHomalg\" );",
"LoadPackage( \"GradedModulePresentationsForCAP\" );",
"HOMALG_IO.show_banners := false;",
"HOMALG_IO.suppress_PID := true;",
"HOMALG_IO.use_common_stream := true;",
]
)
);
QUIT;