Split spec into page-per-section

This commit is contained in:
Daniel Wagner-Hall 2015-11-27 14:21:32 +00:00
parent e961390f44
commit e171acf01f
4 changed files with 57 additions and 22 deletions

View file

@ -5,10 +5,8 @@ Typing Notifications
Users may wish to be informed when another user is typing in a room. This can be
achieved using typing notifications. These are ephemeral events scoped to a
``room_id``. This means they do not form part of the `Event Graph`_ but still
have a ``room_id`` key.
.. _Event Graph: `sect:event-graph`_
``room_id``. This means they do not form part of the
`Event Graph <index.html#event-graphs>`_ but still have a ``room_id`` key.
Events
------