@@ -389,10 +389,9 @@ document {
389389 Key => {ExteriorIdeals },
390390 Headline => " a package for working with ideals over exterior algebra" ,
391391 TT " ExteriorIdeals is a package for creating and manipulating ideals over exterior algebra" ,
392- PARA {" Other acknowledgements:" },
393- " The method " , TT " isLexIdeal" , " was taken from Chris Francisco's package: LexIdeals, which is available at " ,
394- HREF {" http://www2.macaulay2.com/Macaulay2/doc/Macaulay2-1.10/share/doc/Macaulay2/LexIdeals/html/" ," LexIdeals" }
395-
392+ Acknowledgement => PARA {
393+ " The method " , TO " isLexIdeal" , " was taken from " , TO " LexIdeals::isLexIdeal" ,
394+ " in Chris Francisco's package " , TO " LexIdeals::LexIdeals" , " ." },
396395 }
397396
398397document {
@@ -468,16 +467,15 @@ document {
468467 Inputs => {" I" => {" a monomial ideal of an exterior algebra" }
469468 },
470469 Outputs => {Boolean => {" true whether ideal " , TT " I" , " is lex" }},
471- PARA {" Other acknowledgements:" },
472- " This method was taken from Chris Francisco's package: LexIdeals, which is available at " ,
473- HREF {" http://www2.macaulay2.com/Macaulay2/doc/Macaulay2-1.10/share/doc/Macaulay2/LexIdeals/html/" ," LexIdeals" },
474-
475470 PARA {" Examples:" },
476471 EXAMPLE lines ///
477472 E=QQ [e_1..e_4,SkewCommutative =>true ]
478473 isLexIdeal ideal {e_1* e_2,e_2* e_3}
479474 isLexIdeal ideal {e_1* e_2,e_1* e_3,e_1* e_4,e_2* e_3}
480475 ///,
476+ Acknowledgement => PARA {
477+ " This method was taken from " , TO " LexIdeals::isLexIdeal" ,
478+ " in Chris Francisco's package " , TO " LexIdeals::LexIdeals" , " ." },
481479 SeeAlso =>{lexIdeal},
482480 }
483481
0 commit comments