From 948d2fa7411cb02a447a680390b694225ee3f082 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Wed, 4 Jun 2014 13:23:30 +0200 Subject: [PATCH] Minor fixes to documentation * Fix the copypasted section in the README * Update version and dates --- README.rst | 2 +- docs/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6bcfeba..f9adc1f 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ The Minecraft Overviewer is a command-line tool for rendering high-resolution maps of Minecraft worlds. It generates a set of static html and image files and uses the Google Maps API to display a nice interactive map. -The Overviewer has been in active development for over a year and has many +The Overviewer has been in active development for several years and has many features, including day and night lighting, cave rendering, mineral overlays, and many plugins for even more features! It is written mostly in Python with critical sections in C as an extension module. diff --git a/docs/conf.py b/docs/conf.py index 995cf10..607a1cf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'Overviewer' -copyright = u'2010-2012 The Overviewer Team' +copyright = u'2010-2014 The Overviewer Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = "0.10" +version = "0.11" # The full version, including alpha/beta/rc tags. -release = "0.10" +release = "0.11" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.