-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Update docs #400
Update docs #400
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #400 +/- ##
==========================================
+ Coverage 94.61% 96.54% +1.92%
==========================================
Files 14 14
Lines 4178 4195 +17
==========================================
+ Hits 3953 4050 +97
+ Misses 225 145 -80 ☔ View full report in Codecov by Sentry. |
@@ -15,7 +17,7 @@ makedocs(; | |||
repo="https://github.com/JuliaLang/JuliaSyntax.jl/blob/{commit}{path}#L{line}", | |||
sitename="JuliaSyntax.jl", | |||
authors = "Claire Foster and contributors: https://github.com/JuliaLang/JuliaSyntax.jl/graphs/contributors", | |||
strict = Documenter.except(:missing_docs) | |||
warnonly = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it okay to set warnonly=true
? Or, should I put missing docs in the documentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's fine :-)
Thank you ❤️ Sorry I've been absent as a reviewer lately ... real life is 😩 |
Thanks for the merge! I hope you are doing well 😄 |
docs/Manifest.toml
(and use Documenter.jl v1)docs/make.jl