Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ea95761

Browse files
authoredApr 2, 2024
docs: add opeartions in API docs (#557)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) - [x] Plotting module:https://screenshot.googleplex.com/8VQbFyz4U2vzVd2 Fixes #<issue_number_goes_here> 🦕
1 parent 4995c00 commit ea95761

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎docs/templates/toc.yml

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
name: Indexers
6161
- name: pandas
6262
uid: bigframes.pandas
63+
- items:
64+
- name: Plotting
65+
uid: bigframes.operations.plotting
66+
- name: PlotAccessor
67+
uid: bigframes.operations.plotting.PlotAccessor
6368
- items:
6469
- name: Series
6570
uid: bigframes.series.Series

0 commit comments

Comments
 (0)
Failed to load comments.