Commit Graph

7 Commits

Author SHA1 Message Date
Glen Whitney ffb88b99e8 Standardize on RAQ as the name of this package 2018-08-18 10:58:08 -07:00
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
Glen Whitney 12f5e28112 Add trivial quandle construction 2017-10-29 18:11:33 -04:00
Glen Whitney 00f4ba915f forgot camels again?? 2017-10-21 01:06:39 +02:00
Glen Whitney 62c3cb04f2 add conjugation quandles! 2017-10-21 00:51:30 +02:00
Glen Whitney 3c4eb2582a oops have to read the implementations 2017-10-20 11:11:20 +02:00
Glen Whitney 92a7bff629 Initial commit: enough to create a left quasigroup from a multiplication table and do left division therein 2017-10-18 12:46:13 +02:00