diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-07 13:10:32 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-07 13:10:32 -0700 |
commit | ddd90c149afd6146beeb009af121d3c0a41c3f6a (patch) | |
tree | 888b8b970187414e92168872710d2d244d980779 | |
parent | 8a7b25670e77e887dff47ab683e49c16e161e80e (diff) | |
download | cryptography-ddd90c149afd6146beeb009af121d3c0a41c3f6a.tar.gz cryptography-ddd90c149afd6146beeb009af121d3c0a41c3f6a.tar.bz2 cryptography-ddd90c149afd6146beeb009af121d3c0a41c3f6a.zip |
Documented where the community is
-rw-r--r-- | docs/community.rst | 13 | ||||
-rw-r--r-- | docs/index.rst | 1 |
2 files changed, 14 insertions, 0 deletions
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 |