On Fri, Jan 30, 2009 at 12:44 AM, Jorge Vargas <[email protected]> wrote: > > On Thu, Jan 29, 2009 at 2:03 AM, hairui <[email protected]> wrote: >> >> As we know, Sphinx is an excellent reST documentation generator with >> wonderful extension to reST, and we can use it by calling its sphinx- >> build scripts. >> But now I am looking for a way of using it as a html rendering >> engine. >> For example, if I want to create a wiki-like web framework which uses >> reST support (maybe adding some sphinx extensions ) to take place of >> the traditional wiki syntax, is it possible that I use Sphinx as a >> HTML rendering engine? >> If impossible, I wonder whether the problem is the licence or the >> technical bottleneck. >> If possible, can somebody show me some hints? I have read sphinx >> documents and source codes for a few days but I can not find any >> clues. > > I'll really like to see this, it will be very nice if we could get > some docs on how to use sphinx as an api. I have a special interest in > using it for to generate the static parts of some website. > > > >
There's a sphinx setuptools extension that can I used as an example as to how to start using sphinx as an API. I think it's setup_command.py. Not sure if it has what you want, but it's a start. -Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
