Skip to content
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

Convert cross references properly for code content #331

Open
dandhlee opened this issue Oct 31, 2023 · 0 comments
Open

Convert cross references properly for code content #331

dandhlee opened this issue Oct 31, 2023 · 0 comments
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@dandhlee
Copy link
Collaborator

Currently cross references are only converted to xref tags and are not usable within code content. For example:

>>> import <xref uid="bigframes.pandas">bigframes.pandas</xref> as bpd
>>> bpd.options.display.progress_bar = None

We'll need to find direct links, however should be possible. See go examples: https://cloud.google.com/go/docs/reference/cloud.google.com/go/alloydb/latest/apiv1#cloud_google_com_go_alloydb_apiv1_DefaultAuthScopes

@dandhlee dandhlee added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Oct 31, 2023
@dandhlee dandhlee self-assigned this Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant