Documented where the community is
diff --git a/docs/community.rst b/docs/community.rst
new file mode 100644
index 0000000..0cefd27
--- /dev/null
+++ b/docs/community.rst
@@ -0,0 +1,13 @@
+Community
+=========
+
+You can find ``crytography`` all over the web:
+
+* `Mailing list`_
+* `Source code`_
+* `Issue tracker`_
+* IRC: ``#crytography-dev`` on ``irc.freenode.net``
+
+.. _`Mailing list`: http://mail.python.org/mailman/listinfo/cryptography-dev
+.. _`Source code`: https://github.com/alex/crytopgraphy
+.. _`Issue tracker`: https://github.com/alex/crytopgraphy/issues
diff --git a/docs/index.rst b/docs/index.rst
index 9001d66..28975f3 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -14,3 +14,4 @@
     :maxdepth: 2
 
     architecture
+    community