We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm having fun looking at matrix-nio's API, and also having trouble finding how to get the details of a room.
I resorted to searching for "room name" into the big HTML page, and ended up on this class: https://matrix-nio.readthedocs.io/en/latest/nio.html#nio.rooms.MatrixRoom, which seems to provide the info I want.
However I don't how I'm supposed to get back instances of this class (client.joined_rooms only returns a list of room ids as strings).
client.joined_rooms
So I thought, "would be nice if there were links in this class docs showing me what functions/methods return instances of it". Backlinks!
A way to display backlinks in the rendered docs:
Manual backlinks?
This will probably need changes in Griffe.
The text was updated successfully, but these errors were encountered:
pawamoy
No branches or pull requests
Is your feature request related to a problem? Please describe.
I'm having fun looking at matrix-nio's API, and also having trouble finding how to get the details of a room.
I resorted to searching for "room name" into the big HTML page, and ended up on this class: https://matrix-nio.readthedocs.io/en/latest/nio.html#nio.rooms.MatrixRoom, which seems to provide the info I want.
However I don't how I'm supposed to get back instances of this class (
client.joined_rooms
only returns a list of room ids as strings).So I thought, "would be nice if there were links in this class docs showing me what functions/methods return instances of it". Backlinks!
Describe the solution you'd like
A way to display backlinks in the rendered docs:
Describe alternatives you've considered
Manual backlinks?
Additional context
This will probably need changes in Griffe.
Boost priority
The text was updated successfully, but these errors were encountered: