[ 
https://issues.apache.org/jira/browse/PROTON-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16917826#comment-16917826
 ] 

ASF GitHub Bot commented on PROTON-2086:
----------------------------------------

kpvdr commented on 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:
us...@infra.apache.org


> Move Python API docs to use Sphinx
> ----------------------------------
>
>                 Key: PROTON-2086
>                 URL: https://issues.apache.org/jira/browse/PROTON-2086
>             Project: Qpid Proton
>          Issue Type: Task
>          Components: python-binding
>            Reporter: Kim van der Riet
>            Assignee: Kim van der Riet
>            Priority: Major
>
> Currently the Python API docs are generated using ePyDoc. These should be 
> switched to using Sphinx.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to