Skip to content

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
altaurog committed Jul 11, 2019
1 parent 425c301 commit aa545d1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions README.rst
Expand Up @@ -6,6 +6,9 @@ pgcopy
.. image:: https://travis-ci.org/altaurog/pgcopy.svg?branch=master
:target: https://travis-ci.org/altaurog/pgcopy

.. image:: https://coveralls.io/repos/github/altaurog/pgcopy/badge.svg?branch=master
:target: https://coveralls.io/github/altaurog/pgcopy?branch=master

.. image:: https://img.shields.io/pypi/l/pgcopy.svg
:target: https://pypi.org/project/pgcopy/

Expand All @@ -15,10 +18,11 @@ pgcopy
.. image:: https://img.shields.io/pypi/pyversions/pgcopy.svg
:target: https://pypi.org/project/pgcopy/

pgcopy is a small system for very fast bulk insertion of data into a
PostgreSQL database table using `binary copy`_.
pgcopy_ does fast data loading into
PostgreSQL using `binary copy`_.

.. _binary copy: http://www.postgresql.org/docs/9.3/static/sql-copy.html
.. _pgcopy: https://pgcopy.readthedocs.io/en/latest/

Features
---------
Expand Down Expand Up @@ -78,6 +82,13 @@ pgcopy supports the following PostgreSQL scalar types:
* uuid
* arrays

Documentation
--------------

`Read the docs.`_

.. _Read the docs.: pgcopy_

See Also
--------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@ def get_version(package_name, default='0.1'):
author = "Aryeh Leib Taurog",
author_email = "python@aryehleib.com",
license = 'MIT',
url = "https://github.com/altaurog/pgcopy",
url = "https://pgcopy.readthedocs.io/en/latest/",
packages = [package_name],
install_requires = ["psycopg2", "pytz"],
classifiers = [
Expand Down

0 comments on commit aa545d1

Please sign in to comment.