From b64edfe7912746e7ee1a782828323d4057947749 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 29 Sep 2013 20:10:37 -0400 Subject: [PATCH] "make webdocs" sphinx output is now clean. Edit passes and additional content in docs still pending. --- docsite/latest/rst/index.rst | 2 ++ docsite/latest/rst/intro_inventory.rst | 2 +- docsite/latest/rst/playbooks_conditionals.rst | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docsite/latest/rst/index.rst b/docsite/latest/rst/index.rst index 9cb19ad3c4..9423816aad 100644 --- a/docsite/latest/rst/index.rst +++ b/docsite/latest/rst/index.rst @@ -135,4 +135,6 @@ Miscellaneous faq glossary + YAMLSyntax + diff --git a/docsite/latest/rst/intro_inventory.rst b/docsite/latest/rst/intro_inventory.rst index b75ee384f2..e0610bf821 100644 --- a/docsite/latest/rst/intro_inventory.rst +++ b/docsite/latest/rst/intro_inventory.rst @@ -206,7 +206,7 @@ Examples from a host file:: :doc:`intro_dynamic_inventory` Pulling inventory from dynamic sources, such as cloud providers - :doc:`intro_examples` + :doc:`intro_adhoc` Examples of basic commands :doc:`playbooks` Learning ansible's configuration management language diff --git a/docsite/latest/rst/playbooks_conditionals.rst b/docsite/latest/rst/playbooks_conditionals.rst index efcd268f1a..72ff1e4745 100644 --- a/docsite/latest/rst/playbooks_conditionals.rst +++ b/docsite/latest/rst/playbooks_conditionals.rst @@ -95,7 +95,7 @@ Note that when combining `when` with `with_items` (see :doc:`playbooks_loops`), Loading in Custom Facts ``````````````````````` -It's also easy to provide your own facts if you want, which is covered in :doc:`moduledev`. To run them, just +It's also easy to provide your own facts if you want, which is covered in :doc:`developing_modules`. To run them, just make a call to your own custom fact gathering module at the top of your list of tasks, and variables returned there will be accessible to future tasks::