Skip to content

Commit

Permalink
DOC: add read_gbq as top-level in api.rst (pandas-dev#16256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored and stangirala committed Jun 11, 2017
1 parent 6624daf commit 09d2e0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,13 @@ SQL

Google BigQuery
~~~~~~~~~~~~~~~
.. currentmodule:: pandas.io.gbq

.. autosummary::
:toctree: generated/

read_gbq


.. currentmodule:: pandas


STATA
~~~~~

Expand Down
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
('pandas.io.clipboard.read_clipboard', 'pandas.read_clipboard'),
('pandas.io.excel.ExcelFile.parse', 'pandas.ExcelFile.parse'),
('pandas.io.excel.read_excel', 'pandas.read_excel'),
('pandas.io.gbq.read_gbq', 'pandas.read_gbq'),
('pandas.io.html.read_html', 'pandas.read_html'),
('pandas.io.json.read_json', 'pandas.read_json'),
('pandas.io.parsers.read_csv', 'pandas.read_csv'),
Expand Down

0 comments on commit 09d2e0b

Please sign in to comment.