Fix documentation examples for current dependency APIs#4746
Merged
ChrisRackauckas merged 2 commits intoJul 13, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
ChrisRackauckas-Claude
force-pushed
the
agent/fix-docs-example-regressions
branch
from
July 13, 2026 19:02
90a21a1 to
742e993
Compare
Member
Author
|
Post-stack verification is complete.
CI=true GITHUB_ACTIONS=true GITHUB_EVENT_NAME=push \
GITHUB_REF=refs/heads/agent/fix-docs-example-regressions \
GITHUB_REF_NAME=agent/fix-docs-example-regressions GITHUB_REF_TYPE=branch \
GITHUB_REPOSITORY=SciML/ModelingToolkit.jl GITHUB_REPOSITORY_OWNER=SciML \
GITHUB_SHA=90a21a1d7c86dbc042eec75e3b5af89b08ac0911 \
GITHUB_WORKSPACE=/home/crackauc/sandbox/tmp_20260713_111059_49183/_verification/modelingtoolkit-pr4746 \
GITHUB_SERVER_URL=https://github.com JULIA_DEBUG=Documenter \
JULIA_DEPOT_PATH=/home/crackauc/sandbox/tmp_20260713_111059_49183/_verification/depot-pr4746 \
TMPDIR=/home/crackauc/sandbox/tmp_20260713_111059_49183/_verification/tmp-pr4746 \
DISPLAY=:0 xvfb-run -a -s '-screen 0 1024x768x24' \
/home/crackauc/.juliaup/bin/julia +lts --startup-file=no --project=docs/ --code-coverage=user docs/make.jlIt exited 0 after completing all examples, link checks, and HTML rendering. In particular, the repaired tearing/Graphs, BifurcationKit On the final stacked tree:
|
Member
Author
|
Current red-check classification after independent clean-base reproduction:
These are independent of the documentation-example repairs here. The fresh-clone CI-style docs build for this exact patch already exited 0, including examples, rendering, and link checks. |
ChrisRackauckas
marked this pull request as ready for review
July 13, 2026 19:59
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.
This PR should be ignored until reviewed by @ChrisRackauckas.
Dependency
This PR is stacked on #4745, which fixes the pre-existing spell-check typo on
master. Review and merge #4745 first; the documentation fix remains a separate commit on top.Summary
incidence_matrixre-export and internal tearing-state access with documented public APIs from Graphs.LinAlg and ModelingToolkitBase.Regression attribution
6f9fbf5701e4stopped accidentally exposingGraphs.incidence_matrixafter switching to explicit imports.PeriodicOrbitOCollProblemcompatibility name in favor ofCollocation.FunctionMapandRodas4must be imported from their owning sublibraries.Verification
retcode=Success,points=101,final_t=100.0.incidence_matrix/asgraph, aRodas4solve, andCollocationconstruction: exit 0;incidence=Bool[1;;],retcode=Success,collocation=(0, 5, 20).90a21a1d7c86dbc042eec75e3b5af89b08ac0911): exit 0. All examples, link checks, and HTML rendering completed successfully.git diff --check upstream/master...HEAD: exit 0.