From 08b08a7c0fd58ff1a82e924b9682b29a0dc3dc16 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 1 May 2015 21:41:36 +0200 Subject: [PATCH] =?utf8?q?Rename=20README=E2=86=92README.rst?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Should trigger better formatting, e.g. in github project page. --- MANIFEST.in | 2 +- Makefile | 2 +- README => README.rst | 0 doc/index.rst | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename README => README.rst (100%) diff --git a/MANIFEST.in b/MANIFEST.in index 9c2be4b..6c709af 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ include COPYING include NEWS -include README +include README.rst include Makefile include doc/conf.py include doc/*.rst diff --git a/Makefile b/Makefile index 5a66261..a41a077 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DOCTREES = $(DOCDIR)/doctrees ALLSPHINXOPTS = -d $(DOCTREES) $(SPHINXOPTS) $(DOCDIR) MODNAME = xattr.so -RSTFILES = doc/index.rst doc/module.rst NEWS README doc/conf.py +RSTFILES = doc/index.rst doc/module.rst NEWS README.rst doc/conf.py all: doc test diff --git a/README b/README.rst similarity index 100% rename from README rename to README.rst diff --git a/doc/index.rst b/doc/index.rst index e639155..6032182 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -2,7 +2,7 @@ Welcome to pyxattr's documentation! ====================================== -.. include:: ../README +.. include:: ../README.rst :start-line: 2 Contents -- 2.39.2