-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: minor improvements to the new docstring blocks #181
Conversation
Seems to be working: https://luxdl.github.io/DocumenterVitepress.jl/previews/PR181/api. I collapsed the docs just as a demo. The reason for change 1 is mostly because https://lux.csail.mit.edu/dev/api/Lux/utilities#Lux.Training.apply_gradients! looks visually strange with |
Created https://luxdl.github.io/DocumenterVitepress.jl/previews/PR181/internal_api as a demonstration and left the default for https://luxdl.github.io/DocumenterVitepress.jl/previews/PR181/api |
This looks good to me! I still don't like that the font size in docstrings is smaller than the main body, though - it's hard to read. |
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 like it as it is. Let's merge.
#
and makes the name clickable for link)CollapsedDocStrings
meta. fixes supportCollapsedDocStrings
option from@meta
block #180