-
Notifications
You must be signed in to change notification settings - Fork 39
Add PrettyAnn type class #256
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
base: master
Are you sure you want to change the base?
Conversation
bc72da4 to
117c8fb
Compare
Co-authored-by: Simon Jakobi <simon.jakobi@gmail.com>
Co-authored-by: Simon Jakobi <simon.jakobi@gmail.com>
BinderDavid
left a comment
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.
Looks good. I checked that all old instances of Pretty are also available for PrettyAnn.
|
Thank you for getting this moving! Looks good to me. |
|
FYI, I hope to get a few new co-maintainers involved in this project (see #272). This PR will be merged if the new maintainers approve it. (And of course: If you're interested in becoming a co-maintainer, please let me know! :-) ) |
This PR adds a
PrettyAnntype class that supports embedding annotations in theDoc.Fixes #222