Harmonize notation of admonition blocks in documentation

There were several different notations used for NOTE and IMPORTANT
sections that sometimes didn't even render correctly.

Change-Id: I744cb0922f4bb4c99282984a487761f2c1bd6d4a
Signed-off-by: Michael Ochmann <michael.ochmann@sap.com>
This commit is contained in:
Michael Ochmann
2016-07-08 11:25:25 +02:00
parent 9c76d54e6a
commit 8129eced3a
15 changed files with 45 additions and 33 deletions

View File

@@ -4,7 +4,8 @@ Prior to invoking the `submit_rule(X)` query for a change, Gerrit initializes
the Prolog engine with a set of facts (current data) about this change.
The following table provides an overview of the provided facts.
IMPORTANT: All the terms listed below are defined in the `gerrit` package. To use any
[IMPORTANT]
All the terms listed below are defined in the `gerrit` package. To use any
of them we must use a qualified name like `gerrit:change_branch(X)`.
.Prolog facts about the current change
@@ -97,7 +98,8 @@ the following table.
|=============================================================================
NOTE: for a complete list of built-in helpers read the `gerrit_common.pl` and
[NOTE]
For a complete list of built-in helpers read the `gerrit_common.pl` and
all Java classes whose name matches `PRED_*.java` from Gerrit's source code.
GERRIT