horizon/doc/source/contributor/ref/horizon.rst
Akihiro Motoki 563908e2c0 doc: cleanup formatting
* Clean up unnecessary vertical quotes at the left side
  caused by extra spaces at the beginning of lines.
* Do not use backquotes in the title lines
  (ref/run_tests.rst, ref/horizon.rst)
  When backquotes are used in the first-level title,
  it will be included in the navigation at the top-right corner
  https://docs.openstack.org/developer/horizon/contributor/ref/index.html
* Remove duplicated contents:: directive in ref/run_tests.sh.
  openstackdocstheme generates the toc by default, so having contents::
  directive leads to duplicated toc in a page.

Change-Id: Icc641927ad7cd7a8d79632c64a3ce212f0dc0b64
2017-06-29 17:59:09 +09:00

860 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

Panel Group

PanelGroup