Brice Figureau wrote: > If you were talking about generating the puppet reference documentation > (ie types, providers, functions...) in confluence format, then you need > to add a new format to the Puppet::Util::Reference type (you can see how > pdf is created from the reStructured text variant). > James knows better than me about this part, but I believe the internal > documentation was all converted to markdown for 2.6, which might better > fit your needs.
Correct - in 2.6.1 I removed all the RST stuff and replaced with Markdown and did some work on the whole reference generation process. There are some updates in 2.6.3 that fix some final formatting errors. The default output format is now Markdown. James -- Puppet Labs - http://www.puppetlabs.com C: 503-734-8571 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
