docs: Add comments linking to new events doc.

This commit is contained in:
Tim Abbott
2017-02-11 16:59:28 -08:00
parent eae125e72f
commit 680d30adc2
3 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# See http://zulip.readthedocs.io/en/latest/events-system.html for
# high-level documentation on how this system works.
from __future__ import absolute_import
from __future__ import print_function

View File

@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
# See http://zulip.readthedocs.io/en/latest/events-system.html for
# high-level documentation on how this system works.
from __future__ import absolute_import
from typing import Any, Callable, Optional

View File

@@ -1,3 +1,5 @@
# See http://zulip.readthedocs.io/en/latest/events-system.html for
# high-level documentation on how this system works.
from __future__ import absolute_import
from typing import cast, AbstractSet, Any, Optional, Iterable, Sequence, Mapping, MutableMapping, Callable, Union, Text