Prepare files for API documentation.
This commit is contained in:
parent
4d12aa4df2
commit
7d34baf2d5
@ -12,14 +12,6 @@ directly in reply to a particular comment (implemented by the CommentReplies
|
|||||||
adpater) or at the top level of the conversation (implemented by the
|
adpater) or at the top level of the conversation (implemented by the
|
||||||
ConversationReplies adapter).
|
ConversationReplies adapter).
|
||||||
|
|
||||||
.. autointerface:: plone.app.discussion.interfaces.IConversation
|
.. include:: ../../plone/app/discussion/conversation.txt
|
||||||
:members:
|
|
||||||
|
|
||||||
.. autointerface:: plone.app.discussion.interfaces.IReplies
|
|
||||||
:members:
|
|
||||||
|
|
||||||
.. autointerface:: plone.app.discussion.interfaces.IComment
|
|
||||||
:members:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. include:: ../../plone/app/discussion/comment.txt
|
||||||
|
10
plone/app/discussion/comment.txt
Normal file
10
plone/app/discussion/comment.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Comment
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. literalinclude:: ../../plone/app/discussion/interfaces.py
|
||||||
|
:language: python
|
||||||
|
:pyobject: IComment
|
||||||
|
|
||||||
|
|
||||||
|
.. autointerface:: plone.app.discussion.interfaces.IComment
|
||||||
|
:members:
|
8
plone/app/discussion/conversation.txt
Normal file
8
plone/app/discussion/conversation.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Conversation
|
||||||
|
============
|
||||||
|
|
||||||
|
.. autointerface:: plone.app.discussion.interfaces.IConversation
|
||||||
|
:members:
|
||||||
|
|
||||||
|
.. autointerface:: plone.app.discussion.interfaces.IReplies
|
||||||
|
:members:
|
Loading…
Reference in New Issue
Block a user