Goto Chapter: Top 1
 [Top of Book]  [Contents]   [Previous Chapter] 

1 Test

1 Test

Does AutoDoc have a way to allow that header block not to appear in the documentation generated from a .autodoc file like this?

gap> S5 := SymmetricGroup(5);
Sym( [ 1 .. 5 ] )
gap> Size(S5);
120

Some text between two examples

gap> A5 := AlternatingGroup(5);
Alt( [ 1 .. 5 ] )
gap> Size(A5);
60

And we wrap up with some dummy text

 [Top of Book]  [Contents]   [Previous Chapter] 
Goto Chapter: Top 1

generated by GAPDoc2HTML