docs: README infer-flow rewrite, RTD auto-build, theory overlay fix#12
Merged
Conversation
…ecify fixes - README: link to moderndive.readthedocs.io, refresh "What's inside" (dual-engine plots, df.specify(), custom statistics, model plots, new helpers, 58 datasets), rewrite Quick start in the infer df.specify() pipeline flow. - Add .github/workflows/rtd-build.yml to trigger a Read the Docs build on pushes to main (needs a READTHEDOCS_TOKEN secret; native webhook is an alternative). - theory-based guide: split the method="both"/"theoretical" cell so the "both" histogram+curve overlay renders (a cell shows only its last value). - coming-from-r: put .specify() on its own line in the pipeline example. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017CTL1QSTg1DmDUpqYuPEog
ismayc
added a commit
that referenced
this pull request
Jun 19, 2026
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017CTL1QSTg1DmDUpqYuPEog
ismayc
added a commit
that referenced
this pull request
Jun 19, 2026
* docs: document count_missing() count_missing() (per-column null counts) was added with its function, top-level export, and tests, but wasn't in the docs. Add it to the API reference and a short getting-started example. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017CTL1QSTg1DmDUpqYuPEog * docs(readme): list count_missing in What's inside Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017CTL1QSTg1DmDUpqYuPEog * docs: rebuild HTML after merging main (#12) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017CTL1QSTg1DmDUpqYuPEog --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
Follow-ups after #11:
df.specify(), custom-statisticcalculate(), model plots + new helpers, 58 datasets); Quick start rewritten in the inferdf.specify()pipeline flow..github/workflows/rtd-build.ymltriggers a Read the Docs build on push tomain. One-time: add aREADTHEDOCS_TOKENrepo secret (RTD → Account → API tokens). The native RTD GitHub App/webhook is an alternative that makes this workflow unnecessary..specify()on its own line in the pipeline example.method="both"/method="theoretical"cell so the "both" histogram+curve overlay renders (a cell shows only its last value).Gates: 215 tests / 100% coverage, ruff check + format clean, docs build warning-free under
-W.🤖 Generated with Claude Code