A Gollum Test Page (h1)

Smart people make things. [XYZ]

Boldface and italic and inline code.

Section (h2)

Internal link to this page

Internal link to this section

No such page

These are some fruits I like.

Ordered List:

  1. apple
    1. gala
    2. fuji
    3. red delicious
  2. orange
  3. banana

Groceries do not need to be ordered.

Unordered List:

  • bread
  • soy milk
  • yogurt

Checked list:

  • to do;
  • done;

:smile:

Given sample $X$ and observation $\mathbf{y}$, the ordinary least square estimator is:

$$\beta = (X^T X)^{-1} X^T \mathbf{y}$$

Subsection (h3)

Code block that demos syntax highlighting.

import pandas
ver = pandas.read_csv("ver.csv")
pandas.set_option('display.max_columns', 80)
ver.head(3)

def fonc:
  l = []
  print "i'm a fonc"

fonc()

Table: A random table chilling

Header One Header Two
Item One Item Two
Item One Item Two
Item One Item Two

Sub-subsection (h4)

I do not normally use Sub-subsection.

h5

<h5> looks horrible.

h6

<h6> looks horrible.