Learn RST writing

italic

bold

This * character is not interpreted

This is how to create hyperlinks (see later) OpenAlea wiki

Title

subtitle

subsubtitle

`Internal and External links`_

Python

  • This is a bulleted list.
  • It has two items, the second item uses two lines. (note the indentation)
  1. This is a numbered list.
  2. It has two items too.
  • jeevan
  • chaitanya
  • hellow
  1. This is a numbered list.
  2. It has two items too.
Header 1 Header 2 Header 3
body row 1 column 2 column 3
body row 2 Cells may span columns.
body row 3 Cells may span rows.
  • Cells
  • contain
  • blocks.
body row 4
Inputs Output
A B A or B
False False False
True False True

Then, write your text inserting the keywrod Python . The final result will be as follows: Python .

and then insert this is a very very long text to include wherever needed.

_images/robo.jpg

Your Topic Title

Subsequent indented lines comprise the body of the topic, and are interpreted as body elements.

See also

This is a simple seealso note. Other inline directive may be included (e.g., math \(\alpha\)) but not al of them.

Note

This is a simple seealso note. Other inline directive may be included (e.g., math \(\alpha\)) but not al of them.

Warning

This is a simple seealso note. Other inline directive may be included (e.g., math \(\alpha\)) but not al of them.

Todo

This is a simple seealso note. Other inline directive may be included (e.g., math \(\alpha\)) but not al of them.

1
2
import math
print 'import done'