add_page

@accepts(RB.DisplayPage, RB.DisplayPage)
@returns(none)
def add_page(page, parent)

Adds a page to the model, either below a specified page (if it's a source or something else) or at the top level (if it's a group)

page :

the RB.DisplayPage to add

parent :

the parent under which to add @page