Hello there, I must admit that I'm so lost on how to do this that I don't have any ideas on what I should look for.
Basically, we have this: We have a project in Python, all documentation. The documentation is split in two parts, one more descriptive (in RST) and another which is the API, with the documentation extracted from modules with "automodule". All nice and dandy (and pretty default, I guess), but we also have a Jinja2 template file full of macros, all documented following the Python domain format. The descriptive part is already done, but I want to create the API part so users have the full documentation about those macros and use in their templates. And here is my problem: how can I "automodule" a Jinja template? Or should I take another route for this (although I'd like to keep the API documentation with the macros, instead of having a separate rst just for it). Any tips are welcome. -- Julio Biason <[email protected]> -- You received this message because you are subscribed to the Google Groups "sphinx-users" 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]. Visit this group at http://groups.google.com/group/sphinx-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
