mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
parent
715126c67b
commit
7b75b4f368
9 changed files with 59 additions and 15 deletions
1
docs/_static/README.txt
vendored
Normal file
1
docs/_static/README.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Sphinx will copy the contents of docs/_static/ directory to the build location.
|
|
@ -5,19 +5,19 @@ API reference
|
|||
|
||||
.. autofunction:: pack
|
||||
|
||||
:func:`dump` is alias for :func:`pack`
|
||||
``dump()`` is an alias for :func:`pack`
|
||||
|
||||
.. autofunction:: packb
|
||||
|
||||
:func:`dumps` is alias for :func:`packb`
|
||||
``dumps()`` is an alias for :func:`packb`
|
||||
|
||||
.. autofunction:: unpack
|
||||
|
||||
:func:`load` is alias for :func:`unpack`
|
||||
``load()`` is an alias for :func:`unpack`
|
||||
|
||||
.. autofunction:: unpackb
|
||||
|
||||
:func:`loads` is alias for :func:`unpackb`
|
||||
``loads()`` is an alias for :func:`unpackb`
|
||||
|
||||
.. autoclass:: Packer
|
||||
:members:
|
||||
|
|
|
@ -16,7 +16,7 @@ import sys, os
|
|||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
# sys.path.insert(0, os.path.abspath('.'))
|
||||
#sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue