Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Document python using Eclipse/Pydev

I am new to python development and use Eclipse/Pydev. Is there a nice way to integrate tools for generating documentations (e.g. Sphinx, pydoc) into the IDE to have a nice workflow, maybe showing the documentation in a separate tab?

like image 866
netrus Avatar asked Aug 03 '11 08:08

netrus


1 Answers

Maybe the Eclipse ReST editor can help you (I heard about it in the last Eclipse demo camp held in Grenoble/France):

http://www.slideshare.net/tcalmant/rest-editor-eclipse-demo-camp-grenoble-2011

http://marketplace.eclipse.org/content/rest-editor

like image 149
Manuel Selva Avatar answered Oct 22 '22 06:10

Manuel Selva