Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

Updated scripts/publish_api_coverage.py to point documentation links to the new location at https://dataframes.bigquery.dev/reference/api/.
The links are now generated as individual HTML pages for each method/attribute (e.g., bigframes.pandas.DataFrame.T.html) instead of anchors on a single page.
Verified the changes by running nox -r -s docs and checking the generated HTML files.


PR created automatically by Jules for task 5838600072013437716 started by @tswast

Updated the `scripts/publish_api_coverage.py` script to generate documentation links that point to the new structure on `dataframes.bigquery.dev`.
Instead of a monolithic page with anchors, the links now point to individual sub-pages for each API method/attribute, following the format `https://dataframes.bigquery.dev/reference/api/<FullClassName>.<MemberName>.html`.
Updated the `URL_PREFIX` mapping to use fully qualified Python class names.
@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Dec 12, 2025
@tswast tswast changed the title Update API coverage docs links to new location chore: update supported pandas APIs documentation links Dec 12, 2025
@tswast tswast marked this pull request as ready for review December 12, 2025 23:23
@tswast tswast requested review from a team as code owners December 12, 2025 23:23
@tswast
Copy link
Collaborator

tswast commented Dec 12, 2025

Note to self: double check that these are the correct links before merging.

@google-labs-jules
Copy link
Contributor Author

Note to self: double check that these are the correct links before merging.

I have verified the links against the dataframes.bigquery.dev site.

For example:

  • read_gbq maps to https://dataframes.bigquery.dev/reference/api/bigframes.pandas.read_gbq.html
  • DataFrame.T maps to https://dataframes.bigquery.dev/reference/api/bigframes.pandas.DataFrame.T.html

These match the current structure of the documentation site.

Updated the `scripts/publish_api_coverage.py` script to generate documentation links that point to the new structure on `dataframes.bigquery.dev`.
Instead of a monolithic page with anchors, the links now point to individual sub-pages for each API method/attribute, following the format `https://dataframes.bigquery.dev/reference/api/<FullClassName>.<MemberName>.html`.
Updated the `URL_PREFIX` mapping to use fully qualified Python class names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants