From 24c1cb9c88d5d5b1a30e49141a467df69b342ee6 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 17 Jan 2020 09:45:44 -0800 Subject: [PATCH] Docs: fix styling in reconfigure commands These are commands so should use the literal style. Change-Id: Iabf5040a3ffa5a1e35d54dea2637b206ea347dfd --- doc/source/discussion/components.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/source/discussion/components.rst b/doc/source/discussion/components.rst index 9eb2475ce5..fd8a3b6b67 100644 --- a/doc/source/discussion/components.rst +++ b/doc/source/discussion/components.rst @@ -364,17 +364,18 @@ the repositories which contain it are merged. However, Zuul must be explicitly notified of changes to the tenant config file, since it is not read from a git repository. Zuul supports two kinds of reconfigurations. -The full reconfiguration refetches and reloads the configuration of all -tenants. To do so, run `zuul-scheduler full-reconfigure`. For example this -can be used to fix eventual configuration inconsistencies after connection -problems to Gerrit/Github. The signal based method by sending -a `SIGHUP` signal to the scheduler PID is deprecated. +The full reconfiguration refetches and reloads the configuration of +all tenants. To do so, run ``zuul-scheduler full-reconfigure``. For +example this can be used to fix eventual configuration inconsistencies +after connection problems to Gerrit/Github. The signal based method by +sending a `SIGHUP` signal to the scheduler PID is deprecated. The smart reconfiguration reloads only the tenants that changed their configuration in the tenant config file. To do so, run -`zuul-scheduler smart-reconfigure`. In multi tenant systems this can be much -faster than the full reconfiguration so it is recommended to use the smart -reconfiguration after changing the tenant configuration file. +``zuul-scheduler smart-reconfigure``. In multi tenant systems this can +be much faster than the full reconfiguration so it is recommended to +use the smart reconfiguration after changing the tenant configuration +file. Merger ------