Skip to content

Commit a4e5022

Browse files
committed
Fixes to README links, syntax, & pip package name
1 parent 05d6bbe commit a4e5022

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parquet-python
33

44
parquet-python is a pure-python implementation (currently with only
55
read-support) of the `parquet
6-
format <https://github.com/Parquet/parquet-format>`__. It comes with a
6+
format <https://github.com/Parquet/parquet-format>`_. It comes with a
77
script for reading parquet files and outputting the data to stdout as
88
JSON or TSV (without the overhead of JVM startup). Performance has not
99
yet been optimized, but it's useful for debugging and quick viewing of
@@ -12,7 +12,7 @@ data in files.
1212
Not all parts of the parquet-format have been implemented yet or tested
1313
e.g. nested data—see Todos below for a full list. With that said,
1414
parquet-python is capable of reading all the data files from the
15-
`parquet-compatability <https://github.com/Parquet/parquet-compatibility>`__
15+
`parquet-compatability <https://github.com/Parquet/parquet-compatibility>`_
1616
project.
1717

1818
requirements
@@ -24,9 +24,9 @@ on ``thrift`` (0.9) and ``python-snappy`` (for snappy compressed files).
2424
getting started
2525
===============
2626

27-
parquet-python is available via PyPi and can be installed using:
28-
`pip install parquet-python`. The package includes the `parquet`
29-
command for reading python files, e.g.: `parquet test.parquet`.
27+
parquet-python is available via PyPi and can be installed using
28+
`pip install parquet`. The package includes the `parquet`
29+
command for reading python files, e.g. `parquet test.parquet`.
3030
See `parquet --help` for full usage.
3131

3232
Example
@@ -80,4 +80,4 @@ Contributing
8080
============
8181
8282
Is done via Pull Requests. Please include tests with your changes and
83-
follow `pep8 <http://www.python.org/dev/peps/pep-0008/>`__.
83+
follow `pep8 <http://www.python.org/dev/peps/pep-0008/>`_.

0 commit comments

Comments
 (0)