Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2005-07-22 05:23:37
Size: 142
Editor: gg
Comment:
Revision 3 as of 2005-07-22 09:49:38
Size: 588
Editor: gg
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.getNeighbors()
}}}

{{{#!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

}}}

No! :-)

First, some tests.

Some links:

Docs:

Some tests with code listings:

   1 for node in nodes:
   2     print node.getNeighbors()
   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?

Rendering of reStructured text is not possible, please install Docutils.
Test of ``RST`` syntax: *italics*, **bold**...

List:

    - test of list in RST
    - second item

pre-formated text::

   bla, bla, bla

No! :-)

MarcioSilva (last edited 2009-02-12 01:03:51 by localhost)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux