| | 1 | |
| | 2 | == Resources == |
| | 3 | |
| | 4 | * [http://www.cgl.ucsf.edu/chimera/docs/ProgrammersGuide/ Programmer's Guide] (http://www.cgl.ucsf.edu/chimera/docs/ProgrammersGuide/) |
| | 5 | * [http://plato.cgl.ucsf.edu/trac/chimera/wiki/Scripts Example scripts] (http://plato.cgl.ucsf.edu/trac/chimera/wiki/Scripts) |
| | 6 | * IDLE (Tools > General Controls): help(object), dir(object) |
| | 7 | * [http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-dev Chimera developer mailing list] (http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-dev) |
| | 8 | * Source code: |
| | 9 | * [http://plato.cgl.ucsf.edu/trac/chimera/browser subversion browser] (http://plato.cgl.ucsf.edu/trac/chimera/browser) |
| | 10 | * [http://www.cgl.ucsf.edu/chimera/sourcecode.html download] (http://www.cgl.ucsf.edu/chimera/sourcecode.html) |
| | 11 | * C++ headers are available in distributions (see $CHIMERA/include) |
| | 12 | * Python source code is included with distributions (see $CHIMERA/share) |
| | 13 | * [http://docs.python.org/ Python documentation] (http://docs.python.org/) |
| | 14 | * [http://www.scipy.org/Numpy_Example_List_With_Doc Numpy examples] (http://www.scipy.org/Numpy_Example_List_With_Doc) |
| | 15 | |