Skip to content

Commit 7826f60

Browse files
mahrudd-torrance
authored andcommitted
fixed a dead link in ExteriorIdeals
1 parent 3353cd2 commit 7826f60

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

M2/Macaulay2/packages/ExteriorIdeals.m2

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

398397
document {
@@ -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

Comments
 (0)