Posts Tagged ‘tutorial’

Use Sphinx for documentation

Friday, April 25th, 2008

I’ve been doing quite a bit of code documentation lately, and I decided to try and figure out the best tool to use. I found it. It’s called Sphinx, and you can see what the documentation looks like by checking out the documentation for Python itself (v. 2.6 and 3.0).
Here’s how to get started using Sphinx. (more…)