Hi,
I'm new to Sphinx, and have not really started using it. I am thinking of 
doing so for one of my projects, but need to make sure fist that it can do 
what I want.
My python package is written in such a way as to allow people to add 
functionality to it via "plugins". Plugins are written in such a way that 
they can be automatically discovered at runtime (obviously), but also allow 
definition of examples. My package is therefore able to go through all 
plugins, and generate the examples. Currently I have this part of the 
module generate HTML pages through Jinja2 templates, which embed the output 
of those examples (as iframes, or images, of text samples).

I would like now to document the main part of the package (general intro, 
how-to guide, and API doc), but would like to then also be able to have 
those plugins and examples generated and added to the main documentation, 
as a separate section.

I looked through dozens of articles, tutorials and YT videos on Sphinx, but 
could so far not get that question answered.... Is is possible to run 
custom code as part of the sphinx documentation generation, with the aim of 
having part of the documentation (pages, part of pages, etc) created?

Hope the question makes sense...

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/fc6d0d6e-cec9-4c0e-b3ca-45d88974973en%40googlegroups.com.

Reply via email to