Jeremy Swinarton
3e041a82c4
Add documentation on YAML floating-point values ( #17182 )
8 years ago
Zhuoyun Wei
1a13fb63c6
Fix a typo
9 years ago
James Cammarata
eafeab4ab5
Merge pull request #14508 from brianlycett/patch-1
...
Update YAMLSyntax.rst
9 years ago
Brian Coca
7404d4ce7f
made dict example less ambigous
...
fixes #14748
9 years ago
brianlycett
18e4a02c25
Update YAMLSyntax.rst
...
Ach - it's double backquotes in this markup.
9 years ago
brianlycett
6c7680b633
Update YAMLSyntax.rst
...
Small updates loosely based on suggestions. :)
9 years ago
brianlycett
4160a3f40b
Update YAMLSyntax.rst
...
A brief explanation was added regarding multi-line values.
9 years ago
brianlycett
665e158ec0
Update YAMLSyntax.rst
...
Updated to include a bit more depth in explaining the YAML, along with a link the Wikipedia page on YAML syntax.
9 years ago
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