Minor fixes to documentation
* Fix the copypasted section in the README * Update version and dates
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user