From d346918125e2eda0d94a166bf7c4af6ab9a50d56 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 13 Nov 2014 12:08:54 -0700 Subject: [PATCH] doc: improve RST syntax in "testing changes" RST expects double backticks, not single ones. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1c48cb84..a95565c8 100644 --- a/README.rst +++ b/README.rst @@ -122,5 +122,5 @@ testing changes When adding new YAML files or testing changes, it's a good idea to do a sanity-check before merging the changes to master. -You can install the Jenkins Job Builder package locally (`pip install -jenkins-job-builder`) and then run `jenkins-jobs test my_configuration.yml` +You can install the Jenkins Job Builder package locally (``pip install +jenkins-job-builder``) and then run ``jenkins-jobs test my_configuration.yml`` -- 2.39.5