Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scls19fr committed Dec 24, 2017
1 parent ee69fe7 commit 1824071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AdvancedScheduler Overview
# ExtensibleScheduler Overview

The `AdvancedScheduler` package provides advanced and extensible [Julia](https://julialang.org/) events schedulers inspired by Python schedulers [APScheduler](https://apscheduler.readthedocs.io/), [schedule](https://github.com/dbader/schedule) and [sched](https://docs.python.org/3/library/sched.html).
The `ExtensibleScheduler` package provides advanced and extensible [Julia](https://julialang.org/) events schedulers inspired by Python schedulers [APScheduler](https://apscheduler.readthedocs.io/), [schedule](https://github.com/dbader/schedule) and [sched](https://docs.python.org/3/library/sched.html).

Schedulers can use real time clock (system time) or simulated time (for simulation purpose).

Expand Down

0 comments on commit 1824071

Please sign in to comment.