Skip to content

Commit 5a1aa06

Browse files
authored
Remove outdated documentation (#293)
1 parent 5aee079 commit 5a1aa06

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

doc/Tutorials.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -225,28 +225,6 @@ in the root directory of your package:
225225
LoadPackage( "AutoDoc" );
226226
AutoDoc( );
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>
250228
Note that in particular, you do not have to worry about keeping a list of your
251229
implementation files up-to-date.
252230
<P/>

0 commit comments

Comments
 (0)