Skip to content

Commit c3d3b6f

Browse files
committed
trimmed the documentation of SpectralSequences
1 parent de0b5d0 commit c3d3b6f

File tree

3 files changed

+1855
-2225
lines changed

3 files changed

+1855
-2225
lines changed

M2/Macaulay2/packages/SpectralSequences.m2

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export {
6868
"targetPruningMap",
6969
"Page",
7070
"PageMap",
71-
"pageMap",
7271
"page" ,
7372
"pruningMaps",
7473
"edgeComplex",
@@ -503,9 +502,6 @@ net PageMap := f -> (
503502
stack v
504503
)
505504

506-
-- at present there are no constructors for pageMap
507-
508-
509505
--------------------------------------------------------------------------------
510506
-- spectral sequences
511507
--------------------------------------------------------------------------------
@@ -796,7 +792,7 @@ associatedGradedHomologyObject(ZZ, ZZ, FilteredComplex) := (p,n,K) -> (
796792
beginDocumentation()
797793

798794
load "./SpectralSequences/docs.m2"
799-
795+
load "./SpectralSequences/examples.m2"
800796
load "./SpectralSequences/tests.m2"
801797

802798
---

0 commit comments

Comments
 (0)