It's not clear how to do this, if possible at all.

Autodoc is being used in a custom domain to document a language that is not 
like python yet has usable docstrings.  A directive has been created to 
extract the docstrings from all files in a named directory.  This works to 
place all found files and docstrings within the .rst document that contains 
the directive.  A toctree is placed at the top with links to the section 
for each found file.

But the users still want more.

How can the custom domain generate a separate page for each found file 
without making separate .rst files in the Sphinx project?

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/qR1Bql3lfggJ.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to