Use the README for intro manual material (try 1)

This commit is contained in:
Glen Whitney 2018-08-18 22:34:13 -07:00
parent 7d8684d859
commit 443affd1f8
2 changed files with 8 additions and 3 deletions

View File

@ -11,10 +11,14 @@ 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>
<!--
#! @Acknowledgements
#! @AutoDocPlainText -->
The authors of RAQ would like to acknowledge their debt to the creators of
RIG, an earlier package for Racks in GAP; chief 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.
<!--@EndAutoDocPlainText -->
Authors/maintainers of RAQ: Glen Whitney <glen@studioinfinity.org>

View File

@ -2,5 +2,6 @@
# build the documentation for RAQ via AutoDoc
LoadPackage("AutoDoc");
AutoDoc(rec(scaffold := true, autodoc := true));
AutoDoc(rec(scaffold := true,
autodoc := rec(files := ["README.md"])));
QUIT;