You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2019/08/28 20:27:02 UTC

[qpid-proton] branch master updated (20d2ff2 -> 3075d7a)

This is an automated email from the ASF dual-hosted git repository.

kpvdr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git.


    from 20d2ff2  PROTON-2092: Don't forget the No JsonCpp version too
     add 3075d7a  PROTON-2086: Changed API documentation from epydoc to Sphinx

No new revisions were added by this update.

Summary of changes:
 c/include/proton/codec.h        |   6 +-
 c/include/proton/event.h        |   4 +-
 python/CMakeLists.txt           |  51 +--
 python/docs/conf.py             | 286 ++++++--------
 python/docs/index.rst           | 143 ++++++-
 python/docs/overview.rst        |  12 +
 python/docs/proton.handlers.rst |  76 ++++
 python/docs/proton.reactor.rst  | 186 +++++++++
 python/docs/proton.rst          | 470 +++++++++++++++++++++++
 python/docs/proton.utils.rst    |  93 +++++
 python/docs/tutorial.rst        |   2 +
 python/proton/__init__.py       |   6 +-
 python/proton/_condition.py     |  30 ++
 python/proton/_data.py          | 721 +++++++++++++++++++++++++----------
 python/proton/_delivery.py      | 247 ++++++++++--
 python/proton/_endpoints.py     | 820 ++++++++++++++++++++++++++++++++++++----
 python/proton/_events.py        | 305 ++++++++++++++-
 python/proton/_exceptions.py    |  26 ++
 python/proton/_handlers.py      | 461 +++++++++++++++++++++-
 python/proton/_message.py       | 268 ++++++++-----
 python/proton/_reactor.py       | 501 +++++++++++++++++++-----
 python/proton/_transport.py     | 746 ++++++++++++++++++++++++++++++++++--
 python/proton/_url.py           |  75 ++--
 python/proton/_utils.py         | 219 ++++++++++-
 python/proton/reactor.py        |   5 +-
 python/proton/utils.py          |   4 +-
 26 files changed, 4975 insertions(+), 788 deletions(-)
 create mode 100644 python/docs/proton.handlers.rst
 create mode 100644 python/docs/proton.reactor.rst
 create mode 100644 python/docs/proton.rst
 create mode 100644 python/docs/proton.utils.rst


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org