slight next/forward link mismatch in documentation
@DanGrayson is already working on this.
Since Sep 12, 2020.
- Dominant language
- Macaulay2
- Stars
- 435
- Forks
- 297
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 11
Description
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 difference remaining between the info nodes and the html nodes: the last descendent of the top node has no "forward" node in info, but it links to the next root in html. The latter is the right way, since we expect to be able to read all the nodes of the package by pressing "forward" repeatedly.
See the discussion at https://github.com/Macaulay2/M2/pull/1454#issuecomment-691475911 and after.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.