From 671652be9e8ba49486d7442d31d13088f2c3185d Mon Sep 17 00:00:00 2001 From: Lixin Yu Date: Thu, 24 Mar 2016 15:32:36 +0800 Subject: [PATCH] add compact protocol support notice in doc --- README.rst | 9 ++++++--- docs/index.rst | 9 +++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index b90b09b..2260e56 100644 --- a/README.rst +++ b/README.rst @@ -104,13 +104,16 @@ python lib): * binary protocol (python and cython) - * buffered transport (python & cython) + * compact protocol (python and cython) - * tornado server and client (with tornado 4.0) + * json protocol + + * buffered transport (python & cython) * framed transport - * json protocol + * tornado server and client (with tornado 4.0) + - Can directly load thrift file as module, the sdk code will be generated on the fly. diff --git a/docs/index.rst b/docs/index.rst index e20d2cd..737eb6c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -85,14 +85,15 @@ python lib): * binary protocol (python and cython) - * buffered transport (python & cython) + * compact protocol (python and cython) - * tornado server and client (with tornado 4.0) + * json protocol - * framed transport + * buffered transport (python & cython) - * json protocol + * framed transport + * tornado server and client (with tornado 4.0) - Can directly load thrift file as module, the sdk code will be generated on the fly.