Adding documentation to spyder (python IDE) -
Adding documentation to spyder (python IDE) -
so i've been working pygame library (in spyder) lately, don't have documentation installed built-in library. i've looked around haven't seen how-to on getting pygame documentation or installing it.
is there pygame documentation? if so, how install such don't have google syntax everytime forget it? if know, in advance!
the documentation shows options when type math. or numpy. so syntax , brief explanation so when utilize different functions.
*note have pygame installed, runs smoothly (executing in dedicated python interpreter well).
(spyder dev here) guess trying consult documentation editor, right? if that's case, have allow know it's not possible extract documentation all python modules, because of technical limitations of libraries utilize it. problematic modules ones built c extensions, (precisely) pygame or opencv.
we aware of situation , working solve in future release (planned @ moment 2.3.1, released in august) using library called jedi.
you can utilize console (either python or ipython) obtain docs. that's best can offer :-)
python documentation install pygame spyder
Comments
Post a Comment