summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragronholm <devnull@localhost>2011-04-13 05:24:18 +0300
committeragronholm <devnull@localhost>2011-04-13 05:24:18 +0300
commit2c46e1f0b543a5bdc1a92f937c8d545b8d760932 (patch)
tree16a0e733208852e7410a034b7daf001747d6d9f9
parent39c28fa51c8821b0977a71108aec92c2b9df4105 (diff)
downloadapscheduler-2c46e1f0b543a5bdc1a92f937c8d545b8d760932.tar.gz
Linked to the migration section from the changelog; minor fix in migration.rst
-rw-r--r--CHANGES.rst4
-rw-r--r--docs/migration.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 27d7adb..2009600 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -34,8 +34,8 @@ Version history
scheduler thread was woken up while still within the allowable range of their
previous execution time (issues #5, #7)
-Some API changes were necessary -- see the migration section of the
-documentation to find out what you need to change when migrating your
+Some API changes were necessary -- see the :doc:`migration section <migration>`
+of the documentation to find out what you need to change when migrating your
application from APScheduler v1.x to v2.0.
diff --git a/docs/migration.rst b/docs/migration.rst
index f6b13f6..3f63b86 100644
--- a/docs/migration.rst
+++ b/docs/migration.rst
@@ -20,8 +20,8 @@ API changes
universal ``max_runs`` option
* :meth:`~apscheduler.scheduler.Scheduler.unschedule_func` now raises a
KeyError if the given function is not scheduled
-* The semantics of :meth:`~apscheduler.scheduler.Scheduler.shutdown`` have
- changed -- the method no longer accepts a numeric argument, but two booleans;
+* The semantics of :meth:`~apscheduler.scheduler.Scheduler.shutdown` have
+ changed -- the method no longer accepts a numeric argument, but two booleans
Configuration changes