From 5b8dd0e430cd381a936709288d84bb3741c434d3 Mon Sep 17 00:00:00 2001 From: jason kirtland Date: Thu, 4 Jul 2013 15:45:13 +0200 Subject: More doc tweaks --- docs/source/index.rst | 8 ++++++-- 1 file 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 + -- cgit v1.2.1