horizon/doc/source/ref/horizon.rst
Pratap Vedula 03bf2b7f5d Made changes per doc conventions to horizon.rst
changed file to comply with official doc conventions
horizon should be lowercase per the official name
and capitalization section in the wiki
documentation conventions for OpenStack
https://wiki.openstack.org/wiki/Documentation/Conventions
Partial-bug: 1446253

Change-Id: Icdec9764535c509432b60ac2b3aee54da40d2085
2015-04-22 11:39:17 -04:00

847 B

The horizon Module

horizon

Horizon ships with a single point of contact for hooking into your project if you aren't developing your own ~horizon.Dashboard or ~horizon.Panel:

import horizon

From there you can access all the key methods you need.

Horizon

urls

The auto-generated URLconf for horizon. Usage:

url(r'', include(horizon.urls)),

register

unregister

get_absolute_url

get_user_home

get_dashboard

get_default_dashboard

get_dashboards

Dashboard

Dashboard

Panel

Panel

PanelGroup