Skip to content

Commit 79562b1

Browse files
jorisvandenbosschepcluo
authored andcommitted
DOC: add read_gbq as top-level in api.rst (pandas-dev#16256)
1 parent 4cdce82 commit 79562b1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/source/api.rst

-4
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,13 @@ SQL
128128

129129
Google BigQuery
130130
~~~~~~~~~~~~~~~
131-
.. currentmodule:: pandas.io.gbq
132131

133132
.. autosummary::
134133
:toctree: generated/
135134

136135
read_gbq
137136

138137

139-
.. currentmodule:: pandas
140-
141-
142138
STATA
143139
~~~~~
144140

doc/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
('pandas.io.clipboard.read_clipboard', 'pandas.read_clipboard'),
244244
('pandas.io.excel.ExcelFile.parse', 'pandas.ExcelFile.parse'),
245245
('pandas.io.excel.read_excel', 'pandas.read_excel'),
246+
('pandas.io.gbq.read_gbq', 'pandas.read_gbq'),
246247
('pandas.io.html.read_html', 'pandas.read_html'),
247248
('pandas.io.json.read_json', 'pandas.read_json'),
248249
('pandas.io.parsers.read_csv', 'pandas.read_csv'),

0 commit comments

Comments
 (0)