From 0e540fbfc0ef23002fceed5f67dc40febf3d2b92 Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Tue, 9 Dec 2025 12:09:34 +0100 Subject: [PATCH] Remove outdated documentation --- doc/Tutorials.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/doc/Tutorials.xml b/doc/Tutorials.xml index 26a75a11..9d97436a 100644 --- a/doc/Tutorials.xml +++ b/doc/Tutorials.xml @@ -225,28 +225,6 @@ in the root directory of your package: LoadPackage( "AutoDoc" ); AutoDoc( ); -In contrast, the RingsForHomalg package currently uses -essentially the following code in its makedoc.g file to achieve the same result: --LoadPackage( "GAPDoc" ); -SetGapDocLaTeXOptions( "utf8" ); -bib := ParseBibFiles( "doc/RingsForHomalg.bib" ); -WriteBibXMLextFile( "doc/RingsForHomalgBib.xml", bib ); -list := [ - "../gap/RingsForHomalg.gd", - "../gap/RingsForHomalg.gi", - "../gap/Singular.gi", - "../gap/SingularBasic.gi", - "../examples/RingConstructionsExternalGAP.g", - "../examples/RingConstructionsSingular.g", - "../examples/RingConstructionsMAGMA.g", - "../examples/RingConstructionsMacaulay2.g", - "../examples/RingConstructionsSage.g", - "../examples/RingConstructionsMaple.g", - ]; -MakeGAPDocDoc( "doc", "RingsForHomalg", list, "RingsForHomalg" ); -GAPDocManualLab( "RingsForHomalg" ); - Note that in particular, you do not have to worry about keeping a list of your implementation files up-to-date.