Skip to content

Commit 2dca975

Browse files
committed
DOC: readme.md updates
1 parent 55f8737 commit 2dca975

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ pip install pandas
114114
- xlrd >= 0.9.0
115115
- [XlsxWriter](https://pypi.python.org/pypi/XlsxWriter)
116116
- Alternative Excel writer.
117-
- [Google bq Command Line Tool](https://developers.google.com/bigquery/bq-command-line-tool/): Needed for :mod:`pandas.io.gbq`
117+
- [Google bq Command Line Tool](https://developers.google.com/bigquery/bq-command-line-tool/)
118+
- Needed for `pandas.io.gbq`
118119
- [boto](https://pypi.python.org/pypi/boto): necessary for Amazon S3 access.
119120
- One of the following combinations of libraries is needed to use the
120121
top-level [`pandas.read_html`][read-html-docs] function:

doc/source/install.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ Optional Dependencies
114114
:func:`~pandas.io.clipboard.read_clipboard`. Most package managers on Linux
115115
distributions will have xclip and/or xsel immediately available for
116116
installation.
117-
* `Google bq Command Line Tool <https://developers.google.com/bigquery/bq-command-line-tool/>`__: Needed for :mod:`pandas.io.gbq`
117+
* `Google bq Command Line Tool <https://developers.google.com/bigquery/bq-command-line-tool/>`__
118+
* Needed for :mod:`~pandas.io.gbq`
118119
* One of the following combinations of libraries is needed to use the
119120
top-level :func:`~pandas.io.html.read_html` function:
120121

0 commit comments

Comments
 (0)