You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is that it the docs for write_value function don't include links to back to the StructFormat class. Also, the formatting here seems very cluttery, the enum is printed with the string value representation, which I don't think is all that relevant to see here. Also, it's really weird that you can directly see ~typing.Literal text, rather than just Literal (this might be an issue on my side though, by not having intersphinx configured properly maybe? Not sure though as other python stdlib things seem to produce links normally).
The text was updated successfully, but these errors were encountered:
I'm trying to get a nice formatting for my method, which has several overloads, using literals with various enum variants. This is the code:
Click to expand the code snippet
You can also see the entire file here
My issue is that it the docs for
write_value
function don't include links to back to theStructFormat
class. Also, the formatting here seems very cluttery, the enum is printed with the string value representation, which I don't think is all that relevant to see here. Also, it's really weird that you can directly see~typing.Literal
text, rather than justLiteral
(this might be an issue on my side though, by not having intersphinx configured properly maybe? Not sure though as other python stdlib things seem to produce links normally).The text was updated successfully, but these errors were encountered: