Skip to content

Commit c1b717f

Browse files
Merge pull request #20 from jeromekelleher/readme-updates
Readme updates
2 parents 7189fe0 + a4e389a commit c1b717f

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# tszip
2-
Compression utilities for tree sequences
2+
[![CircleCI](https://circleci.com/gh/tskit-dev/tszip.svg?style=svg)](https://circleci.com/gh/tskit-dev/tszip) [![Build status](https://ci.appveyor.com/api/projects/status/792u70f5yndxcpes?svg=true)](https://ci.appveyor.com/project/tskit-dev/tszip) [![codecov](https://codecov.io/gh/tskit-dev/tszip/branch/master/graph/badge.svg)](https://codecov.io/gh/tskit-dev/tszip) [![Documentation Status](https://readthedocs.org/projects/tszip/badge/?version=latest)](https://tszip.readthedocs.io/en/latest/?badge=latest)
3+
4+
Gzip-like compression for [tskit](https://tskit.readthedocs.io/) tree sequences.
5+
6+
Please see the [documentation](https://tszip.readthedocs.io/) for more details
7+
and [installation instructions](https://tszip.readthedocs.io/en/latest/installation.html).

README.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11

2-
Compression utilities for tree sequences.
2+
Gzip-like compression for tskit tree sequences.
33

44
Tszip is a command line utility and Python library for converting the
55
``.trees`` files used by `tskit <https://tskit.readthedocs.org/en/stable/>`_
66
into a highly compressed format. Please see the
7-
`documentation <https://tszip.readthedocs.org/en/stable/installation.html>`_
8-
for more details.
9-
10-
Please see the
11-
`installation instructions <https://tszip.readthedocs.org/en/stable/installation.html>`_
12-
to get started quickly.
7+
`documentation <https://tszip.readthedocs.org/en/stable>`_
8+
for more details and
9+
`installation instructions <https://tszip.readthedocs.org/en/stable/installation.html>`_.

0 commit comments

Comments
 (0)