RAQ, a GAP System package for Racks And Quandles.
Go to file
Glen Whitney be82518697 Organize raq into standard GAP package file tree
In preparation for a beta release of the raq package, it's important for it to
be conformant to current GAP package conventions. Therefore, I have rearranged
the file tree to match the Example package quite thoroughly. In so doing, this
laid the foundation for the following aspects of the package:

  - Package documentation. Added makedoc.g at the top level to generate
  AutoDoc/GAPDoc documentation for raq. Currently the documentation is empty;
  future development will bring the documentation to cover all existing code.

  - Package tests. The basic structure to add .tst files in the tst
  subdirectory of the package is in place. The coverage of tests provided in
  this commit is minimal; again, further development will extend the test
  coverage.

In addition, PackageInfo.g has been elaborated to include much more complete
information about raq and where it will (initially) be posted on line.

Resolves: #1
2018-08-16 21:12:38 -07:00
doc Organize raq into standard GAP package file tree 2018-08-16 21:12:38 -07:00
lib Organize raq into standard GAP package file tree 2018-08-16 21:12:38 -07:00
tst Organize raq into standard GAP package file tree 2018-08-16 21:12:38 -07:00
CHANGES Organize raq into standard GAP package file tree 2018-08-16 21:12:38 -07:00
LICENSE Initial commit 2018-08-01 04:35:36 +00:00
PackageInfo.g Organize raq into standard GAP package file tree 2018-08-16 21:12:38 -07:00
README.md Organize raq into standard GAP package file tree 2018-08-16 21:12:38 -07:00
init.g Organize raq into standard GAP package file tree 2018-08-16 21:12:38 -07:00
makedoc.g Organize raq into standard GAP package file tree 2018-08-16 21:12:38 -07:00
read.g Organize raq into standard GAP package file tree 2018-08-16 21:12:38 -07:00

README.md

raq, a GAP System package for Racks And Quandles.

  • Website: code.studioinfinity.org/raq/wiki
  • Repository: code.studioinfinity.org/raq

This package provides a variety of facilities for computing with one-sided quasigroups, racks, and quandles in GAP.

It uses no external binaries, so installation consists only of placing the raq file tree in a directory in your package search path, e.g. the pkg directory of your GAP installation, or perhaps the .gap/pkg subdirectory of your home directory.

Authors/maintainers of raq: Glen Whitney glen@studioinfinity.org

The authors of raq would like to acknowledge their debt to the creators of RIG, an earlier package for Racks in GAP; chaief among them is Leandro Vendramin. RIG was an inspiration for the creation of raq, and using and reading that package suggested many features needed in the development of raq.