Author: Manuel Jacob Branch: improve-docs Changeset: r64067:070a876e7d20 Date: 2013-05-14 13:15 +0200 http://bitbucket.org/pypy/pypy/changeset/070a876e7d20/
Log: Add contact information in index.rst. diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -39,7 +39,31 @@ Contact ------- -.. TODO add contact information +`#pypy on irc.freenode.net`_ + Many of the core developers are hanging out here. You are welcome to join + and ask questions (if they are not already answered in the :doc:`FAQ + <faq>`). You can find logs of the channel here_. + +`Development mailing list`_ + Development and conceptual discussions + +`Commit mailing list`_ + Updates to code and documentation + +`Development bug/feature tracker`_ + Filing bugs and feature requests + +Meeting PyPy developers + The PyPy developers are organizing sprints and presenting results at + conferences all year round. They will be happy to meet in person with + anyone interested in the project. Watch out for sprint announcements on + the `development mailing list`_. + +.. _#pypy on irc.freenode.net: irc://irc.freenode.net/pypy +.. _here: http://tismerysoft.de/pypy/irc-logs/pypy +.. _Development mailing list: http://python.org/mailman/listinfo/pypy-dev +.. _Commit mailing list: http://python.org/mailman/listinfo/pypy-commit +.. _Development bug/feature tracker: https://bugs.pypy.org/ Indices and tables _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
