Use the README for intro manual material (try 1)
This commit is contained in:
parent
7d8684d859
commit
443affd1f8
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue