This is a custom section

This is part of a functional test for rsmtool(or rsmeval) on including custom sections in reports.

Below we have some random stuff.


In [ ]:
import warnings

A header


In [ ]:
warnings.warn("This is a deprecation warning", DeprecationWarning)

A subheader


In [ ]:
warnings.warn("This is a syntax warning", SyntaxWarning)

In [ ]:
x = 5

In [ ]:
warnings.warn("This is a unicode warning", UnicodeWarning)