Conversation
cruft update brings the template to e6f473c, whose one change is `build.targets.sdist.exclude`. Applied by hand: the hunk rejected because the dependency groups around it have diverged. The sdist goes from 2.3 MB over 189 entries to 176 kB over 106, since it no longer ships the test suite or the notebooks with their committed outputs. Worth having before the first release. `sphinx.ext.viewcode` puts a source link on every entry in the API reference. The template does not enable it yet; cookiecutter-scverse#103 tracks the same gap upstream for linkcode. Part of #23. Skipped sphinx_issues from that issue for now: nothing in the changelog or the docs refers to an issue by number, so it would be a dependency and a config line for no links. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LUprSEAYStTMX3dzrHXLes
Documentation build overview
175 files changed ·
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #50 +/- ##
=======================================
Coverage 90.70% 90.70%
=======================================
Files 76 76
Lines 5175 5175
=======================================
Hits 4694 4694
Misses 481 481 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two small tooling changes, no notebooks and no source.
cruft updateto e6f473c. Its one change isbuild.targets.sdist.exclude = [ "/docs", "/tests" ],applied by hand because the hunk rejected against our diverged dependency groups. The sdist drops
from 2.3 MB over 189 entries to 176 kB over 106 — it no longer ships the test suite or the notebooks
with their committed outputs.
cruft checkpasses.sphinx.ext.viewcodeadds a source link to every API entry. The template does not enable it;cookiecutter-scverse#103 tracks the same gap upstream for linkcode.
Part of #23. Relevant to #36.