Skip to content

Commit

Permalink
Adds missing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jan 9, 2012
1 parent c8d7979 commit 7c8d7ff
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 142 deletions.
142 changes: 0 additions & 142 deletions celery/utils/coroutine.py

This file was deleted.

11 changes: 11 additions & 0 deletions docs/internals/reference/celery.abstract.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
==========================================
celery.abstract
==========================================

.. contents::
:local:
.. currentmodule:: celery.abstract

.. automodule:: celery.abstract
:members:
:undoc-members:
11 changes: 11 additions & 0 deletions docs/internals/reference/celery.app.abstract.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
==========================================
celery.app.abstract
==========================================

.. contents::
:local:
.. currentmodule:: celery.app.abstract

.. automodule:: celery.app.abstract
:members:
:undoc-members:
2 changes: 2 additions & 0 deletions docs/internals/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.. toctree::
:maxdepth: 1

celery.abstract
celery.worker
celery.worker.consumer
celery.worker.job
Expand Down Expand Up @@ -37,6 +38,7 @@
celery.backends.cassandra
celery.backends.tyrant
celery.execute.trace
celery.app.abstract
celery.app.annotations
celery.security.certificate
celery.security.key
Expand Down

0 comments on commit 7c8d7ff

Please sign in to comment.