summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/index.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 9ac8c2f..28976d8 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -265,7 +265,7 @@ All public API members can (and should) be imported from ``blinker``::
.. currentmodule:: blinker.base
Basic Signals
--------------
++++++++++++++
.. autodata:: blinker.base.ANY
@@ -276,7 +276,7 @@ Basic Signals
:undoc-members:
Named Signals
--------------
++++++++++++++
.. function:: signal(name, doc=None)
@@ -296,3 +296,7 @@ Named Signals
.. autoclass:: WeakNamespace
:show-inheritance:
:members: signal
+
+
+.. include:: ../../CHANGES
+