@@ -225,28 +225,6 @@ in the root directory of your package:
225225LoadPackage( "AutoDoc" );
226226AutoDoc( );
227227</Listing >
228- In contrast, the <Package >RingsForHomalg</Package > package currently uses
229- essentially the following code in its <F >makedoc.g</F > file to achieve the same result:
230- <Listing >
231- LoadPackage( "GAPDoc" );
232- SetGapDocLaTeXOptions( "utf8" );
233- bib := ParseBibFiles( "doc/RingsForHomalg.bib" );
234- WriteBibXMLextFile( "doc/RingsForHomalgBib.xml", bib );
235- list := [
236- "../gap/RingsForHomalg.gd",
237- "../gap/RingsForHomalg.gi",
238- "../gap/Singular.gi",
239- "../gap/SingularBasic.gi",
240- "../examples/RingConstructionsExternalGAP.g",
241- "../examples/RingConstructionsSingular.g",
242- "../examples/RingConstructionsMAGMA.g",
243- "../examples/RingConstructionsMacaulay2.g",
244- "../examples/RingConstructionsSage.g",
245- "../examples/RingConstructionsMaple.g",
246- ];
247- MakeGAPDocDoc( "doc", "RingsForHomalg", list, "RingsForHomalg" );
248- GAPDocManualLab( "RingsForHomalg" );
249- </Listing >
250228Note that in particular, you do not have to worry about keeping a list of your
251229implementation files up-to-date.
252230<P />
0 commit comments