Re: [ansible-project] Installed documentation

2018-02-19 Thread Brian Coca
Manpage, ansible-doc --help and online docs (http://docs.ansible.com/ansible/latest/ansible-doc.html) show these options, it was also added to the changelog. Unsure of where else we need to put this info, open to suggestions. -- -- Brian Coca -- You received this message because you

Re: [ansible-project] Installed documentation

2018-02-18 Thread Varun Chopra
How's the day to day user supposed to know this? :/ On Saturday, February 17, 2018 at 3:51:09 AM UTC+5:30, Brian Coca wrote: > > FYI, ansible-doc does more than modules, it now documents other > plugins also, i.e ansible-doc -t lookup nested > > > -- > -- > Brian Coca > -- You

Re: [ansible-project] Installed documentation

2018-02-16 Thread Brian Coca
FYI, ansible-doc does more than modules, it now documents other plugins also, i.e ansible-doc -t lookup nested -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving

Re: [ansible-project] Installed documentation

2018-02-16 Thread Matt Martz
There is no installed copy of the full docs, and there is no downloadable copy of the rendered docs. You can clone the git repo, or download the source tarball, and build the docs. Or just use the `rst` files provided there without building with sphinx. The `rst` files live in docs/docsite/rst

[ansible-project] Installed documentation

2018-02-16 Thread John Oliver
For everyone who's about to reply, "docs.ansible.com", please don't... I'm asking about docs actually installed and available on the local system, with no Internet connectivity. ansible-doc has lots of great info for modules. I'm aware of and use it. But what about documentation for core