Skip to content

Commit

Permalink
Merge pull request #514 from onyxfish/docs
Browse files Browse the repository at this point in the history
Fix README include in index.rst
  • Loading branch information
James McKinney committed Jan 23, 2016
2 parents 3d5e1aa + 69be5f7 commit 5637817
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 18 deletions.
16 changes: 0 additions & 16 deletions README.md

This file was deleted.

39 changes: 39 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
.. image:: https://secure.travis-ci.org/onyxfish/csvkit.png
:target: https://travis-ci.org/onyxfish/csvkit
:alt: Build Status

.. image:: https://gemnasium.com/onyxfish/csvkit.png
:target: https://gemnasium.com/onyxfish/csvkit
:alt: Dependency Status

.. image:: https://coveralls.io/repos/onyxfish/csvkit/badge.png?branch=master
:target: https://coveralls.io/r/onyxfish/csvkit
:alt: Coverage Status

.. image:: https://img.shields.io/pypi/dw/csvkit.svg
:target: https://pypi.python.org/pypi/csvkit
:alt: PyPI downloads

.. image:: https://img.shields.io/pypi/v/csvkit.svg
:target: https://pypi.python.org/pypi/csvkit
:alt: Version

.. image:: https://img.shields.io/pypi/l/csvkit.svg
:target: https://pypi.python.org/pypi/csvkit
:alt: License

.. image:: https://img.shields.io/pypi/pyversions/csvkit.svg
:target: https://pypi.python.org/pypi/csvkit
:alt: Support Python versions

csvkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats.

It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska and Aaron Bycoffe.

Important links:

* Repository: https://github.com/onyxfish/csvkit
* Issues: https://github.com/onyxfish/csvkit/issues
* Documentation: http://csvkit.rtfd.org/
* Schemas: https://github.com/onyxfish/ffs
* Buildbot: https://travis-ci.org/onyxfish/csvkit
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ csvkit |release|
About
=====

.. include:: ../README
.. include:: ../README.rst

Why csvkit?
===========
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name='csvkit',
version='1.0.0',
description='A library of utilities for working with CSV, the king of tabular file formats.',
long_description=open('README.md').read(),
long_description=open('README.rst').read(),
author='Christopher Groskopf',
author_email='chrisgroskopf@gmail.com',
url='http://csvkit.rtfd.org/',
Expand Down

0 comments on commit 5637817

Please sign in to comment.