sreekanth
96bd2a4447
Added missing closing quote
9 years ago
Brian Coca
1f34c6b214
updated yaml syntax and gotchas
...
specifically added example for getting strings that match boolean values
9 years ago
Javier Martínez
23cbfc17e5
Fixed Github examples directory URL
10 years ago
Cristian Ciupitu
577cdcadb3
Doc: use literal code blocks for YAML examples
...
Without this, the straight double quotes (") are displayed as curved
quotes (“ and ”).
10 years ago
Brian Peiris
ae5f64c232
Update YAMLSyntax.rst
10 years ago
Brian Peiris
32a5dc22c6
Reformat description of a dictionary entry.
10 years ago
Toshio Kuratomi
b74a02301b
Fix documentation syntax problems
10 years ago
axiaoxin
5838812967
minor
10 years ago
axiaoxin
36eab28c7c
making the whitespace expicity in dict
10 years ago
axiaoxin
c0cb4b3e08
in key/value pairs, whitespace is needed after the colon
10 years ago
axiaoxin
b9761a0692
members of a list must start with ``- ``
10 years ago
Michael DeHaan
041cea134f
New Sphinx theme has sidebar navigation so don't need TOC on each page.
11 years ago
Michael DeHaan
0cd09dd54f
Remove extra "latest/" subdirectory in docs build structure.
11 years ago
Michael DeHaan
26819d707d
Reorganize docs structure to support snapshots.
12 years ago
Michael DeHaan
518007a1ba
Fix version added attribute, update docs URL
12 years ago
michael@ansibleworks.com
e086d6fd89
Doc updates
12 years ago
Dag Wieers
66fb7fd9de
Make use of yes/no booleans in playbooks
...
At the moment Ansible prefers yes/no for module booleans, however booleans in playbooks are still using True/False, rather than yes/no. This changes modifies boolean uses in playbooks (and man pages) to favor yes/no rather than True/False.
This change includes:
- Adaptation of documentation and examples to favor yes/no
- Modification to manpage output to favor yes/no (the docsite output already favors yes/no)
12 years ago
Michael DeHaan
a98886c77f
Further docs hacking
12 years ago
Michael DeHaan
d6e4b1bf5b
Subtree merge of ansible-docs
12 years ago