M2 icon indicating copy to clipboard operation
M2 copied to clipboard

The primary source code repository for Macaulay2, a system for computing in commutative algebra, algebraic geometry and related fields.

Results 538 M2 issues
Sort by recently updated
recently updated
newest added

The html page displayed by "viewHelp", which is generated when the version of M2 in the build directory starts (unless "-q" is on the command line), is listing all the...

Documentation

The documentation at https://www.math.uni-sb.de/ag/schreyer/home/M2/doc/Macaulay2/MatFacCurvesP4/html/ is missing the appropriate style file. Figure out how users can install documentation with the style file.

enhancement

Currently example output is hard to read in the html documentation, because it is small: This is governed in `doc.css`: Turning off font-size and line-height seems to help:

Documentation
stale

The "Exports" section, visible on the main documentation page of a package, should come after the Subnodes ("Menu") section, so subnodes will be more prominent.

Documentation

It would be nice to have a report button on the online documentation so people can report issues without going through the trouble of emailing or making a github issue....

Documentation

We need a reliable way to ensure that each package has either been licensed by its authors or been released to the public domain. Perhaps "installPackage" could have two new...

Here is a little package that can be used for testing the tree structure: [Tree.m2.txt](https://github.com/Macaulay2/M2/files/5212591/Tree.m2.txt) Playing around with the results from that test package, it seems there is only one...

Documentation

If "foo" is a method that accepts named arguments and is used in multiple packages, then we have no way for the documentation to depend on the package. If the...

Documentation

Should move this to the documentation: ```m2 i5 : testExample o5 = TEST /// -* test for simpleDocFrob *- assert(simpleDocFrob(2,matrix{{1,2}}) == matrix{{1,2,0,0},{0,0,1,2}}) /// i6 : package symbol testExample o6 =...

Documentation

It would be good to state what version of flint we are currently using and what algorithm is used here by it: ```m2 i9 : help isPseudoprime o9 = isPseudoprime...

Documentation