← Revision 1 as of 2005-07-22 05:23:37
Size: 142
Comment:
|
← Revision 2 as of 2005-07-22 06:31:23 →
Size: 572
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
Some tests with code listings: {{{#!python for node in nodes: print node.neighbors() }}} {{{#!java for (int i=0; i<nodes.lenght;) { System.out.println(nodes[i].getLabel) } }}} Is HelpOnParsers/ReStructuredText supported on this wiki? {{{#!rst Test of ``RST`` syntax: *italics*, **bold**... List: - test of list in RST - second item pre-formated text:: bla, bla, bla }}} |
First, some tests.
Some links:
Docs:
Some tests with code listings:
1 for node in nodes:
2 print node.neighbors()
3
1 for (int i=0; i<nodes.lenght;) {
2 System.out.println(nodes[i].getLabel)
3 }
4
Is HelpOnParsers/ReStructuredText supported on this wiki?
Test of ``RST`` syntax: *italics*, **bold**... List: - test of list in RST - second item pre-formated text:: bla, bla, bla