From ddd90c149afd6146beeb009af121d3c0a41c3f6a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 7 Aug 2013 13:10:32 -0700 Subject: Documented where the community is --- docs/community.rst | 13 +++++++++++++ docs/index.rst | 1 + 2 files changed, 14 insertions(+) create mode 100644 docs/community.rst (limited to 'docs') diff --git a/docs/community.rst b/docs/community.rst new file mode 100644 index 00000000..0cefd279 --- /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 9001d668..28975f30 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,3 +14,4 @@ Contents: :maxdepth: 2 architecture + community -- cgit v1.2.3