From 90c62a33df214e1e827d3edb2e2ecae547847fa2 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 18 Jun 2013 13:46:17 +0200 Subject: [PATCH] Add hyperlinks for requirements --- README.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 47acc5c..e44b022 100644 --- a/README.rst +++ b/README.rst @@ -33,11 +33,17 @@ Requirements * Django 1.5+ * Python 2.7+ or Python 3.3+ -* django-braces -* django-extra-views -* django-floppyforms -* django-rest-framework -* Sphinx (for documentation) +* django-braces_ +* django-extra-views_ +* django-floppyforms_ +* django-rest-framework_ +* Sphinx_ (for documentation) + +.. _django-braces: https://github.com/brack3t/django-braces +.. _django-extra-views: https://github.com/AndrewIngram/django-extra-views +.. _django-floppyforms: https://github.com/brutasse/django-floppyforms +.. _django-rest-framework: https://github.com/tomchristie/django-rest-framework +.. _Sphinx: http://sphinx-doc.org/ Basic Pattern ============== @@ -122,4 +128,4 @@ History 0.1 (2013-05-13) * Discussion with Russell Keith-Magee. - * Inception. \ No newline at end of file + * Inception.