Skip to content

Bug processing example in docs#4310

Draft
joel-dodge wants to merge 1 commit into
Macaulay2:developmentfrom
joel-dodge:docs-example-bug
Draft

Bug processing example in docs#4310
joel-dodge wants to merge 1 commit into
Macaulay2:developmentfrom
joel-dodge:docs-example-bug

Conversation

@joel-dodge
Copy link
Copy Markdown
Contributor

I am seeing some funny behavior in rendering examples in docs. If I comment out all but the first two lines I see the doc nodes that I expect (which are the ones that already existed prior to this change). If I add in a third line, The example renders as having one more empty input regardless of what the line was - and no output. If I add in a fourth line the example rendering breaks.

This example works locally for me as in :

i1 :     F = QQ^4
          wp = wedgeProduct(1, 1, F)
          L = exteriorPower(1, F)
          R = exteriorPower(1, F)
          wp * (L_0 ** R_0)
          wp * (L_0 ** R_1)

       4
o1 = QQ

o1 : QQ-module, free

o2 = | 0 1 0 0 -1 0 0 0 0  0  0 0 0  0  0  0 |
     | 0 0 1 0 0  0 0 0 -1 0  0 0 0  0  0  0 |
     | 0 0 0 0 0  0 1 0 0  -1 0 0 0  0  0  0 |
     | 0 0 0 1 0  0 0 0 0  0  0 0 -1 0  0  0 |
     | 0 0 0 0 0  0 0 1 0  0  0 0 0  -1 0  0 |
     | 0 0 0 0 0  0 0 0 0  0  0 1 0  0  -1 0 |

              6       16
o2 : Matrix QQ  <-- QQ

       4
o3 = QQ

o3 : QQ-module, free

       4
o4 = QQ

o4 : QQ-module, free

o5 = 0

       6
o5 : QQ

o6 = | 1 |
     | 0 |
     | 0 |
     | 0 |
     | 0 |
     | 0 |

       6
o6 : QQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant