summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Iversen <teh.ivo@gmail.com>2016-02-01 09:27:33 +1100
committerMatthew Iversen <teh.ivo@gmail.com>2016-02-01 09:29:43 +1100
commit9f1fbe7dd9a35a71aecc1f9ee497df195a1dc817 (patch)
treed4c9d616dea9a3e82a513bc2701b715697d339ab
parent4fbd58628677483809cbbb9adeba7fc1a81bebeb (diff)
downloadvirtualenv-9f1fbe7dd9a35a71aecc1f9ee497df195a1dc817.tar.gz
Fill out readme
- Add a short description - Add common links
-rw-r--r--README.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index c782228..0d5984d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,13 +1,24 @@
virtualenv
==========
+A tool for creating isolated 'virtual' python environments.
+
.. image:: https://img.shields.io/pypi/v/virtualenv.svg
:target: https://pypi.python.org/pypi/virtualenv
.. image:: https://img.shields.io/travis/pypa/virtualenv/develop.svg
:target: http://travis-ci.org/pypa/virtualenv
-For documentation, see https://virtualenv.pypa.io/
+* `Installation <https://virtualenv.pypa.io/en/latest/installation.html>`_
+* `Documentation <https://virtualenv.pypa.io/>`_
+* `Changelog <https://virtualenv.pypa.io/en/latest/changes.html>`_
+* `Issues <https://github.com/pypa/virtualenv/issues>`_
+* `PyPI <https://pypi.python.org/pypi/virtualenv/>`_
+* `Github <https://github.com/pypa/virtualenv>`_
+* `User mailing list <http://groups.google.com/group/python-virtualenv>`_
+* `Dev mailing list <http://groups.google.com/group/pypa-dev>`_
+* User IRC: #pypa on Freenode.
+* Dev IRC: #pypa-dev on Freenode.
Code of Conduct