New Sphinx theme has sidebar navigation so don't need TOC on each page.

This commit is contained in:
Michael DeHaan 2013-12-24 17:29:28 -05:00
commit 041cea134f
33 changed files with 0 additions and 99 deletions

View file

@ -1,9 +1,6 @@
Patterns
++++++++
.. contents::
:depth: 2
Patterns in Ansible are how we decide which hosts to manage. This can mean what hosts to communicate with, but in terms
of :doc:`playbooks` it actually means what hosts to apply a particular configuration or IT process to.