-
Notifications
You must be signed in to change notification settings - Fork 19
Doc link fix #92
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
Doc link fix #92
Conversation
|
for me later: I used: |
|
Note to self: autoapi and autodoc don't play nice together. |
|
Ok I wasted a couple of hours on this and it turned out to be autoapi -- which I added some time ago. |
|
Note the added function in conf.py was necessary to get it to expand the docstrings. |
|
I think I will fix this by going back to main and only adding the |
beckermr
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.
Things like :class: etc. are still not applied everywhere. That's OK, but I thought I would mention it.
I flagged a few changes we should rollback.
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.
We need to be updating this file in our PRs. Let's open an issue to backport the updates for the versions not in here.
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.
Done, and thanks ;-).
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
|
Could be that we have to pin |
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
beckermr
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.
Changes look good. When you are happy with the build, merge away!
Updates the docs to ensure that the links are visualized. It further also improves styling to use
UltraPlotin text andultraplotin code.Addresses #90