You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at the package SectionRing for research and noticed a few things:
it would be good to issue a warning with the number of documentation nodes (at least those documenting a method) without an example, in order to encourage authors to add documentation (at the very least turn some tests into documentation examples with assertions).
in this package, Divisor and Varieties are imported but not exported, which has the unintended side effect that the documentation doesn't list globallyGenerated(WeilDivisor) and mRegular(CoherentSheaf) as missing documentation, but lists globallyGenerated(Ideal) and mRegular(Ideal). I think this should at least be a warning.
this brings me to the third strange thing, which is that the documentation installs without a single message:
I'm looking at the package SectionRing for research and noticed a few things:
Divisor
andVarieties
are imported but not exported, which has the unintended side effect that the documentation doesn't listgloballyGenerated(WeilDivisor)
andmRegular(CoherentSheaf)
as missing documentation, but listsgloballyGenerated(Ideal)
andmRegular(Ideal)
. I think this should at least be a warning.There's something wrong (with the documentation system) but I'm not sure what.
The text was updated successfully, but these errors were encountered: