Enable rendered public API docs QA#639
Draft
ChrisRackauckas-Claude wants to merge 5 commits into
Draft
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Member
|
Don't reexport symbolicregression |
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Member
Author
|
Follow-up after CI caught DataDrivenSR core tests relying on the old SymbolicRegression reexport. Fix pushed: What changed:
Local validation on Julia 1.10:
Generated |
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.
Ignore until reviewed by @ChrisRackauckas.
Summary
api_docs_kwargs = (; rendered = true, ...)runtests.jlwithout adding new[sources]or path source entriesLocal verification
All Julia commands used
/home/crackauc/.juliaup/bin/julia +1.10andtimeout 3600. Most Julia commands usedJULIA_DEPOT_PATH=/home/crackauc/sandbox/tmp_20260708_051717_3275/julia_depots/datadrivendiffeq_scimltesting_v21; Runic used/home/crackauc/sandbox/tmp_20260708_051717_3275/.julia_depot_runic.git diff --check: passed with no output.jlfiles: passed with no output[sources]/path =: passed with no outputjulia +1.10 --project=docs docs/make.jl: passed. Remaining warnings were Documenterwarnonlywarnings for existing unrendered StatsAPI method docstrings / module docstring, linkcheck redirects, large@exampleHTML fallback, and skipped deployment auto-detection.GROUP=QA julia +1.10 --project=. -e 'using Pkg; Pkg.test(; coverage=false)': passed.Quality Assurance | 13 pass, 4 broken, 17 total;JET Static Analysis | 10 pass, 1 broken, 11 total.GROUP=DataDrivenDMD_QA julia +1.10 --project=. -e 'using Pkg; Pkg.test(; coverage=false)': passed.QA | 16 pass, 2 broken, 18 total.lib/DataDrivenSparse,GROUP=QA julia +1.10 --project=. -e 'using Pkg; Pkg.test(; coverage=false)': passed.QA | 16 pass, 2 broken, 18 total.lib/DataDrivenLux,GROUP=QA julia +1.10 --project=. -e 'using Pkg; Pkg.test(; coverage=false)': passed after the final docstring-link fix.QA | 17 pass, 1 broken, 18 total.lib/DataDrivenSR,GROUP=QA julia +1.10 --project=. -e 'using Pkg; Pkg.test(; coverage=false)': passed.Quality Assurance | 17 pass, 1 broken, 18 total.Not run: full all-groups root
Pkg.test(). This was kept scoped to docs/docstrings/rendered QA plus the affected QA groups.