Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help
Special pages
SBGrid Resources
SBGrid Consortium
SBGrid Data Bank
Software Webinars
PyMOL Webinar
PyMOL Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
PyMOL Wiki:Community Portal
(section)
Project page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Making Edits == Please feel free to upload ideas, suggestions, scripts, images, examples, hints, tips -- you name it. If it's PyMOL-related, we'll take it! * Learn how to use MediaWiki. See [http://meta.wikimedia.org/wiki/Help:Editing MediaWiki's Editing Page]. * Feel free to upload images (even big ones). ** Be warned, you have to agree that you own the image and are releasing it under a certain open license. You must agree to this before uploading the images. ** If you do not own the image or have permission to post it, please don't. === Editing === * Learn how to insert links. [[Main_Page|Internal (wiki) links]] and [http://pymol.org/ external links]. ** [http://meta.wikimedia.org/wiki/Help:Link Link Documentation] * Learn how to link to a category and also how to make a page a part of a category. ** [http://meta.wikimedia.org/wiki/Help:Category Category Documentation] * Learn how to use sectioning <nowiki>'''==Title=='''</nowiki> is an example. * Learn how to upload images & insert them into your pages * Learn how to insert source code: ** Example 1: Python Code {| align="center" ! style="font-size:150%; text-decoration:underline; text-align: center;" | You Type || style="font-size:150%; text-decoration:underline; text-align:center"| We See |- | style="padding: 3em;" |<nowiki><source lang="python"></nowiki><br /> <nowiki># your python code goes here</nowiki><br /> <nowiki># for example:</nowiki><br /> <nowiki>for x in cmd.get_names(): print x</nowiki><br /> <nowiki></source></nowiki><br /> | style="padding: 3em;"| <source lang="python"> # your python code goes here # for example: for x in cmd.get_names(): print x </source> |} * Example 2: BASH Code with Line Numbers {| align="center" ! style="font-size:150%; text-decoration:underline; text-align: center;" | You Type || style="font-size:150%; text-decoration:underline; text-align:center"| We See |- |style="padding: 3em;" | <nowiki><source lang="bash" line="1"></nowiki><br /> <nowiki># your bash code goes here</nowiki><br /> <nowiki># for example:</nowiki><br /> <nowiki>sudo python setup.py install</nowiki><br /> <nowiki>sudo python setup2.py install</nowiki><br /> <nowiki>sudo cp ./pymol /usr/local/bin</nowiki><br /> <nowiki></source></nowiki><br /> | style="padding: 3em;" |<source lang="bash" line="1"> # your bash code goes here # for example: sudo python setup.py install sudo python setup2.py install sudo cp ./pymol /usr/local/bin </source> |} * Learn how to insert math. It's formatted in [http://meta.wikimedia.org/wiki/Help:Formula LaTeX]: {| align="center" ! style="font-size:150%; text-decoration:underline; text-align: center;" | You Type || style="font-size:150%; text-decoration:underline; text-align:center"| We See |- | style="padding: 3em;" |<nowiki><math>dist(A,B) = \sqrt { \sum_i { \left( A_i - B_i \right)^2 } }</math></nowiki><br /> | style="padding: 3em;" |<math>dist(i,j) = \sqrt{ \sum_i { \left( A_i - B_i \right)^2 } }</math> |} * Learn how to write tables. This is more advanced & takes a bit to time to learn & a lifetime to master. === Content === * The wiki has lots of technical content. * We need more user-friendly content ** We also need content for non-structural biologists
Summary:
Please note that all contributions to PyMOL Wiki are considered to be released under the GNU Free Documentation License 1.2 (see
PyMOL Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
PyMOL Wiki:Community Portal
(section)
Add topic