Conversation
|
The change looks good, but there seems to be an unrelated error: Is that related to the recent change in the docs generator? The problem is that |
Yes. Two parts, 1) not handling the exception gracefully and 2) unable to resolve some references by the time this signature is extracted. The first problem is handled in googleapis/sphinx-docfx-yaml#152, however I'm unsure whether I can try and format the signature after things are resolved for the second part of the problem. |
When all you have is a string, this might indeed be difficult or even impossible in the general case, as Even the default >>> class Foo: pass
>>> repr(Foo())
'<__main__.Foo object at 0x7fd95d087d00>' |
|
Interestingly, this is how it currently gets shown for googleapis.dev docs as well: I was hoping it was something that's plugin specific and the docs we have right now would handle it well, seems like I'll need to dig in deeper :S |
|
I will nevertheless go ahead and merge this, as the docs-presubmit check is not required and the error is unrelated to the link changes here. |
|
Thanks for helping look into this! I'll take the findings here and log it to better understand this problem to hopefully be able to solve it 😓 |
Updating the reference documentation website from googleapis.dev to cloud.google.com for the index pages. Also updating references in the README.