pycups API documentation: epydoc?

I’m about to start writing some proper API documentation for pycups, and I’ve been looking around for short-cuts. Seems like epydoc is just what I’m after, so long as there are no catches. I want to be able to write the documentation in the Python doc strings, and pycups is a Python extension written in C (it contains bindings for the libcups API). Is epydoc what I need?


Posted

in

by

Tags: