From 0a9a5a11a189ddb1d004fe9085a1f5b879bdcefe Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 1 May 2015 21:58:21 +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 This should give better formatting, e.g. in github project page. --- MANIFEST.in | 2 +- Makefile | 2 +- NEWS | 2 +- README => README.rst | 0 doc/index.rst | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename README => README.rst (100%) diff --git a/MANIFEST.in b/MANIFEST.in index f570711..f173282 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ include COPYING include Makefile include NEWS -include README +include README.rst include acl.c include setup.cfg include doc/conf.py diff --git a/Makefile b/Makefile index 64e8747..9dabe7e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DOCTREES = $(DOCDIR)/doctrees ALLSPHINXOPTS = -d $(DOCTREES) $(SPHINXOPTS) $(DOCDIR) MODNAME = posix1e.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/NEWS b/NEWS index 3b5baba..b380702 100644 --- a/NEWS +++ b/NEWS @@ -55,7 +55,7 @@ License ~~~~~~~ Starting with this version, pylibacl is licensed under LGPL 2.1, -Febryary 1999 or any later versions (see README and COPYING). +Febryary 1999 or any later versions (see README.rst and COPYING). Linux support ~~~~~~~~~~~~~ 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 8eb5db6..5581815 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -2,7 +2,7 @@ Welcome to pylibacl's documentation! ====================================== -.. include:: ../README +.. include:: ../README.rst :start-line: 2 Contents -- 2.39.5