File: makedoc.g

package info (click to toggle)
gap-congruence 1.2.7-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 928 kB
  • sloc: xml: 1,000; javascript: 155; makefile: 108
file content (19 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###########################################################################
##
#W makedoc.g              The Congruence package         Olexandr Konovalov
##
###########################################################################

if fail = LoadPackage("AutoDoc", ">= 2019.04.10") then
    Error("AutoDoc 2019.04.10 or newer is required");
fi;

AutoDoc(rec(
    scaffold := rec(
        bib := "manual.bib",
        MainPage := false,
        TitlePage := false,
    ),
    extract_examples := rec( skip_empty_in_numbering := false ),
    gapdoc := rec( main := "manual.xml" ),
));