Commit Graph

7 Commits

Author SHA1 Message Date
Glen Whitney 82c69a16a9 Make first pass at full doc coverage for structure.g[di]
To do this, the structure of the manual needed to be elaborated, which was
accomplished with a skeleton file, doc/chapters.autodoc, which is explicitly
loaded first.

Note that this portion of the manual may still need polishing; in particular,
perhaps it could use more examples, which would then double as tests in
tst/testall.g
2018-09-01 11:12:31 -04:00
Glen Whitney 31773603de Add AutoDoc record to PackageInfo and use entities for packages 2018-08-21 12:33:38 -07:00
Glen Whitney 56f762d214 Flush a last occurrence of lowercase 'raq' 2018-08-18 23:47:02 -07:00
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 33b1013ece need circle for oneslotrep 2017-10-21 01:04:54 +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