mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-21 21:03:17 +00:00
Update docs.
This commit is contained in:
parent
7991530cec
commit
230537cf28
3 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
API reference
|
API reference
|
||||||
===============
|
=============
|
||||||
|
|
||||||
.. module:: msgpack
|
.. module:: msgpack
|
||||||
|
|
||||||
|
|
|
@ -41,16 +41,15 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'msgpack'
|
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
|
# 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 = ''
|
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = ''
|
version = release = '0.3'
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -61,6 +60,7 @@ release = ''
|
||||||
#today = ''
|
#today = ''
|
||||||
# Else, today_fmt is used as the format for a strftime call.
|
# Else, today_fmt is used as the format for a strftime call.
|
||||||
#today_fmt = '%B %d, %Y'
|
#today_fmt = '%B %d, %Y'
|
||||||
|
today_fmt = "%Y-%m-%d"
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
|
|
|
@ -7,5 +7,4 @@ language data exchange.
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
../README
|
|
||||||
api
|
api
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue