|
# SPDX-License-Identifier: GPL-2.0-or-later
# ModulePresentationsForCAP: Category R-pres for CAP
#
# This file is a script which compiles the package manual.
#
if fail = LoadPackage( "AutoDoc", "2019.05.20" ) then
Error( "AutoDoc version 2019.05.20 or newer is required." );
fi;
AutoDoc( rec(
autodoc := rec(
files := [ "doc/Doc.autodoc" ],
scan_dirs := [ "doc", "gap", "examples", "examples/doc" ],
),
extract_examples := rec(
units := "Single",
),
gapdoc := rec(
LaTeXOptions := rec(
LateExtraPreamble := """
""",
),
),
scaffold := rec(
entities := [ "homalg", "CAP" ],
),
) );
QUIT;
[ zur Elbe Produktseite wechseln0.16Quellennavigators
Analyse erneut starten
]
|