summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2017-01-12 18:17:00 +0900
committerINADA Naoki <songofacandy@gmail.com>2017-01-12 18:17:00 +0900
commit2481c64cf162d765bfb84bf8e85f0e9861059cbc (patch)
tree3ff38e7c3d23bdfa02fb566d58fc466a6d5f0828 /docs
parent1cc3c574a20be224411a5a76a5863c9fa7a0381a (diff)
parente3fea94509767047a8ff45aa07cd58a9ba9694e7 (diff)
downloadmsgpack-python-2481c64cf162d765bfb84bf8e85f0e9861059cbc.tar.gz
Merge branch 'release-0.4'
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
-rw-r--r--docs/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 841c134..6336793 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -28,7 +28,7 @@ API reference
.. autoclass:: ExtType
exceptions
------------
+----------
These exceptions are accessible via `msgpack` package.
(For example, `msgpack.OutOfData` is shortcut for `msgpack.exceptions.OutOfData`)
diff --git a/docs/index.rst b/docs/index.rst
index 72d4499..dcdab4f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,5 +1,5 @@
msgpack document
-==================
+================
`MessagePack <http://msgpack.org>`_ is a efficient format for inter
language data exchange.