From 1962c6b78455f945a8a135a3a6b1ecc0b096b777 Mon Sep 17 00:00:00 2001 From: David Steinberg Date: Mon, 23 Jan 2017 11:39:55 -0800 Subject: [PATCH] Fix typo (#794) --- python/README.pypi.rst | 5 +++-- python/README.rst | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/python/README.pypi.rst b/python/README.pypi.rst index 6b57f3fd..be71e809 100644 --- a/python/README.pypi.rst +++ b/python/README.pypi.rst @@ -5,8 +5,9 @@ GA4GH Schemas ============= -This is the GA4GH schemas compiled as Protocol Buffers descriptors. It can be used -describe and serialize genomics data using a standard interchange format. +This is the GA4GH schemas compiled as `Protocol Buffers `_ +descriptors. It can be used to describe and serialize genomics data using a +standard interchange format. .. code-block:: python diff --git a/python/README.rst b/python/README.rst index d7b36ba1..ea292c2b 100644 --- a/python/README.rst +++ b/python/README.rst @@ -6,7 +6,7 @@ GA4GH Schemas Python ==================== This is the GA4GH schemas compiled as Protocol Buffers descriptors. It can be used -describe and serialize genomics data using a standard interchange format. +to describe and serialize genomics data using a standard interchange format. You can install the schemas using `pip install ga4gh-schemas`.