We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ec599 commit ca43049Copy full SHA for ca43049
1 file changed
docs/src/developers/use&dev_packages.md
@@ -252,7 +252,7 @@ Use [`ArgCheck.jl`](https://github.com/jw3126/ArgCheck.jl) to perform checks on
252
---
253
254
* Every single function/type exported requires a [`docstring`](https://docs.julialang.org/en/v1/manual/documentation/).
255
-* For most docstrings, examples should be provided in the form of [jldoctests](what this is? where?)
+* For most docstrings, examples should be provided in the form of [jldoctests](https://documenter.juliadocs.org/stable/man/doctests/)
256
* Double check `docstring`s of functions that have been modified.
257
* `docsting`s maybe be provided if a function is not exported.
258
0 commit comments