Explorar o código

[Docs] Updates repository list in Contributing guide

Ask Solem %!s(int64=9) %!d(string=hai) anos
pai
achega
da43974ebc
Modificáronse 2 ficheiros con 36 adicións e 2 borrados
  1. 18 1
      CONTRIBUTING.rst
  2. 18 1
      docs/contributing.rst

+ 18 - 1
CONTRIBUTING.rst

@@ -187,7 +187,7 @@ the developers fix the bug.
 
 
 A bug could be fixed by some other improvements and fixes - it might not have an
 A bug could be fixed by some other improvements and fixes - it might not have an
 existing report in the bug tracker. Make sure you're using the latest releases of
 existing report in the bug tracker. Make sure you're using the latest releases of
-celery, billiard and kombu.
+celery, billiard, kombu, amqp and vine.
 
 
 5) **Collect information about the bug.**
 5) **Collect information about the bug.**
 
 
@@ -246,6 +246,7 @@ issue tracker.
 * Celery: http://github.com/celery/celery/issues/
 * Celery: http://github.com/celery/celery/issues/
 * Kombu: http://github.com/celery/kombu/issues
 * Kombu: http://github.com/celery/kombu/issues
 * pyamqp: http://github.com/celery/pyamqp/issues
 * pyamqp: http://github.com/celery/pyamqp/issues
+* vine: http://github.com/celery/vine/issues
 * librabbitmq: http://github.com/celery/librabbitmq/issues
 * librabbitmq: http://github.com/celery/librabbitmq/issues
 * Django-Celery: http://github.com/celery/django-celery/issues
 * Django-Celery: http://github.com/celery/django-celery/issues
 
 
@@ -887,6 +888,7 @@ celery
 
 
 :git: https://github.com/celery/celery
 :git: https://github.com/celery/celery
 :CI: http://travis-ci.org/#!/celery/celery
 :CI: http://travis-ci.org/#!/celery/celery
+:Windows-CI: https://ci.appveyor.com/project/ask/celery
 :PyPI: http://pypi.python.org/pypi/celery
 :PyPI: http://pypi.python.org/pypi/celery
 :docs: http://docs.celeryproject.org
 :docs: http://docs.celeryproject.org
 
 
@@ -897,6 +899,7 @@ Messaging library.
 
 
 :git: https://github.com/celery/kombu
 :git: https://github.com/celery/kombu
 :CI: http://travis-ci.org/#!/celery/kombu
 :CI: http://travis-ci.org/#!/celery/kombu
+:Windows-CI: https://ci.appveyor.com/project/ask/kombu
 :PyPI: http://pypi.python.org/pypi/kombu
 :PyPI: http://pypi.python.org/pypi/kombu
 :docs: http://kombu.readthedocs.org
 :docs: http://kombu.readthedocs.org
 
 
@@ -907,9 +910,21 @@ Python AMQP 0.9.1 client.
 
 
 :git: https://github.com/celery/py-amqp
 :git: https://github.com/celery/py-amqp
 :CI: http://travis-ci.org/#!/celery/py-amqp
 :CI: http://travis-ci.org/#!/celery/py-amqp
+:Windows-CI: https://ci.appveyor.com/project/ask/py-amqp
 :PyPI: http://pypi.python.org/pypi/amqp
 :PyPI: http://pypi.python.org/pypi/amqp
 :docs: http://amqp.readthedocs.org
 :docs: http://amqp.readthedocs.org
 
 
+vine
+----
+
+Promise/deferred implementation.
+
+:git: https://github.com/celery/vine/
+:CI: http://travis-ci.org/#!/celery/vine/
+:Windows-CI: https://ci.appveyor.com/project/ask/vine
+:PyPI: http://pypi.python.org/pypi/vine
+:docs: http://vine.readthedocs.org
+
 billiard
 billiard
 --------
 --------
 
 
@@ -917,6 +932,8 @@ Fork of multiprocessing containing improvements
 that will eventually be merged into the Python stdlib.
 that will eventually be merged into the Python stdlib.
 
 
 :git: https://github.com/celery/billiard
 :git: https://github.com/celery/billiard
+:CI: http://travis-ci.org/#!/celery/billiard/
+:Windows-CI: https://ci.appveyor.com/project/ask/billiard
 :PyPI: http://pypi.python.org/pypi/billiard
 :PyPI: http://pypi.python.org/pypi/billiard
 
 
 librabbitmq
 librabbitmq

+ 18 - 1
docs/contributing.rst

@@ -187,7 +187,7 @@ the developers fix the bug.
 
 
 A bug could be fixed by some other improvements and fixes - it might not have an
 A bug could be fixed by some other improvements and fixes - it might not have an
 existing report in the bug tracker. Make sure you're using the latest releases of
 existing report in the bug tracker. Make sure you're using the latest releases of
-celery, billiard and kombu.
+celery, billiard, kombu, amqp and vine.
 
 
 5) **Collect information about the bug.**
 5) **Collect information about the bug.**
 
 
@@ -247,6 +247,7 @@ issue tracker.
 * Celery: http://github.com/celery/celery/issues/
 * Celery: http://github.com/celery/celery/issues/
 * Kombu: http://github.com/celery/kombu/issues
 * Kombu: http://github.com/celery/kombu/issues
 * pyamqp: http://github.com/celery/pyamqp/issues
 * pyamqp: http://github.com/celery/pyamqp/issues
+* vine: http://github.com/celery/vine/issues
 * librabbitmq: http://github.com/celery/librabbitmq/issues
 * librabbitmq: http://github.com/celery/librabbitmq/issues
 * Django-Celery: http://github.com/celery/django-celery/issues
 * Django-Celery: http://github.com/celery/django-celery/issues
 
 
@@ -916,6 +917,7 @@ celery
 
 
 :git: https://github.com/celery/celery
 :git: https://github.com/celery/celery
 :CI: http://travis-ci.org/#!/celery/celery
 :CI: http://travis-ci.org/#!/celery/celery
+:Windows-CI: https://ci.appveyor.com/project/ask/celery
 :PyPI: http://pypi.python.org/pypi/celery
 :PyPI: http://pypi.python.org/pypi/celery
 :docs: http://docs.celeryproject.org
 :docs: http://docs.celeryproject.org
 
 
@@ -926,6 +928,7 @@ Messaging library.
 
 
 :git: https://github.com/celery/kombu
 :git: https://github.com/celery/kombu
 :CI: http://travis-ci.org/#!/celery/kombu
 :CI: http://travis-ci.org/#!/celery/kombu
+:Windows-CI: https://ci.appveyor.com/project/ask/kombu
 :PyPI: http://pypi.python.org/pypi/kombu
 :PyPI: http://pypi.python.org/pypi/kombu
 :docs: http://kombu.readthedocs.org
 :docs: http://kombu.readthedocs.org
 
 
@@ -936,9 +939,21 @@ Python AMQP 0.9.1 client.
 
 
 :git: https://github.com/celery/py-amqp
 :git: https://github.com/celery/py-amqp
 :CI: http://travis-ci.org/#!/celery/py-amqp
 :CI: http://travis-ci.org/#!/celery/py-amqp
+:Windows-CI: https://ci.appveyor.com/project/ask/py-amqp
 :PyPI: http://pypi.python.org/pypi/amqp
 :PyPI: http://pypi.python.org/pypi/amqp
 :docs: http://amqp.readthedocs.org
 :docs: http://amqp.readthedocs.org
 
 
+vine
+----
+
+Promise/deferred implementation.
+
+:git: https://github.com/celery/vine/
+:CI: http://travis-ci.org/#!/celery/vine/
+:Windows-CI: https://ci.appveyor.com/project/ask/vine
+:PyPI: http://pypi.python.org/pypi/vine
+:docs: http://vine.readthedocs.org
+
 billiard
 billiard
 --------
 --------
 
 
@@ -946,6 +961,8 @@ Fork of multiprocessing containing improvements
 that will eventually be merged into the Python stdlib.
 that will eventually be merged into the Python stdlib.
 
 
 :git: https://github.com/celery/billiard
 :git: https://github.com/celery/billiard
+:CI: http://travis-ci.org/#!/celery/billiard/
+:Windows-CI: https://ci.appveyor.com/project/ask/billiard
 :PyPI: http://pypi.python.org/pypi/billiard
 :PyPI: http://pypi.python.org/pypi/billiard
 
 
 librabbitmq
 librabbitmq