We'd like to use Sphinx for documenting JavaScript code in our web application. We already use it for Python code and make heavy use of the automodule/autoclass/etc. features. Something similar for JavaScript would be very useful.
So far I've found these mentions of such tools: - jsdoc-toolkit-rst-template by Juha P. Mustonen http://code.google.com/p/jsdoc-toolkit-rst-template/ - jsdoc to rst converter script by Etienne Desautels http://groups.google.com/group/sphinx-dev/browse_thread/thread/36051d452634ca9 The first one seems to be ongoing work, and the code for the second one hasn't been published. Are there other similar efforts? Alternative approaches? Cheers, Antti -- You received this message because you are subscribed to the Google Groups "sphinx-dev" 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/sphinx-dev?hl=en.
