Theme Examples

This page is to serve as example of how the theme handles various pieces of documentation.

Python Code

import random

if random.random() < 0.5:
    print 'You win!'
else:
    print 'You lose.'

HTML Code

<form method='post' action=''>
    <input type='text' name='username'>
    <input type='password' name='passowrd'>
    <button type='submit'>Submit</button>
</form>

Lists

Ordered Lists

  1. One
  2. Two
  3. Three

Unurdered Lists

  • Foo
  • Bar
  • Baz

Block Quotes

This is a quote

Quotation, n: The act of repeating erroneously the words of another.

—Ambrose Bierce

Notes

Note

This is a note

Warning

This is a warning

Changed in version 0.1: This changed in some version

Deprecated since version 0.1: This was deprecated in some version

See also

You should see some other section for more info