summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2013-02-26 09:20:44 +0900
committerINADA Naoki <inada-n@klab.com>2013-02-26 09:20:44 +0900
commit3ce005cf377eaeb5a517ce82698e4ae4381e67b9 (patch)
treeb45eb1353b98b655803df23b8ec2486d0be02ce4 /docs
parent1e38bfa1235896f2df5d34211166276b48afa4b9 (diff)
downloadmsgpack-python-3ce005cf377eaeb5a517ce82698e4ae4381e67b9.tar.gz
better packer docstring
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile2
-rw-r--r--docs/api.rst5
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 10d4d4b..427a980 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -10,7 +10,7 @@ BUILDDIR = _build
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+ALLSPHINXOPTS = -E -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
diff --git a/docs/api.rst b/docs/api.rst
index 7efc04a..ccc7952 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -36,3 +36,8 @@ These exceptions are accessible via `msgpack` package.
:undoc-members:
:show-inheritance:
+.. automodule:: msgpack.fallback
+ :members:
+ :undoc-members:
+ :show-inheritance:
+