VTK/Examples/HowTo
From KitwarePublic
- Create a login/user for the wiki (maybe you have already done this?)
- Click "Edit" in the section you want to add something to
- Create a new page and a link to the new page by adding:
* [[VTK/Examples/Topic/NewPageName | What you want to display as the link]]
- when you save these changes, there will now be a red link. When you click this link, it immediately brings you to the "edit" page of the new page
- add the content and save it
- the link automatically turns blue (so it now goes to the "page" page instead of the "edit" page)
- Wrap code in tags:
<source lang="python"> // your code here </source>
- Also, you can use this to make a title:
==vtkCutter.py==
Ensure there are no spaces between the == and the filename.
- The "show preview" button at the bottom next to "save page" is a good idea - it will let you play around with things and see what they look like without actually uploading them to the wiki. When you are satisfied, you can then click "save page".