Skip to content

Commit 6f126c6

Browse files
Merge pull request #25 from geoCML/0.3.1-update
Update documentation for v0.3.1
2 parents 48fae2e + 363c633 commit 6f126c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

topics/geocml-task-scheduler.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ You can create custom tasks in geoCML Task Scheduler.
3030
4. Return 0 if you want your task to run only once. Otherwise, your task will run according to its position in the schedule.
3131
5. Save your Python file.
3232
6. Open `schedule.py`
33-
7. Create a new Task object, instantiated with your new function and its execution frequency (in seconds).
34-
8. Start the task with `<your_task>.start()`
33+
7. Create a new Task object, instantiated with your new function.
34+
8. Schedule your task for execution with its execution frequency (in seconds)
3535
9. Rebuild the geocml-task-scheduler container and deploy
3636

3737
Your new task is created, and it is scheduled for execution.

topics/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
ifndef::imagesdir[:imagesdir: ./img/]
66

7-
= geoCML v0.3.0 Documentation
7+
= geoCML v0.3.1 Documentation
88

99
include::introduction.adoc[]
1010

0 commit comments

Comments
 (0)