0

Minor fixes to documentation

* Fix the copypasted section in the README

  * Update version and dates
This commit is contained in:
Nicolas F
2014-06-04 13:23:30 +02:00
parent 3c33080e3d
commit 948d2fa741
2 changed files with 4 additions and 4 deletions

View File

@@ -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 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. 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, features, including day and night lighting, cave rendering, mineral overlays,
and many plugins for even more features! It is written mostly in Python with and many plugins for even more features! It is written mostly in Python with
critical sections in C as an extension module. critical sections in C as an extension module.

View File

@@ -41,16 +41,16 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Overviewer' 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = "0.10" version = "0.11"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = "0.10" release = "0.11"
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.