Adding a type for documentation in epydoc (ctypes "Functions" as routine data-types...)


As mentioned a few posts ago, I've been looking at how to make the OpenGL-ctypes auto-generated documentation useful. What I want to do is to register the ctypes "functions" as regular routines, with docstrings and preferably with structured meta-data such as the data-types of arguments, error-checker and the like displayed in a consistent way.

The first approach I'm going for is to use SVN trunk epydoc. Epydoc is a fairly commonly used pydoc replacement, and though I don't personally like the documentation/interface it produces (I find it cluttered and confusing), it is apparently a favourite of many people.

Comments

Comments are closed.

Pingbacks

Pingbacks are closed.