From 337b1dc45c3bc101e13357bf3a4e21dd62546b14 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 3 Jun 2015 20:55:55 -0400 Subject: [PATCH] minor doc fixes --- docsite/rst/intro_configuration.rst | 4 ++-- docsite/rst/playbooks_filters.rst | 1 + docsite/rst/playbooks_special_topics.rst | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index 2ff53c22485..ca5d5817796 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -309,7 +309,7 @@ The valid values are either 'replace' (the default) or 'merge'. hostfile ======== -This is a deprecated setting since 1.9, please look at :ref:`inventory` for the new setting. +This is a deprecated setting since 1.9, please look at :ref:`inventory_file` for the new setting. .. _host_key_checking: @@ -321,7 +321,7 @@ implications and wish to disable it, you may do so here by setting the value to host_key_checking=True -.. _inventory: +.. _inventory_file: inventory ========= diff --git a/docsite/rst/playbooks_filters.rst b/docsite/rst/playbooks_filters.rst index ef6185f9514..0cb42213b44 100644 --- a/docsite/rst/playbooks_filters.rst +++ b/docsite/rst/playbooks_filters.rst @@ -3,6 +3,7 @@ Jinja2 filters .. contents:: Topics + Filters in Jinja2 are a way of transforming template expressions from one kind of data into another. Jinja2 ships with many of these. See `builtin filters`_ in the official Jinja2 template documentation. diff --git a/docsite/rst/playbooks_special_topics.rst b/docsite/rst/playbooks_special_topics.rst index c57f5796c96..74974cad108 100644 --- a/docsite/rst/playbooks_special_topics.rst +++ b/docsite/rst/playbooks_special_topics.rst @@ -7,6 +7,7 @@ and adopt these only if they seem relevant or useful to your environment. .. toctree:: :maxdepth: 1 + become playbooks_acceleration playbooks_async playbooks_checkmode