From f1e0aa78deb53e102099de0198d43d1d78560d72 Mon Sep 17 00:00:00 2001
From: Jeremy Stanley <fungi@yuggoth.org>
Date: Wed, 3 Sep 2014 20:36:04 +0000
Subject: [PATCH] Update StackForge doc for Zuul project templates

The jobs suggested are covered by the python-jobs and python3-jobs
project templates, so use them for a simpler example.

Change-Id: I6300772874063c215190a4ec62010cb85951a8b0
---
 doc/source/stackforge.rst | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/doc/source/stackforge.rst b/doc/source/stackforge.rst
index 78dbfdfdbe..382300ac5f 100644
--- a/doc/source/stackforge.rst
+++ b/doc/source/stackforge.rst
@@ -155,20 +155,8 @@ It should look something like::
   - name: stackforge/project-name
     template:
       - name: merge-check
-    check:
-      - gate-project-name-docs
-      - gate-project-name-pep8
-      - gate-project-name-python26
-      - gate-project-name-python27
-      - gate-project-name-python33
-    gate:
-      - gate-project-name-docs
-      - gate-project-name-pep8
-      - gate-project-name-python26
-      - gate-project-name-python27
-      - gate-project-name-python33
-    post:
-      - project-name-coverage
+      - name: python-jobs
+      - name: python3-jobs
 
 If you aren't ready to run any gate tests yet and did not configure
 python-jobs in projects.yaml, it should look like this instead::