diff --git a/docs/faq.rst b/docs/faq.rst index a034821..1fc9130 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -20,11 +20,11 @@ a web server). When you're copying the rendered map, you need to be sure files that *don't* exist in the source are *deleted* in the destination. -Explanation: When Overviewer re-arranges tiles for another zoom level, it moves -some tiles tiles at a particular zoom level and placed them at a higher zoom -level. The tiles that used to be at that zoom level should no longer exist -there, but if you're copying tiles, there is no mechanism to *delete* those -files at the destination. +Explanation: When Overviewer re-arranges tiles to make room for another zoom +level, it moves some tiles tiles at a particular zoom level and places them at a +higher zoom level. The tiles that used to be at that zoom level should no longer +exist there, but if you're copying tiles, there is no mechanism to *delete* +those files at the copy destination. If that explanation doesn't make full sense, then just know that you must do one of the following: diff --git a/docs/index.rst b/docs/index.rst index e335aed..d2c717c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -50,7 +50,7 @@ Requirements This is a quick list of what's required to run The Overviewer. It runs on Windows, Mac, and Linux as long as you have these software packages installed: -* Python 2.6 or 2.7 +* Python 2.6 or 2.7 (we are *not* yet compatible with Python 3.x) * PIL (Python Imaging Library)