I've tried pydocweb and Kevin's mediawiki extension, but had some issues with the first one and couldn't get it working with mediawiki.
What I really would like to use for Editing Sphinx documents is Gollum (https://github.com/github/gollum) - a slim, no-fuzz wiki sitting directly on Git. Gollum supports reStructuredText via docweb, but of course not the Sphinx extensions. So I've replaced the rst rendering in Gollum with a custom converter, which uses Sphinx (Code borrowed form rested - https://github.com/enthought/rested). This works, but while docutils already isn't very fast, rendering a single page with Sphinx is even slower, so this would need at least some kind of caching mechanism. (Pandoc is faster but only supports a subset of the rst markup provided by docutils.) But as I want to use the Wiki just for editing, all I need is support for the Sphinx extensions in a way that they create some kind of placeholder like "<b>Imagine a Table of Contents here!</b>" or "Reference to `something". How hard would it be to extend docutils to support the Sphinx extensions by just "mocking" them? Tobias -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. 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.