Scope for Julia Docstrings? #728
Replies: 1 comment
-
If the Julia support will get as far as the Pyhon one, then the PR #731 will resolve this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just started working with vale today, and while the Google rules might be a bit strict, they make you rethink a few formulations which is great. I am using vale on the docs of a Julia package.
For now (since I got inspired by another package) vale is running on all markdown files in the
docs/src
folder.Is there an easy way to run vale on all doc strings in the source files as well?
That would be all
.jl
files in thesrc/
folder, but only those parts that are in"""..."""
, or more precisely multilineSo here basically only on the second line.
It would be great, because then all my documentation (not only the text around function documentations) would be
vale.sh
ed.Beta Was this translation helpful? Give feedback.
All reactions