Skip to content

Commit

Permalink
final update hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmousa committed Dec 19, 2023
1 parent f09037f commit 0b92d3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MatrixSchubert/MatrixSchubertConstructionsDOC.m2
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ doc ///
Text
The following people have generously contributed code, improved existing code, or enhanced the documentation:
@HREF("https://sites.google.com/illinois.edu/shiliang-gao", "Shiliang Gao")@,
@HREF("https://www.math.tamu.edu/directory/graduate.html", "Pooja Joshi")@,
@HREF("https://www.math.tamu.edu/directory/graduate.html", "Pooja Joshi")@,
@HREF("https://www-users.cse.umn.edu/~mahrud/", "Mahrud Sayrafi")@, and
@HREF("https://www.clemson.edu/science/academics/departments/mathstat/about/profiles/arakoto", "Antsa Tantely Fandresena Rakotondrafara")@.
SeeAlso
Expand Down
6 changes: 3 additions & 3 deletions MatrixSchubert/permutationMethods.m2
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,11 @@ PipeDream.synonym = "pipe dream"
PipeDream == List := (D,L) -> toList D == L

-- for printing
expression PipeDream := D -> netList(toList D, Boxes => false)
-- for printing
net PipeDream := D -> netList(toList D, Boxes => false)
describe PipeDream := D -> Describe (expression PipeDream) (expression toList D)
net PipeDream := net @@ expression
-- TODO: texMath PipeDream := ...
toString PipeDream := toString @@ expression
toString PipeDream := toString @@ net
toExternalString PipeDream := toString @@ describe


Expand Down
1 change: 0 additions & 1 deletion MatrixSchubert/permutationMethodsDOC.m2
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ doc ///

undocumented {
(symbol==, PipeDream, List),
(expression, PipeDream),
(describe, PipeDream),
(net, PipeDream),
-- (texMath, PipeDream),
Expand Down

0 comments on commit 0b92d3d

Please sign in to comment.