-
Notifications
You must be signed in to change notification settings - Fork 15
Fix and clean up documentation build by using @extref #401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
DynamicalSystems.jl v2 is loaded during tests??
kahaaga
added a commit
that referenced
this pull request
Aug 17, 2025
* up complexitymeasures * quick fix: move GroupSlices.jl code from ComplexityMeasures.jl here * Better check for agreement between transfer operator and visitation frequency estimates Use reasonable number of points and percentage discrepancy * use package-internal groupslices * Use StableRNG for test that sometimes fails due to random data generation * up version * Fix and clean up documentation build by using @extref (#401) * set version of complexitymeasures * use @extref * update style * formatting * formatting and extref * extref * extref * always use links * formatting * up to julia long term release version * reintroduce references * Properly use extrefs * extref for statespaceset * fix last doc errors and set collapse = false * up minimum julia version to latest LTS * Don't build StateSpaceSets. * Remove temp dep * Force higher versions for packages DynamicalSystems.jl v2 is loaded during tests?? * Update checkout * explicitly add complexitymeasures to test deps * remove direct reference to statespaceset * Some more fixes to docs + version (#402) * set version of complexitymeasures * use @extref * update style * formatting * formatting and extref * extref * extref * always use links * formatting * up to julia long term release version * reintroduce references * Properly use extrefs * extref for statespaceset * fix last doc errors and set collapse = false * up minimum julia version to latest LTS * Don't build StateSpaceSets. * Remove temp dep * Force higher versions for packages DynamicalSystems.jl v2 is loaded during tests?? * Update checkout * explicitly add complexitymeasures to test deps * remove direct reference to statespaceset * Up versions * remove collapse info * less strict dsp requirement
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.
The documentation build in #400 was failing due to cross-reference and external cross reference issues that I did not manage to debug. The solution was to completely re-do how cross-referencing is done in the docs, according to the standards in the latest versions of Documenter.jl.
@extref
(e.g.[`OutcomeSpace`](@extref ComplexityMeasures.OutcomeSpace)
). This eliminates all documentation cross-reference errors.