-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
docs: update userguides and notes [APE-1752] #2109
Conversation
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.
couple of things i noticed in the docs but looks good!
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.
docs lookin' 🔥
@@ -355,6 +355,7 @@ def raises_not_implemented(fn): | |||
def inner(*args, **kwargs): | |||
raise _create_raises_not_implemented_error(fn) | |||
|
|||
inner.__doc__ = fn.__doc__ |
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.
it may be worth putting a comment here saying this is needed for the doc strings to show up
What I did
Update broken userguide links for 0.8 update and change notes and warnings to myst directive formatting.
fixes: #
How I did it
How to verify it
Checklist