Blob Blame History Raw
--- doc/datatypes/fpgmodule.xml.in.orig	2019-02-08 14:08:05.000000000 -0700
+++ doc/datatypes/fpgmodule.xml.in	2019-06-12 11:07:54.793396219 -0600
@@ -320,7 +320,7 @@ gap> DisplayBlocks(V);
       semi-echelon reduced and the rows with heads in the middle block kept.   
       The third generator can be ignored. Finally, the intersection of <M>U'_\mathbb{F}</M>
       and <M>V'_\mathbb{F}</M> can found using, for example,
-      <Ref Oper="SumIntersectionMatDestructive" BookName="HAPprime Datatypes"/>. 
+      <Ref Oper="SumIntersectionMatDestructive"/>. 
       <P/>
       This algorithm, implemented in the function
       <Ref Oper="IntersectionModulesGF"/>, will (for modules
--- doc/datatypes/fpgmodule.xml.orig	2019-02-08 14:08:05.000000000 -0700
+++ doc/datatypes/fpgmodule.xml	2019-06-12 11:08:09.253116181 -0600
@@ -320,7 +320,7 @@ gap> DisplayBlocks(V);
       semi-echelon reduced and the rows with heads in the middle block kept.   
       The third generator can be ignored. Finally, the intersection of <M>U'_\mathbb{F}</M>
       and <M>V'_\mathbb{F}</M> can found using, for example,
-      <Ref Oper="SumIntersectionMatDestructive" BookName="HAPprime Datatypes"/>. 
+      <Ref Oper="SumIntersectionMatDestructive"/>. 
       <P/>
       This algorithm, implemented in the function
       <Ref Oper="IntersectionModulesGF"/>, will (for modules
--- doc/datatypes/GAPfunctions.xml.in.orig	2019-02-08 14:08:05.000000000 -0700
+++ doc/datatypes/GAPfunctions.xml.in	2019-06-11 14:32:29.871654832 -0600
@@ -69,7 +69,7 @@ gap> PrintDimensionsMat(V);
     <Heading>Groups</Heading>
 
     Small groups in &GAP; can be indexed by their small groups library number
-    <Ref Sect="Small groups" BookName="ref"/>. An alternative indexing scheme,
+    <Ref Sect="The Small Groups Library" BookName="smallgrp"/>. An alternative indexing scheme,
     the Hall-Senior number, is used by Jon Carlson to publish his 
     cohomology ring calculations at 
     <URL>http://www.math.uga.edu/~lvalero/cohointro.html</URL>. To allow 
--- doc/datatypes/GAPfunctions.xml.orig	2019-02-08 14:08:05.000000000 -0700
+++ doc/datatypes/GAPfunctions.xml	2019-06-11 14:06:09.449871297 -0600
@@ -73,7 +73,7 @@ gap> PrintDimensionsMat(V);
     <Heading>Groups</Heading>
 
     Small groups in &GAP; can be indexed by their small groups library number
-    <Ref Sect="Small groups" BookName="ref"/>. An alternative indexing scheme,
+    <Ref Sect="The Small Groups Library" BookName="smallgrp"/>. An alternative indexing scheme,
     the Hall-Senior number, is used by Jon Carlson to publish his 
     cohomology ring calculations at 
     <URL>http://www.math.uga.edu/~lvalero/cohointro.html</URL>. To allow 
--- lib/groups.gi.orig	2019-02-08 14:08:05.000000000 -0700
+++ lib/groups.gi	2019-06-11 13:00:16.718511522 -0600
@@ -41,8 +41,8 @@
 ##  <Description>
 ##  Returns the Hall-Senior number for a small group (of order 8, 16, 32 or 64).
 ##  The group can be specified an <A>order</A>, <A>i</A> pair from the 
-##  &GAP; <Ref Sect="Small groups" BookName="ref"/> library, or as a group
-##  <A>G</A>, in which case <Ref Func="IdSmallGroup" BookName="ref"/> is
+##  &GAP; <Ref Sect="The Small Groups Library" BookName="smallgrp"/> library, or as a group
+##  <A>G</A>, in which case <Ref Func="IdSmallGroup" BookName="smallgrp"/> is
 ##  used to identify the group.
 ##  </Description>
 ##  </ManSection>
--- lib/happrime.gi.orig	2019-06-11 09:36:22.877590812 -0600
+++ lib/happrime.gi	2019-06-11 14:20:39.668356246 -0600
@@ -137,7 +137,7 @@ InstallGlobalFunction(MakeHAPprimeDoc,
           ["-c", Concatenation("../includesourcedoc.sh ", i, ".xml.in ", i, ".xml")]));
       if not testexamples then
         MakeGAPDocDoc(userguidedir, "userguide.xml", sourcefiles, 
-          "HAPprime", "../..");;
+          "HAPprime", "../../../..");;
         examples := ManualExamples(userguidedir, "userguide.xml", sourcefiles, "Single"); 
         stream := OutputTextFile(Filename(tstdir, "userguideexamples.tst"), false);
         SetPrintFormattingStatus(stream, false);