Skip to content

Commit

Permalink
enhance README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Jan 3, 2025
1 parent ee6f42e commit d2b7f25
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# CHANGES to the Kan package

## ToDo:

* long-standing: see the ToDo list in section 3.2 in the manual

## Version 1.37dev for GAP 4.14.0 (03/01/25)

## Version 1.37 for GAP 4.12.2 (23/01/24)
* (15/08/23) fixed varying output from DisplayRwsRules
* (16/02/23) now used PreImagesRepresentativeNC
Expand Down
8 changes: 5 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo( rec(

PackageName := "kan",
Subtitle := "including double coset rewriting systems",
Version := "1.37-dev",
Date := "07/12/2024",
Version := "1.37dev",
Date := "03/01/2025",
License := "GPL-2.0-or-later",

Persons := [
Expand Down Expand Up @@ -43,6 +43,8 @@ SourceRepository := rec(
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/v", ~.Version,
"/", ~.PackageName, "-", ~.Version ),

SupportEmail := "cdwensley1234@btinternet.com",
ArchiveFormats := ".tar.gz",

AbstractHTML :=
Expand Down Expand Up @@ -83,7 +85,7 @@ BannerString := Concatenation(
AutoDoc := rec(
TitlePage := rec(
Copyright := Concatenation(
"&copyright; 1996-2024 Anne Heyworth and Chris Wensley<P/>\n",
"© 1996-2025 Anne Heyworth and Chris Wensley<P/>\n",
"The &Kan; package is free software; you can redistribute it ",
"and/or modify it under the terms of the GNU General ",
"Public License as published by the Free Software Foundation; ",
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ and in the `CHANGES.md` file.

## Copyright

The 'Kan' package is Copyright {\copyright} Chris Wensley and Anne Heyworth,
1996--2024.
The 'Kan' package is Copyright © Chris Wensley and Anne Heyworth,
1996--2025.

'Kan' is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -41,17 +41,16 @@ For details, see <https://www.gnu.org/licenses/gpl.html>
* unpack `kan-<version_number>.tar.gz` in the `pkg` subdirectory
of the GAP root directory.
* From within GAP load the package with:

```
gap> LoadPackage("kan");

true

```
* The documentation is in the `doc` subdirectory.
* To run the test file read `testall.g` from the `kan/tst/` directory.
Contact
-------
If you have a question relating to 'Kan', encounter any problems,
or have a suggestion for extending the package in any way, please
- email: <cdwensley.maths@btinternet.com>
- or report an issue at: https://github.com/gap-packages/kan/issues/new
- email: <mailto:cdwensley.maths@btinternet.com>
- or report an issue at: <https://github.com/gap-packages/kan/issues/new>

0 comments on commit d2b7f25

Please sign in to comment.