googleapis / python-firestore

Apache License 2.0
214 stars 74 forks source link

Docstrings for xrefs require an update #902

Open dandhlee opened 6 months ago

dandhlee commented 6 months ago

Internal issue: b/237292233

Looks like xrefs are still in their old format like https://github.com/googleapis/python-firestore/blob/2a168765d51e89971a2105085377088b4c815bca/google/cloud/firestore_v1/async_batch.py#L53C26-L53C75.

The correct xref should be google.cloud.firestore_v1.write.WriteResult.

This seems like an issue throughout the library, impacting customers to not be able to find the correct definition links and the generator not being able to generate proper cross referenced links.