Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browsable docs? #59

Closed
yajo opened this issue Jun 9, 2020 · 9 comments · Fixed by #175
Closed

Browsable docs? #59

yajo opened this issue Jun 9, 2020 · 9 comments · Fixed by #175
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@yajo
Copy link

yajo commented Jun 9, 2020

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind feature

Description

Steps to reproduce the issue:

  1. Want to know how to use podman_container

  2. Search for docs.

Describe the results you received:
Not found!

Describe the results you expected:
Found.

Additional information you deem important (e.g. issue happens only occasionally):
Some modules docs can be found in https://docs.ansible.com/ansible/latest/modules/list_of_all_modules.html but are possibly outdated.

Output of ansible --version:

ansible 2.9.9
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/yajo/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.8/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 3.8.3 (default, May 15 2020, 00:00:00) [GCC 10.1.1 20200507 (Red Hat 10.1.1-1)]
@sshnaidm
Copy link
Member

sshnaidm commented Jun 9, 2020

podman_container will be available as part of Ansible 2.10 only.
The documentation of it inside 2.10 is in progress, let's track it in this issue.

@sshnaidm sshnaidm added the documentation Improvements or additions to documentation label Jun 21, 2020
@sshnaidm sshnaidm added this to the 1.2.0 milestone Jun 21, 2020
@denysvitali
Copy link

FYI, for now it is possible to read the docs as follows:

ansible-doc containers.podman.podman_container.podman_image

@sshnaidm
Copy link
Member

You can see documentation in ansible test docs site for now: http://docs.testing.ansible.com/ansible/2.10/collections/containers/podman/index.html#plugins-in-containers-podman
When 2.10 is out, it will be available in a usual ansible docs site.

@yajo
Copy link
Author

yajo commented Jul 27, 2020

That doesn't include docs on podman_pod... is that a known issue?

@sshnaidm
Copy link
Member

@yajo yeah, it's not up to date.. If you know where I can host docs for now, I'd put them there. It's easy to generate them as @denysvitali wrote above.

@yajo
Copy link
Author

yajo commented Jul 27, 2020

One obvious choice is https://readthedocs.org/

@sshnaidm
Copy link
Member

@yajo right, but unfortunately I didn't see there option to upload docs, they require sphinx build only. And this is not what we have in ansible docs. Or maybe I miss something and it's possible to use ansible-doc there?

@yajo
Copy link
Author

yajo commented Aug 1, 2020

Oh true. How about GitHub pages then?

@sshnaidm
Copy link
Member

sshnaidm commented Aug 2, 2020

Oh true. How about GitHub pages then?

Yep, working on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants