On Tue, Sep 16, 2014 at 7:18 PM, Stodge <sto...@gmail.com> wrote:
> We implemented a simple SOAP service using SoapLib 0.8 in our Django project
> a long time ago. We think he created an API document that we want to send to
> clients. I have a vague recollection that he somehow auto-generated the APIs
> from the source code. However, we can't find the document and the developer
> isn't here anymore. Is anyone aware of a tool that auto-generates API
> documentation for SoapLib with Django?

Sphinx, http://sphinx-doc.org/ , is used by many projects including
Python itself and Django to generate project documentation, and it
understands python code so can easily be used to create API doc as
well as any kind of documentation.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFHbX1L9RPVxH%3DbfjskKaJ1JEzHQ62oGFKewADh-2GORcmaT1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to