Skip to content

Commit

Permalink
add doc nodes for the package itself to three packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGrayson committed May 23, 2016
1 parent 83a8de5 commit 51eb8d0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
6 changes: 6 additions & 0 deletions M2/Macaulay2/packages/Graphs.m2
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,12 @@ collateVertices MixedGraph := g -> (

beginDocumentation()

-- authors: add some text to this documentation node:
doc ///
Key
Graphs
///

-------------------------------
--Graph Constructors
-------------------------------
Expand Down
16 changes: 10 additions & 6 deletions M2/Macaulay2/packages/RandomCurves.m2
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
needsPackage"RandomObjects"
needsPackage"RandomSpaceCurves"
needsPackage"RandomPlaneCurves"
needsPackage"RandomGenus14Curves"
needsPackage"RandomCanonicalCurves"

newPackage(
"RandomCurves",
Version => "0.6",
Expand All @@ -23,8 +17,18 @@ newPackage(

},
Headline => "Construction of random curves",
PackageExports => {"RandomObjects","RandomSpaceCurves","RandomPlaneCurves","RandomGenus14Curves","RandomCanonicalCurves"},
DebuggingMode => false
)

beginDocumentation()

-- authors: add some text to this documentation node:
doc ///
Key
RandomCurves
///

end

restart;
Expand Down
8 changes: 7 additions & 1 deletion M2/Macaulay2/packages/RandomPlaneCurves.m2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
needsPackage "RandomObjects"
newPackage(
"RandomPlaneCurves",
Version => "0.6",
Expand All @@ -17,6 +16,7 @@ newPackage(
HomePage => "http://www.math.uni-sb.de/ag/schreyer/"}
},
Headline => "Construction of random plane curves",
PackageExports => {"RandomObjects"},
DebuggingMode => false
)

Expand Down Expand Up @@ -145,6 +145,12 @@ imageUnderRationalMap(Ideal,Matrix):=(J,L)->(

beginDocumentation()

-- authors: add some text to this documentation node:
doc ///
Key
RandomPlaneCurves
///

doc ///
Key
distinctPlanePoints
Expand Down

0 comments on commit 51eb8d0

Please sign in to comment.