elenchi

elenchi.example()
This is a paragraph.
  1. This is a list item.
    • This is a sublist.
    • The sublist contains two items.
  2. This list item contains two paragraphs and a doctest block.

    >>> print 'This is a doctest block'
    This is a doctest block
    

    This is the second paragraph.

literal

literal.example()

The following is a literal block:

Literal /
        / Block

This is a paragraph following the literal block.

markup

markup.example()
  • Italicized text
  • Bold-faced text
  • Source code

par

par.example()

This is a paragraph. Paragraphs can span multiple lines, and can contain inline markup.

This is another paragraph. Paragraphs are separated by blank lines.

param

param.example(x)
Parameter:x (integer.) – Number of elements to be counted.
Returns:integer.

Function description.

Table Of Contents

Previous topic

Welcome to Animal’s documentation!

This Page