mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-13 19:04:16 +00:00
Document update.
This commit is contained in:
parent
1d0096b998
commit
f31a4403a1
4 changed files with 7 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -9,6 +9,9 @@ doc-serve: all
|
|||
doc:
|
||||
cd docs && make zip
|
||||
|
||||
upload-doc:
|
||||
python setup.py upload_docs --upload-dir docs/_build/html
|
||||
|
||||
cython:
|
||||
cython --cplus msgpack/*.pyx
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue