Skip to content

Commit 9bd9fd4

Browse files
committed
Update to latest contributing doc
1 parent 1ebb7ac commit 9bd9fd4

File tree

1 file changed

+164
-1
lines changed

1 file changed

+164
-1
lines changed

docs/contributing.rst

Lines changed: 164 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ issue tracker.
153153

154154
* Celery: http://github.com/celery/celery/issues/
155155
* Django-Celery: http://github.com/celery/django-celery/issues
156-
* Flask-Celery: http://github.com/ask/flask-celery/issues
157156
* Celery-Pylons: http://bitbucket.org/ianschenck/celery-pylons/issues
158157
* Kombu: http://github.com/celery/kombu/issues
159158

@@ -629,8 +628,172 @@ is following the conventions.
629628
630629
from . import submodule
631630
631+
.. _contact_information:
632+
633+
Contacts
634+
========
635+
636+
This is a list of people that can be contacted for questions
637+
regarding the official git repositories, PyPI packages
638+
Read the Docs pages.
639+
640+
If the issue is not an emergency then it is better
641+
to :ref:`report an issue <reporting-bugs>`.
642+
643+
644+
Committers
645+
----------
646+
647+
Ask Solem
648+
~~~~~~~~~
649+
650+
:github: https://github.com/ask
651+
:twitter: http://twitter.com/#!/asksol
652+
653+
Mher Movsisyan
654+
~~~~~~~~~~~~~~
655+
656+
:github: https://github.com/mher
657+
658+
Steeve Morin
659+
~~~~~~~~~~~~
660+
661+
:github: https://github.com/steeve
662+
:twitter: http://twitter.com/#!/steeve
663+
664+
Website
665+
-------
666+
667+
The Celery Project website is run and maintained by
668+
669+
Mauro Rocco
670+
~~~~~~~~~~~
671+
672+
:github: https://github.com/fireantology
673+
:twitter: https://twitter.com/#!/fireantology
674+
675+
with design by:
676+
677+
Jan Henrik Helmers
678+
~~~~~~~~~~~~~~~~~~
679+
680+
:web: http://www.helmersworks.com
681+
:twitter: http://twitter.com/#!/helmers
682+
683+
684+
.. _packages:
685+
686+
Packages
687+
========
688+
689+
celery
690+
------
691+
692+
:git: https://github.com/celery/celery
693+
:CI: http://travis-ci.org/#!/ask/celery
694+
:PyPI: http://pypi.python.org/pypi/celery
695+
:docs: http://docs.celeryproject.org
696+
697+
kombu
698+
-----
699+
700+
Messaging framework.
701+
702+
:git: https://github.com/celery/kombu
703+
:CI: http://travis-ci.org/#!/ask/kombu
704+
:PyPI: http://pypi.python.org/pypi/kombu
705+
:docs: http://kombu.readthedocs.org
706+
707+
billiard
708+
--------
709+
710+
Fork of multiprocessing containing improvements
711+
that will eventually be merged into the Python stdlib.
712+
713+
:git: https://github.com/celery/billiard
714+
:PyPI: http://pypi.python.org/pypi/billiard
715+
716+
librabbitmq
717+
-----------
718+
719+
Very fast Python AMQP client written in C.
720+
721+
:git: https://github.com/celery/librabbitmq
722+
:PyPI: http://pypi.python.org/pypi/librabbitmq
723+
724+
celerymon
725+
---------
726+
727+
Celery monitor web-service.
728+
729+
:git: https://github.com/celery/celerymon
730+
:PyPI: http://pypi.python.org/pypi/celerymon
731+
732+
django-celery
733+
-------------
734+
735+
Django <-> Celery Integration.
736+
737+
:git: https://github.com/celery/django-celery
738+
:PyPI: http://pypi.python.org/pypi/django-celery
739+
:docs: http://docs.celeryproject.org/en/latest/django
740+
741+
cl
742+
--
743+
744+
Actor framework.
745+
746+
:git: https://github.com/celery/cl
747+
:PyPI: http://pypi.python.org/pypi/cl
748+
749+
cyme
750+
----
751+
752+
Distributed Celery Instance manager.
753+
754+
:git: https://github.com/celery/cyme
755+
:PyPI: http://pypi.python.org/pypi/cyme
756+
:docs: http://cyme.readthedocs.org/
757+
758+
759+
Deprecated
760+
----------
761+
762+
- Flask-Celery
763+
764+
:git: https://github.com/ask/Flask-Celery
765+
:PyPI: http://pypi.python.org/pypi/Flask-Celery
766+
767+
- carrot
768+
769+
:git: https://github.com/ask/carrot
770+
:PyPI: http://pypi.python.org/pypi/carrot
771+
772+
- ghettoq
773+
774+
:git: https://github.com/ask/ghettoq
775+
:PyPI: http://pypi.python.org/pypi/ghettoq
776+
777+
- kombu-sqlalchemy
778+
779+
:git: https://github.com/ask/kombu-sqlalchemy
780+
:PyPI: http://pypi.python.org/pypi/kombu-sqlalchemy
781+
782+
- django-kombu
783+
784+
:git: https://github.com/ask/django-kombu
785+
:PyPI: http://pypi.python.org/pypi/django-kombu
786+
787+
- pylibrabbitmq
788+
789+
Old name for :mod:`librabbitmq`.
790+
791+
:git: :const:`None`
792+
:PyPI: http://pypi.python.org/pypi/pylibrabbitmq
793+
632794
.. _release-procedure:
633795

796+
634797
Release Procedure
635798
=================
636799

0 commit comments

Comments
 (0)