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.