zuul/doc/source/index.rst
David Shrewsbury 95ec6202af Add trigger developer doc
Move developer docs to their own subdir (to avoid filename conflicts
with current doc set), and add a (very basic) new dev doc for triggers.

Change-Id: I0dce63ab9fa470247c4bbd4aae58dc97cdf8a517
2017-04-05 11:01:07 -04:00

36 lines
625 B
ReStructuredText

Zuul - A Project Gating System
==============================
Zuul is a program that is used to gate the source code repository of a
project so that changes are only merged if they pass tests.
The main component of Zuul is the scheduler. It receives events
related to proposed changes, triggers tests based on those events, and
reports back.
Contents:
.. toctree::
:maxdepth: 2
quick-start
gating
connections
triggers
reporters
zuul
merger
cloner
executors
statsd
client
developer/index
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`