Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is another method, probably more portable to large projects.
First, define
epydoc.pyinsite_scons/site_tools(or where ever you have those) to be:In the main
SConstructfile, add:Then, in your
SConstructfile orSConscriptfiles, you can build documentation like so:Note: you could do the same thing for ctags and pylint, just to name a few.