Document limitations of operator overloading utils #617
CI.yml
on: pull_request
Documentation
1m 10s
Matrix: test
Annotations
1 warning and 1 notice
Documentation:
../../../.julia/packages/Documenter/bC7iq/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.
|