kpvdr commented on a change in pull request #186: PROTON-2086: Changed API 
documentation from epydoc to Sphinx
URL: https://github.com/apache/qpid-proton/pull/186#discussion_r318614346
 
 

 ##########
 File path: python/docs/proton.handlers.rst
 ##########
 @@ -0,0 +1,106 @@
+##########################
+Module ``proton.handlers``
+##########################
+
+.. currentmodule:: proton.handlers
+
+Module Summary
+##############
+
+|
+
+.. autosummary::
+
+    MessagingHandler
+    EndpointStateHandler
 
 Review comment:
   We will need to clean up the examples to match this. Most examples use 
MessagingHandler, but there are some exceptions:
   
   - helloworld_blocking.py uses IncomingMessageHandler
   - proton_tornado.py imports IOHandler
   - server_tx.py imports both MessagingHandler, TransactionHandler (perhaps it 
should use TransactionalClientHandler?)
   - sync_client.py uses IncomingMessageHandler
   - tx_recv_interactive.py imports both MessagingHandler, TransactionHandler
   - tx_recv.py uses both MessagingHandler, TransactionHandler

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to