Custom Search

Monday, December 12, 2011

complete documentation python project using sphinx 2 steps

how to create complete documentation for python project using sphinx quickly 2 steps

Create a folder named "doc" inside your project directory.
$cd doc
$sphinx-apidoc -f -F -o . /home/saju/your_project_dir
$make html

No comments:

Post a Comment