Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor change in makedoc.g #63

Merged
merged 2 commits into from
Apr 4, 2024
Merged
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
6 changes: 2 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SetPackageInfo( rec(
PackageName := "groupoids",
Subtitle := "Calculations with finite groupoids and their homomorphisms",
Version := "1.74",
Date := "23/01/2024", # dd/mm/yyyy format
Date := "04/04/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down Expand Up @@ -113,9 +113,7 @@ AutoDoc := rec(
"It provides normal forms for Free Products with Amalgamation ",
"and for HNN-extensions when the initial groups have ",
"rewrite systems and the subgroups have finite index. ",
"This is described in Section <Ref Sect=\"sec-gphgps\"/>. ",
"It is planned to move this section to a new package ",
"<Package>Rewriting</Package> in time for version 4.11 of &GAP;.\n",
"This is described in Section <Ref Sect=\"sec-gphgps\"/>.",
"<P/>",
"The &groupoids; package was originally implemented in 2000 ",
"(as <Package>GraphGpd</Package>) ",
Expand Down
3 changes: 2 additions & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
## call this with GAP from within the package root directory

LoadPackage( "groupoids" );
LoadPackage( "AutoDoc" );
LoadPackage( "GAPDoc" );
LoadPackage( "AutoDoc" );

AutoDoc(rec(
gapdoc := rec(
Expand Down
Loading