Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #16036: Fix title levels in docs #1086

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tree/30_generic_methods/schedule_simple.cf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# * `schedule_simple_${job_id}_repaired` if the job should be run
# * `schedule_simple_${job_id}_error` if their is an inconsistency in the method parameters
#
# ### Example
# #### Example
#
# If you want to run a job, at every hour and half-hour (0:00 and 0:30), with no spread across system, with an agent running with default schedule of 5 minutes, and making sure that the job is run (if the agent couldn't run it, then at the next agent execution the job should be run), you will call the method with the following parameters:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Be careful that using a global variable can lead to unpredictable content in case of multiple definition, which is implicitly the case when a technique has more than one instance (directive).
# Please note that only global variables are available within templates.
#
# ## Usage
# #### Usage
#
# This function will evaluate a mathematical expression that may contain variables and format the result according to the provided formatt string.
#
Expand Down