You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be worthwhile just solving these upstream in base Julia rather than trying to work around it here since DocStringExtensions.jl is just, for the most part, utilizing the implementations from Base.
Consider the following two functions in module
CGP
.The following documentation is produced.
I noticed two issues.
AbstractVector
infun2
becomesAbstractArray
again even if I am using Julia 1.6.0. (See How to use alias of AbstractArray instead of the full name? (Feature request) #108)fun1
, the implicit type parameter is an uglyvar"#s2"
. Is it possible to just show the original formx::AbstractVector{<:Real}
?The text was updated successfully, but these errors were encountered: