We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The doc tests fail with the following error:
✓ Documenter 80 dependencies successfully precompiled in 79 seconds julia --color=yes --project=docs/ docs/make.jl [ Info: SetupBuildDirectory: setting up build directory. [ Info: Doctest: skipped. [ Info: ExpandTemplates: expanding markdown templates. [ Info: CrossReferences: building cross-references. ┌ Error: no doc found for reference '[`load`](@ref)' in src/index.md. └ @ Documenter ~/.julia/packages/Documenter/9kOxY/src/utilities/utilities.jl:44 ┌ Error: no doc found for reference '[`load`](@ref)' in src/index.md. └ @ Documenter ~/.julia/packages/Documenter/9kOxY/src/utilities/utilities.jl:44 ┌ Error: no doc found for reference '[`ListModel`](@ref)' in src/index.md. └ @ Documenter ~/.julia/packages/Documenter/9kOxY/src/utilities/utilities.jl:44 ┌ Error: no doc found for reference '[`load`](@ref)' in src/index.md. └ @ Documenter ~/.julia/packages/Documenter/9kOxY/src/utilities/utilities.jl:44 [ Info: CheckDocument: running document checks. [ Info: Populate: populating indices. ERROR: LoadError: `makedocs` encountered an error [:cross_references] -- terminating build before rendering. Stacktrace:
The text was updated successfully, but these errors were encountered:
OK, the main problem is that the function load() does not longer exist. @barche Is it correct that it was renamed to loadqml() ?
load()
Sorry, something went wrong.
Fixed in #178
Thanks!
ufechner7
Successfully merging a pull request may close this issue.
The doc tests fail with the following error:
The text was updated successfully, but these errors were encountered: