summaryrefslogtreecommitdiffstats
path: root/makedoc.g
blob: c19d874995e2fca824522e58de5c442d23d60b62 (plain)
1
2
3
4
5
6
7
8
9
10
#
# subgroupladders: This package provides an algorithm that computes a subgroup ladder from a permutation group up to the parent symmetric group.
#
# This file is a script which compiles the package manual.
#
if fail = LoadPackage("AutoDoc", "2018.02.14") then
    Error("AutoDoc version 2018.02.14 or newer is required.");
fi;

AutoDoc( rec( scaffold := true, autodoc := true ) );