From fda86133df72e018a7dcda891fcacee6f64af34c Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 7 Feb 2014 14:35:12 +0000 Subject: [PATCH] change readme to .rst for use on PyPI --- README.md => README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename README.md => README.rst (51%) diff --git a/README.md b/README.rst similarity index 51% rename from README.md rename to README.rst index ccd654779..fc7582fd1 100644 --- a/README.md +++ b/README.rst @@ -1,5 +1,7 @@ -# Wagtail CMS +Wagtail CMS +=========== -Wagtail is a Django content management system focused on flexibility and user experience. Find out more at [wagtail.io](http://wagtail.io/) or use the instructions at [torchbox.github.io/wagtail](http://torchbox.github.io/wagtail/) to get started. +Wagtail is a Django content management system focused on flexibility and user experience. Find out more at `wagtail.io `_ +or use the instructions at `torchbox.github.io/wagtail `_ to get started. If you're a Python or Django developer, fork the repo and get stuck in! We're keen to foster a development community and we welcome all your pull requests.