From 9ecce34bb51ab453228f6304adf1232aef4e6d11 Mon Sep 17 00:00:00 2001 From: Stefan van der Haven Date: Thu, 7 Jun 2012 23:56:28 +0200 Subject: [PATCH] Switching to reStructuredText for the README --- MANIFEST.in | 2 +- README.md => README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename README.md => README.rst (98%) diff --git a/MANIFEST.in b/MANIFEST.in index 74215c3..b1eaf85 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.md +include README.rst include LICENSE \ No newline at end of file diff --git a/README.md b/README.rst similarity index 98% rename from README.md rename to README.rst index 49849ec..2b80691 100644 --- a/README.md +++ b/README.rst @@ -79,7 +79,7 @@ To disable this behavior, and iterate over all available page numbers, you can set the `PAGINATIONPLUS_CONTIGUOUS` setting to `True` in your project's settings. To control the number of page numbers before and after the current page that -will be iterated over, you can set the `PAGINATIONPLUS_MAX_DISTANCE`. +will be iterated over, you can set the `PAGINATIONPLUS_MAX_DISTANCE` option. For instance, when `PAGINATIONPLUS_MAX_DISTANCE` is set to 2, the following sequence will be iterated over when the number of pages is 99 and the current