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 current julia documentation fails to build: JuliaImages/juliaimages.github.io#44 (comment)
When building Images.jl Documentation https://github.com/JuliaImages/juliaimages.github.io with Documenter v0.22, there'll be lots of unresolved links if using @docs macro in function_reference.md
Documenter v0.22
@docs
```@docs glcm ... ``` #
and glcm doesn't have its docstring
glcm
help?> glcm search: glcm glcm_prop glcm_norm glcm_var_ref glcm_entropy glcm_mean_ref glcm_symmetric glcm_var_neighbour No documentation found.
To supprese the no-doc-found warnings, I temporarily changed @docs to julia in JuliaImages/juliaimages.github.io#50
julia
The following is a list of undocumented methods
cc: @timholy
The text was updated successfully, but these errors were encountered:
is the issue resolved sir
Sorry, something went wrong.
It's not actually, as you might notice here: https://github.com/JuliaImages/ImageFeatures.jl/blob/master/src/brisk.jl all those functions are documented and we could use help :)
Sir starting with first function glcm and the related glcm functions just needed to confirm https://github.com/JuliaImages/ImageFeatures.jl/blob/master/docs/src/tutorials/glcm.md?plain=1#L1-L26 I have to make changes in these .md files am I right ?
No branches or pull requests
The current julia documentation fails to build: JuliaImages/juliaimages.github.io#44 (comment)
When building Images.jl Documentation https://github.com/JuliaImages/juliaimages.github.io with
Documenter v0.22
, there'll be lots of unresolved links if using@docs
macro in function_reference.mdand
glcm
doesn't have its docstringTo supprese the no-doc-found warnings, I temporarily changed
@docs
tojulia
in JuliaImages/juliaimages.github.io#50The following is a list of undocumented methods
cc: @timholy
The text was updated successfully, but these errors were encountered: