Added some automatic skips to autodocs. Added skeletal docs for contrib and complete...
[philo.git] / philo / contrib / __init__.py
index e69de29..d6c4be4 100644 (file)
@@ -0,0 +1,10 @@
+#encoding: utf-8
+"""
+Following Python and Django’s “batteries included” philosophy, Philo includes a number of optional packages that simplify common website structures:
+
+* :mod:`~philo.contrib.penfield` — Basic philo syndication, and blog and newsletter management.
+* :mod:`~philo.contrib.shipherd` — Powerful site navigation.
+* :mod:`~philo.contrib.sobol` — Custom web and database searches.
+* :mod:`~philo.contrib.waldo` — Custom authentication systems.
+
+"""
\ No newline at end of file