Python class docs?
Is there a place where I can find class docs for Python? Even in "beta" form?
I'm currently using the Python demos and comparing them to the steve demos to work things out, but this obviously isn't ideal.
|
breve: a 3d Simulation Environment for Multi-Agent Simulations and Artificial Life |
|
NavigationUser loginActive forum topicsSearch |
Python class docs?Is there a place where I can find class docs for Python? Even in "beta" form? |
they're there -- missing from Windows distribution?
the docs should be there, but they might be missing from the Windows distribution. The class files are linked to from the online documentation, and you can find the full folder of class files here:
http://spiderland.org/documentation/pythonclasses/
- jon
Thanks, missing link
Thanks Jon!
I didn't think they existed, because when I navigated in this site to the documentation link, it was basically empty. See: http://www.spiderland.org/node/1508
(Home » documentation » Writing Simulations in breve » Writing breve Simulations With Python
breve Class APIs [Python]) - Perhaps this page could be updated to link to the class docs.
I also tried downloading the docs zip file at: http://www.spiderland.org/breve/documentation.php but it doesn't have the Python classes.
Do you think this could be updated? It would be useful to have them available offline.
Thank you.
Thanks for pointing this out!
I've fixed the online link and will be updating the documentation zip file soon. Please let me know if you run into any other problems with the Python frontend or with the documentation!
- jon