From 306d3cd59a267249ee7137ae4d93baec8bd3c931 Mon Sep 17 00:00:00 2001 From: Ashley Xu Date: Mon, 1 Apr 2024 18:20:26 +0000 Subject: [PATCH 1/3] docs: add opeartions in API docs --- docs/templates/toc.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/templates/toc.yml b/docs/templates/toc.yml index 57b0522d04..cf152c130b 100644 --- a/docs/templates/toc.yml +++ b/docs/templates/toc.yml @@ -58,6 +58,16 @@ - name: LocSeriesIndexer uid: bigframes.core.indexers.LocSeriesIndexer name: Indexers + - items: + - name: Datetime properties + uid: bigframes.operations.datetimes + - name: Plotting handling + uid: bigframes.operations.plotting + - name: String handling + uid: bigframes.operations.strings + - name: Struct handling + uid: bigframes.operations.structs + name: Operations - name: pandas uid: bigframes.pandas - items: From db7125635d025fdccdadaad80527853eca6b650d Mon Sep 17 00:00:00 2001 From: Ashley Xu Date: Mon, 1 Apr 2024 21:31:27 +0000 Subject: [PATCH 2/3] delete existing content --- docs/templates/toc.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/templates/toc.yml b/docs/templates/toc.yml index cf152c130b..b675950531 100644 --- a/docs/templates/toc.yml +++ b/docs/templates/toc.yml @@ -58,18 +58,10 @@ - name: LocSeriesIndexer uid: bigframes.core.indexers.LocSeriesIndexer name: Indexers - - items: - - name: Datetime properties - uid: bigframes.operations.datetimes - - name: Plotting handling - uid: bigframes.operations.plotting - - name: String handling - uid: bigframes.operations.strings - - name: Struct handling - uid: bigframes.operations.structs - name: Operations - name: pandas uid: bigframes.pandas + - name: Plotting + uid: bigframes.operations.plotting - items: - name: Series uid: bigframes.series.Series From d5bdcc308ea43b17ec2ee753d104ca9cbb9da506 Mon Sep 17 00:00:00 2001 From: Ashley Xu Date: Tue, 2 Apr 2024 16:52:34 +0000 Subject: [PATCH 3/3] address comments --- docs/templates/toc.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/templates/toc.yml b/docs/templates/toc.yml index b675950531..1898655535 100644 --- a/docs/templates/toc.yml +++ b/docs/templates/toc.yml @@ -60,8 +60,11 @@ name: Indexers - name: pandas uid: bigframes.pandas - - name: Plotting - uid: bigframes.operations.plotting + - items: + - name: Plotting + uid: bigframes.operations.plotting + - name: PlotAccessor + uid: bigframes.operations.plotting.PlotAccessor - items: - name: Series uid: bigframes.series.Series