Closed kalekundert closed 3 weeks ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.67%. Comparing base (
881da02
) to head (654b1e4
). Report is 1 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is meant to fix #39.
New versions of autosummary make it much more difficult to specify cross references. Before, it was always correct to use fully-qualified names. Now, if the autosummary directive is contained within a class, its cross references must not start with the name of the module that that class is defined in. In other words, the cross references must be relative, not absolute, in this case. If the autosummary directive is not contained within a class, then fully-qualified names are still required. This adds a bunch of annoying complexity to the code.