Document exported public API#221
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
87f02d0 to
ce48aa5
Compare
|
Addressed the review on the Changes in the updated push:
Rerun locally with
|
|
Follow-up after the review note: the branch now removes the module-level |
Summary
This PR audits the exported public API and tightens the rendered documentation coverage. Please ignore this PR until reviewed by @ChrisRackauckas.
Changes:
DEQsalias.DeepEquilibriumNetworkdocstring to the exported type definition point.Verification
Ran locally with Julia 1.10 using
timeout 3600:timeout 3600 /home/crackauc/.juliaup/bin/julia +1.10 --project=@runic -e 'using Runic; exit(Runic.main(["--check", "."]))'\n - passed with exit code 0\n- Export audit one-liner overnames(DeepEquilibriumNetworks; all=false)\n -exported=[:DEQs, :DeepEquilibriumNetwork, :DeepEquilibriumSolution, :MultiScaleDeepEquilibriumNetwork, :MultiScaleNeuralODE, :MultiScaleSkipDeepEquilibriumNetwork, :SkipDeepEquilibriumNetwork]\n -undocumented=Symbol[]\n -missing_api=Symbol[]\n-timeout 3600 /home/crackauc/.juliaup/bin/julia +1.10 --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); include("docs/make.jl")'\n - passed with exit code 0\n - warnings observed: existing arXiv HTTP-to-HTTPS link redirects, existing large generated HTML warning fortutorials/basic_mnist_deq.md, and skipped deployment outside CI\n-timeout 3600 /home/crackauc/.juliaup/bin/julia +1.10 --project=. -e 'using Pkg; Pkg.test()'\n - passed\n -Utils Tests | 13 pass\n -Layers Tests | 1538 pass\n