Skip to content

Commit 2c12489

Browse files
DOC: fix api docs
1 parent e165ddd commit 2c12489

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/source/api.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@ Serialization / IO / Conversion
489489
Series.to_frame
490490
Series.to_hdf
491491
Series.to_sql
492-
Series.to_gbq
493492
Series.to_msgpack
494493
Series.to_json
495494
Series.to_sparse
@@ -1200,6 +1199,9 @@ Indexing, iteration
12001199

12011200
.. currentmodule:: pandas
12021201

1202+
.. autosummary::
1203+
:toctree: generated/
1204+
12031205
Grouper
12041206

12051207
.. currentmodule:: pandas.core.groupby
@@ -1226,8 +1228,11 @@ Computations / Descriptive Stats
12261228

12271229
.. currentmodule:: pandas
12281230

1231+
General utility functions
1232+
-------------------------
1233+
12291234
Working with options
1230-
--------------------
1235+
~~~~~~~~~~~~~~~~~~~~
12311236

12321237
.. autosummary::
12331238
:toctree: generated/
@@ -1238,6 +1243,7 @@ Working with options
12381243
set_option
12391244
option_context
12401245

1246+
12411247
..
12421248
HACK - see github issue #4539. To ensure old links remain valid, include
12431249
here the autosummaries with previous currentmodules as a comment and add

0 commit comments

Comments
 (0)