-
Notifications
You must be signed in to change notification settings - Fork 101
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
Documentation updates #476
Conversation
abhro
commented
Jul 1, 2024
- Add DLMF reference identifiers
- Add sections to API list
- Clean up docstrings
In functions_overview.md, Documenter.jl picks up section headers for permalinks. Move the links to their own paragraphs.
Two links to DLMF share the same text, disambiguate by using the sections they're pointing to.
The equation number in the anchor text helps more easily identify links, and can help in navigation. TODO: do something for the Wikipedia links?
Most TeX engines recognize \ln and \log
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #476 +/- ##
=======================================
Coverage 94.10% 94.10%
=======================================
Files 14 14
Lines 2935 2935
=======================================
Hits 2762 2762
Misses 173 173
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Remove `erf(::Real)` method used for docstring, and add `erf(::Real, ::Real)` for docs page
This broadly looks great. Merging it. |
@abhro May I request you to see the deployed docs on the dev branch to see if it all looks good? Thanks for the cleanup PR! |