Browse Source

Remove outdated/uneeded files to make dist smaller

Ask Solem 12 years ago
parent
commit
5fff0d6173

+ 1 - 1
MANIFEST.in

@@ -7,9 +7,9 @@ include TODO
 include setup.cfg
 include setup.cfg
 include setup.py
 include setup.py
 recursive-include celery *.py
 recursive-include celery *.py
-recursive-include funtests *.py
 recursive-include docs *
 recursive-include docs *
 recursive-include extra *
 recursive-include extra *
 recursive-include examples *
 recursive-include examples *
 recursive-include requirements *.txt
 recursive-include requirements *.txt
 prune *.pyc
 prune *.pyc
+prune *.sw*

BIN
docs/images/Celery1.0-inside-worker.jpg


BIN
docs/images/djangoceleryadmin2.jpg


+ 0 - 2
docs/internals/worker.rst

@@ -14,8 +14,6 @@ The worker consists of 4 main components: the consumer, the scheduler,
 the mediator and the task pool. All these components runs in parallel working
 the mediator and the task pool. All these components runs in parallel working
 with two data structures: the ready queue and the ETA schedule.
 with two data structures: the ready queue and the ETA schedule.
 
 
-.. image:: ../images/Celery1.0-inside-worker.jpg
-
 Data structures
 Data structures
 ===============
 ===============