Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/bigframes.pandas/frame.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Accessors
Plotting handling
^^^^^^^^^^^^^^^^^

.. automodule:: bigframes.operations.plotting
.. autoclass:: bigframes.operations.plotting.PlotAccessor
:members:
:inherited-members:
:undoc-members:
Expand Down
10 changes: 5 additions & 5 deletions docs/reference/bigframes.pandas/series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ Accessors
Datetime properties
^^^^^^^^^^^^^^^^^^^

.. automodule:: bigframes.operations.datetimes
.. autoclass:: bigframes.operations.datetimes.DatetimeMethods
:members:
:inherited-members:
:undoc-members:

String handling
^^^^^^^^^^^^^^^

.. automodule:: bigframes.operations.strings
.. autoclass:: bigframes.operations.strings.StringMethods
:members:
:inherited-members:
:undoc-members:

List handling
^^^^^^^^^^^^^

.. automodule:: bigframes.operations.lists
.. autoclass:: bigframes.operations.lists.ListAccessor
:members:
:inherited-members:
:undoc-members:
Expand All @@ -54,15 +54,15 @@ Struct handling
Blob handling
^^^^^^^^^^^^^

.. automodule:: bigframes.operations.blob
.. autoclass:: bigframes.operations.blob.BlobAccessor
:members:
:inherited-members:
:undoc-members:

Plotting handling
^^^^^^^^^^^^^^^^^

.. automodule:: bigframes.operations.plotting
.. autoclass:: bigframes.operations.plotting.PlotAccessor
:members:
:inherited-members:
:undoc-members:
Expand Down
4 changes: 4 additions & 0 deletions docs/templates/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
uid: bigframes.operations.structs.StructFrameAccessor
- name: AI
uid: bigframes.operations.ai.AIAccessor
status: beta
name: DataFrame
- items:
- name: DataFrameGroupBy
uid: bigframes.core.groupby.DataFrameGroupBy
Expand Down Expand Up @@ -84,6 +86,8 @@
uid: bigframes.operations.strings.StringMethods
- name: StructAccessor
uid: bigframes.operations.structs.StructAccessor
- name: ListAccessor
uid: bigframes.operations.lists.ListAccessor
- name: PlotAccessor
uid: bigframes.operations.plotting.PlotAccessor
- name: BlobAccessor
Expand Down