summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2013-02-25 14:29:49 +0900
committerINADA Naoki <inada-n@klab.com>2013-02-25 14:29:49 +0900
commit230537cf287e5b6985f1fd06ebb01a45776065e6 (patch)
tree5b73fe45c4a1e4a6e86ae734d2e38031c2ac95a2 /docs
parent7991530cecf061a50792bcb423153c6a150bc9e6 (diff)
downloadmsgpack-python-230537cf287e5b6985f1fd06ebb01a45776065e6.tar.gz
Update docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
-rw-r--r--docs/conf.py6
-rw-r--r--docs/index.rst1
3 files changed, 4 insertions, 5 deletions
diff --git a/docs/api.rst b/docs/api.rst
index a26e7c7..7efc04a 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -1,5 +1,5 @@
API reference
-===============
+=============
.. module:: msgpack
diff --git a/docs/conf.py b/docs/conf.py
index 0821ad4..fba09b7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,16 +41,15 @@ master_doc = 'index'
# General information about the project.
project = u'msgpack'
-copyright = u'2013, Author'
+copyright = u'2013, INADA Naoki'
# 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 = ''
# The full version, including alpha/beta/rc tags.
-release = ''
+version = release = '0.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -61,6 +60,7 @@ release = ''
#today = ''
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'
+today_fmt = "%Y-%m-%d"
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
diff --git a/docs/index.rst b/docs/index.rst
index 5dcff6f..72d4499 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -7,5 +7,4 @@ language data exchange.
.. toctree::
:maxdepth: 1
- ../README
api