Skip to content

Commit

Permalink
Merge branch 'master' into optimize-to-dataframe
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Apr 10, 2020
2 parents 99b5628 + 6e1e0ec commit fde9441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Expand Up @@ -38,6 +38,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"recommonmark",
]

# autodoc/autosummary flags
Expand All @@ -49,10 +50,6 @@
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

# Allow markdown includes (so releases.md can include CHANGLEOG.md)
# http://www.sphinx-doc.org/en/master/markdown.html
source_parsers = {".md": "recommonmark.parser.CommonMarkParser"}

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']
Expand Down
3 changes: 2 additions & 1 deletion docs/gapic/v2/types.rst
Expand Up @@ -2,4 +2,5 @@ Types for BigQuery API Client
=============================

.. automodule:: google.cloud.bigquery_v2.types
:members:
:members:
:noindex:

0 comments on commit fde9441

Please sign in to comment.