From d3fe5f617a4707cc8de00c996739d979fd656a78 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 11 Mar 2012 15:34:21 -0400 Subject: [PATCH] Rename 'yamlscripts' to 'yamlsyntax', add some extra crosslinking to make sure folks find the interesting docs pages, some misc editing here and there. --- YAMLScripts.html => YAMLSyntax.html | 63 ++++++++++--------- api.html | 4 +- examples.html | 4 +- faq.html | 13 +++- genindex.html | 4 +- gettingstarted.html | 14 +++-- index.html | 11 ++-- man.html | 4 +- man/ansible-playbook.1.html | 2 +- man/ansible.1.html | 2 +- modules.html | 10 +-- patterns.html | 19 +++--- playbooks.html | 12 ++-- rst/YAMLScripts.rst | 83 ------------------------- rst/YAMLSyntax.rst | 94 +++++++++++++++++++++++++++++ rst/faq.rst | 7 +++ rst/gettingstarted.rst | 11 ++-- rst/index.rst | 2 +- rst/patterns.rst | 17 ++++-- rst/playbooks.rst | 2 +- search.html | 4 +- searchindex.js | 2 +- 22 files changed, 219 insertions(+), 165 deletions(-) rename YAMLScripts.html => YAMLSyntax.html (78%) delete mode 100644 rst/YAMLScripts.rst create mode 100644 rst/YAMLSyntax.rst diff --git a/YAMLScripts.html b/YAMLSyntax.html similarity index 78% rename from YAMLScripts.html rename to YAMLSyntax.html index 51ca2363fa2..0d352742b3d 100644 --- a/YAMLScripts.html +++ b/YAMLSyntax.html @@ -6,7 +6,7 @@ - YAML Format — Ansible v0.0.1 documentation + YAML Syntax — Ansible v0.0.1 documentation @@ -115,7 +115,7 @@ s.parentNode.insertBefore(ga, s);
  • The Inventory File, Patterns, and Groups
  • Command Line Examples
  • Ansible Modules
  • -
  • YAML Format
  • +
  • YAML Syntax
  • Playbooks
  • Using the Python API
  • Frequently Asked Questions
  • @@ -127,7 +127,7 @@ s.parentNode.insertBefore(ga, s); Page