summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-10-13 19:03:47 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-10-13 19:05:16 +0200
commit088c6c6a0b46309d17c4b0ba5939a2dd200c7002 (patch)
tree1ccbc1b5b8e92536795c764f1f567a0cf8be3544
parent2b10325be47e87637cbd6ff43a310016a5522764 (diff)
downloadpoezio-088c6c6a0b46309d17c4b0ba5939a2dd200c7002.tar.gz
poezio-088c6c6a0b46309d17c4b0ba5939a2dd200c7002.tar.bz2
poezio-088c6c6a0b46309d17c4b0ba5939a2dd200c7002.tar.xz
poezio-088c6c6a0b46309d17c4b0ba5939a2dd200c7002.zip
Trivial line wrapping of the events.rst doc page
-rw-r--r--doc/source/dev/events.rst28
1 files changed, 16 insertions, 12 deletions
diff --git a/doc/source/dev/events.rst b/doc/source/dev/events.rst
index 93832e4a..770445a0 100644
--- a/doc/source/dev/events.rst
+++ b/doc/source/dev/events.rst
@@ -53,10 +53,11 @@ The following events are poezio-only events, for SleekXMPP events, check out
- **message:** :py:class:`~sleekxmpp.Message` that will be sent
- **tab:** :py:class:`~tabs.ConversationTab` source
- Same thing than :term:`conversation_say`, but after XHTML generation of the body, if needed.
- This means you must not insert any colors in the body in the handler, since
- it may lead to send invalid XML. This hook is less safe than :term:`conversation_say` and
- you should probably not need it.
+ Same thing than :term:`conversation_say`, but after XHTML generation
+ of the body, if needed. This means you must not insert any colors
+ in the body in the handler, since it may lead to send
+ invalid XML. This hook is less safe than :term:`conversation_say`
+ and you should probably not need it.
muc_msg
- **message:** :py:class:`~sleekxmpp.Message` received
@@ -96,7 +97,7 @@ The following events are poezio-only events, for SleekXMPP events, check out
normal_presence
- **presence:** :py:class:`~sleekxmpp.Presence` received
- - **resource:** :py:class:`Resource <str>` that emitted the :py:class:`~sleekxmpp.Presence`
+ - **resource:** :py:class:`Resource <str>` that emitted the :py:class:`~sleekxmpp.Presence`
Triggered when a presence is received from a contact.
@@ -104,13 +105,14 @@ The following events are poezio-only events, for SleekXMPP events, check out
- **presence:** :py:class:`~sleekxmpp.Presence` received
- **tab:** :py:class:`~tabs.MucTab` source
- Triggered when a presence is received from someone in a :py:class:`~tabs.MucTab`.
+ Triggered when a presence is received from someone in a
+ :py:class:`~tabs.MucTab`.
joining_muc
- **presence:** :py:class:`~~sleekxmpp.Presence` to be sent
-
- Triggered when joining a MUC. The presence can thus be modified before being sent.
+ Triggered when joining a MUC. The presence can thus be modified
+ before being sent.
changing_nick
- **presence:** :py:class:`~~sleekxmpp.Presence` to be sent
@@ -121,7 +123,8 @@ The following events are poezio-only events, for SleekXMPP events, check out
send_normal_presence
- **presence:** :py:class:`~sleekxmpp.Presence` sent
- Triggered when poezio sends a new :py:class:`~sleekxmpp.Presence` stanza. The presence can thus be modified before being sent.
+ Triggered when poezio sends a new :py:class:`~sleekxmpp.Presence`
+ stanza. The presence can thus be modified before being sent.
muc_join
- **presence:** :py:class:`~sleekxmpp.Presence` received
@@ -154,7 +157,8 @@ The following events are poezio-only events, for SleekXMPP events, check out
- **message**:py:class:`~sleekxmpp.Message` received
- **tab:** :py:class:`~tabs.PrivateTab` source
- Triggered when a private message (that goes in a :py:class:`~tabs.PrivateTab`)
- is ignored automatically by poezio.
+ Triggered when a private message (that goes in a
+ :py:class:`~tabs.PrivateTab`) is ignored automatically by poezio.
- **tab** is always ``None``, except when a tab has already been opened.
+ **tab** is always ``None``, except when a tab has already been
+ opened.