ansible/lib/ansible/cli
Toshio Kuratomi fb144c4414
Update ansible doc formats (#71070)
* Fix tty_ify bugs and refactor

* Move tty_ify() and supporting attributes to the DocCLI class as that's
  the only thing using it.
* Add unittest for the code.
* Fix a bug where the substitution macros can be detected when they are
  a part of another word.
* Add support for L(), R(), and HORIZONTALLINE which were added to the
  website docs many years ago.

* Update test/units/cli/test_doc.py

Co-authored-by: Matt Clay <matt@mystile.com>

Co-authored-by: Matt Clay <matt@mystile.com>
2020-08-05 10:53:25 -07:00
..
arguments Add collection path in CLI version info (#68633) 2020-06-25 01:58:56 -04:00
scripts Use libc wcwidth to calculate print width in display (#66214) 2020-06-22 16:57:01 -05:00
__init__.py Update ansible doc formats (#71070) 2020-08-05 10:53:25 -07:00
adhoc.py
config.py
console.py Version source tagging (automatic and manual) for version_added and deprecation versions (#69680) 2020-05-28 22:46:16 -07:00
doc.py Update ansible doc formats (#71070) 2020-08-05 10:53:25 -07:00
galaxy.py Use the first galaxy server supporting v1 for roles (#70375) 2020-07-01 14:58:35 -05:00
inventory.py Code cleanup in ansible-inventory. 2020-05-15 18:02:18 -07:00
playbook.py collection routing (#67684) 2020-05-26 09:42:06 -07:00
pull.py Update pull.py (#70393) 2020-07-02 10:59:01 -04:00
vault.py