.. Layout documentation master file, created by sphinx-quickstart on Thu Jul 30 14:35:59 2009. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Layout ====== Layout is a high-level Python package for laying out content, primarily for print. It uses a hierarchy of fitting algorithms to construct pages or UI output with complex constraints and overlapping content. It has two components, the layout managers position and size content, and there are a set of :mod:`layout.elements` that can display common content types, such as images or text via an abstract rendering interface. Utility libraries provide rendering implementations for reportlab's :mod:`~reportlab.pdfgen` or cairo. Contents: .. toctree:: :maxdepth: 2 :numbered: userguide/index reference/index Indices ------- * :ref:`genindex` * :ref:`modindex` * :ref:`search`