Adds links to inotify articles and documentation

Signed-off-by: Gora Khargosh <gora.khargosh@gmail.com>
diff --git a/watchdog/observers/inotify.py b/watchdog/observers/inotify.py
index 8eaa5c6..e0abf98 100644
--- a/watchdog/observers/inotify.py
+++ b/watchdog/observers/inotify.py
@@ -63,6 +63,12 @@
 
     This emitter implementation therefore automatically adds watches for
     sub-directories if running in recursive mode.
+
+Some extremely useful articles and documentation:
+
+.. _inotify FAQ: http://inotify.aiken.cz/?section=inotify&page=faq&lang=en
+.. _intro to inotify: http://www.linuxjournal.com/article/8478
+
 """
 
 from __future__ import with_statement