From 35f084ba76d0a6aaf2eaf900530c885ac953da19 Mon Sep 17 00:00:00 2001 From: Alice Bevan-McGregor Date: Wed, 29 May 2013 13:23:18 -0400 Subject: [PATCH] Fixed :module: reference in docs and added myself to authors. --- AUTHORS | 1 + docs/guide/signals.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 40ba4506..ba69bc61 100644 --- a/AUTHORS +++ b/AUTHORS @@ -161,3 +161,4 @@ that much better: * Jin Zhang * Daniel Axtens * Leo-Naeka + * Alice Bevan-McGregor (https://github.com/amcgregor/) diff --git a/docs/guide/signals.rst b/docs/guide/signals.rst index 3fef7572..16c1cd0e 100644 --- a/docs/guide/signals.rst +++ b/docs/guide/signals.rst @@ -15,7 +15,7 @@ Signals Overview -------- -Signals are found within the :module:`~mongoengine.signals` module. Unless +Signals are found within the `mongoengine.signals` module. Unless specified signals receive no additional arguments beyond the `sender` class and `document` instance. Post-signals are only called if there were no exceptions raised during the processing of their related function.