You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs
Toshio Kuratomi ff13d58c14 Remove use of unicode_literals as it is an anti-pattern
from __future__ unicode_literals leads to developer confusion as
developers no longer can tell whether a bare literal string is a byte
string or a unicode string.  Explicit marking as u"" or b"" is the way
to solve the same problem in the Ansbile codebase.
7 years ago
..
api docs: PEP8 compliance (#24681) 8 years ago
bin generate rst doc pages for command line tools (#27530) 7 years ago
docsite Remove use of unicode_literals as it is an anti-pattern 7 years ago
man added docs to CLI docstringsadded 8 years ago
templates change generated playbooks_keywords.rst to use an rst 'glossary' (#28843) 7 years ago