Browse Source

All doc links now point to Read the Docs (docs.celeryproject.org / docs.celeryproject.com / docs.celeryq.org)

Ask Solem 14 years ago
parent
commit
c184d57dfd

+ 1 - 1
Changelog

@@ -1753,7 +1753,7 @@ Documentation
 
 
 * New homepage design by Jan Henrik Helmers: http://celeryproject.org
 * New homepage design by Jan Henrik Helmers: http://celeryproject.org
 
 
-* New Sphinx theme by Armin Ronacher: http://celeryproject.org/docs
+* New Sphinx theme by Armin Ronacher: http://docs.celeryproject.org/
 
 
 * Fixed "pending_xref" errors shown in the HTML rendering of the
 * Fixed "pending_xref" errors shown in the HTML rendering of the
   documentation. Apparently this was caused by new changes in Sphinx 1.0b2.
   documentation. Apparently this was caused by new changes in Sphinx 1.0b2.

+ 1 - 1
docs/.templates/page.html

@@ -7,7 +7,7 @@
         This document is for Celery's development version, which can be
         This document is for Celery's development version, which can be
         significantly different from previous releases. Get old docs here:
         significantly different from previous releases. Get old docs here:
 
 
-        <a href="http://celeryproject.org/docs/{{ pagename }}{{ file_suffix }}">2.1</a>.
+        <a href="http://docs.celeryproject.org/{{ pagename }}{{ file_suffix }}">2.1</a>.
         </p>
         </p>
         {% else %}
         {% else %}
         <p>
         <p>

+ 2 - 2
docs/homepage/celery_1.0_released.html

@@ -167,8 +167,8 @@ Just install it using pip: <tt class="docutils literal"><span class="pre">pip</s
 <div class="section" id="resources">
 <div class="section" id="resources">
 <h2>Resources</h2>
 <h2>Resources</h2>
 <ul class="simple">
 <ul class="simple">
-<li><a class="reference external" href="http://celeryproject.org/docs/">Documentation</a></li>
-<li><a class="reference external" href="http://celeryproject.org/docs/changelog.html">Changelog</a></li>
+<li><a class="reference external" href="http://docs.celeryproject.org/">Documentation</a></li>
+<li><a class="reference external" href="http://docs.celeryproject.org/changelog.html">Changelog</a></li>
 <li><a class="reference external" href="http://ask.github.com/celery/faq.html">FAQ</a></li>
 <li><a class="reference external" href="http://ask.github.com/celery/faq.html">FAQ</a></li>
 <li><a class="reference external" href="http://groups.google.com/group/celery-users">Mailing-list</a></li>
 <li><a class="reference external" href="http://groups.google.com/group/celery-users">Mailing-list</a></li>
 <li><a class="reference external" href="http://twitter.com/asksol">Twitter</a></li>
 <li><a class="reference external" href="http://twitter.com/asksol">Twitter</a></li>

+ 15 - 14
docs/homepage/index.html

@@ -32,7 +32,7 @@ pageTracker._trackPageview();
   <div class="iStretch">
   <div class="iStretch">
     <div class="link" id="current"><a href="index.html">Home</a></div>
     <div class="link" id="current"><a href="index.html">Home</a></div>
     <div class="link"><a href="http://github.com/ask/celery">Code</a></div>
     <div class="link"><a href="http://github.com/ask/celery">Code</a></div>
-    <div class="link"><a href="http://celeryq.org/docs/">Documentation</a></div>
+    <div class="link"><a href="http://docs.celeryproject.org/">Documentation</a></div>
     <div class="link"><a href="community.html">Community</a></div>
     <div class="link"><a href="community.html">Community</a></div>
     <div class="link"><a href="http://pypi.python.org/pypi/celery#downloads">Download</a></div>
     <div class="link"><a href="http://pypi.python.org/pypi/celery#downloads">Download</a></div>
 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
@@ -75,7 +75,7 @@ pageTracker._trackPageview();
 
 
         <p>Celery is written in Python, but the protocol can be implemented in any
         <p>Celery is written in Python, but the protocol can be implemented in any
         language.
         language.
-        It can also <a href="http://celeryq.org/docs/userguide/remote-tasks.html"
+        It can also <a href="http://docs.celeryproject.org/userguide/remote-tasks.html"
         >operate with other languages</a> using webhooks.</p>
         >operate with other languages</a> using webhooks.</p>
 
 
     <p>The recommended message broker is <a href="http://rabbitmq.com/">RabbitMQ</a>,
     <p>The recommended message broker is <a href="http://rabbitmq.com/">RabbitMQ</a>,
@@ -112,14 +112,14 @@ pageTracker._trackPageview();
 
 
     <ol>
     <ol>
         <li>Install celery by download or <code>pip install -U Celery</code></li>
         <li>Install celery by download or <code>pip install -U Celery</code></li>
-        <li>Set up <a href="http://celeryq.org/docs/getting-started/broker-installation.html">RabbitMQ</a>
-        or one of the <a href="http://celeryq.org/docs/tutorials/otherqueues.html">ghetto queue</a>
+        <li>Set up <a href="http://docs.celeryproject.org/getting-started/broker-installation.html">RabbitMQ</a>
+        or one of the <a href="http://docs.celeryproject.org/tutorials/otherqueues.html">ghetto queue</a>
         solutions.
         solutions.
         <li>Select one of the following guides:
         <li>Select one of the following guides:
         <ul>
         <ul>
             <li><a
             <li><a
-                href="http://celeryq.org/docs/getting-started/first-steps-with-celery.html">First steps with Python</a></li>
-            <li><a href="http://celeryq.org/docs/django-celery/getting-started/first-steps-with-django.html">First steps with Django</a></li>
+                href="http://docs.celeryproject.org/getting-started/first-steps-with-celery.html">First steps with Python</a></li>
+            <li><a href="http://docs.celeryproject.org/django-celery/getting-started/first-steps-with-django.html">First steps with Django</a></li>
         </ul>
         </ul>
     </ol>
     </ol>
 
 
@@ -168,7 +168,7 @@ pageTracker._trackPageview();
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2011-02-01.</h4>
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2011-02-01.</h4>
       <p>A great number of new features, including Jython, eventlet and gevent
       <p>A great number of new features, including Jython, eventlet and gevent
       support.  Everything is detailed in the
       support.  Everything is detailed in the
-      <a href="http://celeryq.org/docs/changelog.html">Changelog</a>, which
+      <a href="http://docs.celeryproject.org/changelog.html">Changelog</a>, which
       you should have read before upgrading.</p> <p>Users of Django must also upgrade to
       you should have read before upgrading.</p> <p>Users of Django must also upgrade to
       <a href="http://pypi.python.org/pypi/django-celery">django-celery 2.2</a>.</p>
       <a href="http://pypi.python.org/pypi/django-celery">django-celery 2.2</a>.</p>
       <p>This release would not have
       <p>This release would not have
@@ -180,7 +180,7 @@ pageTracker._trackPageview();
       <h2>Celery 2.1.1 bugfix release</h2>
       <h2>Celery 2.1.1 bugfix release</h2>
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-10-14.</h4>
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-10-14.</h4>
       <p>All users are urged to upgrade.  For a list of changes see the
       <p>All users are urged to upgrade.  For a list of changes see the
-      <a href="http://celeryq.org/docs/changelog.html">Changelog</a>.</p>
+      <a href="http://docs.celeryproject.org/changelog.html">Changelog</a>.</p>
       <p>Users of Django must also upgrade to
       <p>Users of Django must also upgrade to
       <a href="http://pypi.python.org/pypi/django-celery">django-celery 2.1.1</a>.</p>
       <a href="http://pypi.python.org/pypi/django-celery">django-celery 2.1.1</a>.</p>
       </span>
       </span>
@@ -189,7 +189,7 @@ pageTracker._trackPageview();
       <h2>Celery 2.1 released!</h2>
       <h2>Celery 2.1 released!</h2>
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-10-08.</h4>
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-10-08.</h4>
       <p>This new version is now available at PyPI.  Be sure to read the
       <p>This new version is now available at PyPI.  Be sure to read the
-      <a href="http://celeryq.org/docs/changelog.html">Changelog</a> before upgrading.</p>
+      <a href="http://docs.celeryproject.org/changelog.html">Changelog</a> before upgrading.</p>
       </span>
       </span>
 
 
       <span class="newsitem">
       <span class="newsitem">
@@ -204,7 +204,7 @@ pageTracker._trackPageview();
       <p>In addition there are a lot of new features: a curses monitor, time
       <p>In addition there are a lot of new features: a curses monitor, time
       limits, complex crontab expressions, callbacks, simplified routing,
       limits, complex crontab expressions, callbacks, simplified routing,
       and more. Everything is detailed in the <a
       and more. Everything is detailed in the <a
-          href="http://celeryq.org/docs/changelog.html#id1">Changelog</a>,
+          href="http://docs.celeryproject.org/changelog.html#id1">Changelog</a>,
       so be sure to read it before upgrading.</p>
       so be sure to read it before upgrading.</p>
       </span>
       </span>
 
 
@@ -215,7 +215,7 @@ pageTracker._trackPageview();
       AMQP result backend, this release resolves this. If you've already used
       AMQP result backend, this release resolves this. If you've already used
       the AMQP backend you need to delete the previous declarations. For
       the AMQP backend you need to delete the previous declarations. For
       instructions please read the full
       instructions please read the full
-      <a href="http://celeryproject.org/docs/changelog.html">Changelog</a>.
+      <a href="http://docs.celeryproject.org/changelog.html">Changelog</a>.
       Download from <a href="http://pypi.python.org/pypi/celery/1.0.6">PyPI</a>,
       Download from <a href="http://pypi.python.org/pypi/celery/1.0.6">PyPI</a>,
       or simply install the upgrade using <code>pip install -U Celery==1.0.6</code>.
       or simply install the upgrade using <code>pip install -U Celery==1.0.6</code>.
       <hr>
       <hr>
@@ -226,7 +226,8 @@ pageTracker._trackPageview();
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-06-01.</h4>
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-06-01.</h4>
       <p>This release contains some important bug fixes related to shutdown and
       <p>This release contains some important bug fixes related to shutdown and
       broker connection loss, as well as some other minor fixes. Also
       broker connection loss, as well as some other minor fixes. Also
-      AbortableTask has been added to contrib. Please read the full <a href="http://celeryproject.org/docs/changelog.html">Changelog</a>
+      AbortableTask has been added to contrib. Please read the full <a
+          href="http://docs.celeryproject.org/changelog.html">Changelog</a>
       before you upgrade. Download from <a href="http://pypi.python.org/pypi/celery/1.0.5">PyPI</a>,
       before you upgrade. Download from <a href="http://pypi.python.org/pypi/celery/1.0.5">PyPI</a>,
       or simply install the upgrade using <code>pip install -U Celery</code>.
       or simply install the upgrade using <code>pip install -U Celery</code>.
       <hr>
       <hr>
@@ -236,7 +237,7 @@ pageTracker._trackPageview();
       <h2>Celery 1.0.3 released!</h2>
       <h2>Celery 1.0.3 released!</h2>
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-05-15.</h4>
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-05-15.</h4>
       <p>This release contains a drastic improvement in reliability and
       <p>This release contains a drastic improvement in reliability and
-      performance. Please read the full <a href="http://celeryproject.org/docs/changelog.html">Changelog</a>
+      performance. Please read the full <a href="http://docs.celeryproject.org/changelog.html">Changelog</a>
       before you upgrade. Download from <a href="http://pypi.python.org/pypi/celery/1.0.3">PyPI</a>,
       before you upgrade. Download from <a href="http://pypi.python.org/pypi/celery/1.0.3">PyPI</a>,
       or simply install the upgrade using <code>pip install -U Celery</code>.
       or simply install the upgrade using <code>pip install -U Celery</code>.
       <hr>
       <hr>
@@ -247,7 +248,7 @@ pageTracker._trackPageview();
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-03-20.</h4>
       <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-03-20.</h4>
       <p>This is a bugfix release and has some important changes to the
       <p>This is a bugfix release and has some important changes to the
       shutdown procedure. Also improved compatibility with Windows and Python
       shutdown procedure. Also improved compatibility with Windows and Python
-      2.4. Read the full <a href="http://celeryproject.org/docs/changelog.html">Changelog</a>
+      2.4. Read the full <a href="http://docs.celeryproject.org/changelog.html">Changelog</a>
       for more information. Download from <a
       for more information. Download from <a
           href="http://pypi.python.org/pypi/celery/1.0.1">PyPI</a>,
           href="http://pypi.python.org/pypi/celery/1.0.1">PyPI</a>,
       or simply install the upgrade using <code>pip install -U Celery</code>.
       or simply install the upgrade using <code>pip install -U Celery</code>.

+ 2 - 2
docs/releases/1.0/announcement.rst

@@ -150,9 +150,9 @@ Resources
 
 
 * Download: http://pypi.python.org/pypi/celery
 * Download: http://pypi.python.org/pypi/celery
 
 
-* Documentation: http://celeryproject.org/docs/
+* Documentation: http://docs.celeryproject.org/
 
 
-* Changelog: http://celeryproject.org/docs/changelog.html
+* Changelog: http://docs.celeryproject.org/changelog.html
 
 
 * Code: http://github.com/ask/celery/
 * Code: http://github.com/ask/celery/