I’m about to start a project where I will be the only one doing actual code and two less experienced programmers (scary to think of myself as experienced!) will be watching and making suggestions on the program in general.
Is there a good (free) system that I can use to provide documentation for classes and functions based on the code I’ve written? It’d likely help them a lot in getting to grips with the structure of the data.
I have used epydoc to generate documentation for Python modules from embedded docstrings. It’s pretty easy to use and generates nice looking output in multiple formats.