Skip to content

Document how to add custom overloads #605

Document how to add custom overloads

Document how to add custom overloads #605

Triggered via pull request August 20, 2024 18:15
Status Success
Total duration 10m 52s
Artifacts

CI.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 1 notice
Documentation: ../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L46
8 docstrings not included in the manual: SparseConnectivityTracer.trace_input :: Union{Tuple{T}, Tuple{Type{T}, Any}} where T<:Union{SparseConnectivityTracer.AbstractTracer, SparseConnectivityTracer.Dual} SparseConnectivityTracer.second_order_or :: Union{Tuple{AbstractArray{T}}, Tuple{T}} where T<:SparseConnectivityTracer.AbstractTracer SparseConnectivityTracer.create_tracers :: Union{Tuple{N}, Tuple{T}, Tuple{P}, Tuple{Type{T}, AbstractArray{<:Real, N}, AbstractArray{<:Integer, N}}} where {P<:SparseConnectivityTracer.AbstractPattern, T<:SparseConnectivityTracer.AbstractTracer{P}, N} SparseConnectivityTracer.SortedVector SparseConnectivityTracer.product :: Union{Tuple{I}, Tuple{AbstractSet{I}, AbstractSet{I}}} where I<:Integer SparseConnectivityTracer.DuplicateVector SparseConnectivityTracer.RecursiveSet SparseConnectivityTracer.first_order_or :: Union{Tuple{AbstractArray{T}}, Tuple{T}} where T<:SparseConnectivityTracer.AbstractTracer These are docstrings in the checked modules (configured with the modules keyword) that are not included in canonical @docs or @autodocs blocks.
Julia 1.6 (Core)
[setup-julia] If you are testing 1.6 as a Long Term Support (lts) version, consider using the new "lts" version specifier instead of "1.6" explicitly, which will automatically resolve the current lts.