Things are now modified so that each module category has it's own index and each module renders on it's own page.
I think this is a big improvement. I had to do some massive refactoring on module_formatter.py to make sense of some things, so if you were using any unsupported features like JSON module format data, those don't work anymore. Additionally, if you were using the manpages for pulling up info on a module, just use "ansible-doc modulename" instead. The only thing really missing now that I can tell is the formatting on the individual module pages still needs work, because previously it was generated as an HTML table. This file is here - https://github.com/ansible/ansible/blob/devel/hacking/templates/rst.j2 This may be the case that some CSS classes just need to be applied. Help would be appreciated. Let me know what you think about the module index and such. I also ned to get some logos and things on the docs home page -- it looks a little dull, but that will come! On Wed, Dec 25, 2013 at 11:59 AM, Michael DeHaan <[email protected]>wrote: > Quick update: > > I'm currently refactoring the module formatter script so I can more easily > tweak it, I'd probably suggest folks not attempt sending patches to it > until that's done as it's going to move around a lot. > > > > > On Tue, Dec 24, 2013 at 6:52 PM, Michael DeHaan > <[email protected]>wrote: > >> Playbooks intro omission now fixed! >> >> >> >> >> On Tue, Dec 24, 2013 at 6:48 PM, Michael DeHaan <[email protected] >> > wrote: >> >>> Not intentional. I think I overwrote a file. >>> >>> Fixing now. >>> >>> >>> On Tue, Dec 24, 2013 at 6:41 PM, Mikhail Sobolev < >>> [email protected]> wrote: >>> >>>> I like the new structure, however it seems that quite useful (at least, >>>> for me) introduction to playbooks from playbooks.rst is now gone. It was >>>> quite nicely covering in a tutorial format basic concepts: >>>> >>>> * playbook file format >>>> * various basics (hosts, users & tasks) >>>> * and others >>>> >>>> Was it intentional or just happened by accident? >>>> >>>> -- >>>> Misha >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Ansible Project" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> >>> >>> >>> -- >>> Michael DeHaan <[email protected]> >>> CTO, AnsibleWorks, Inc. >>> http://www.ansibleworks.com/ >>> >>> >> >> >> -- >> Michael DeHaan <[email protected]> >> CTO, AnsibleWorks, Inc. >> http://www.ansibleworks.com/ >> >> > > > -- > Michael DeHaan <[email protected]> > CTO, AnsibleWorks, Inc. > http://www.ansibleworks.com/ > > -- Michael DeHaan <[email protected]> CTO, AnsibleWorks, Inc. http://www.ansibleworks.com/ -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
