Skip to content

Commit

Permalink
fix renderings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jul 22, 2011
1 parent d5533c3 commit 4000c56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docs/app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ An example is worth a thousand words. Here's an example `Pyramid
<http://pylonsproject.org>`_ application demonstrating how one might use
:mod:`deform` to render a form.

.. warning:: :mod:`deform` is not dependent on :mod:`pyramid` at
all; we use Pyramid in the examples below only to facilitate
demonstration of an actual end-to-end working application that uses
Deform.
.. warning::

:mod:`deform` is not dependent on :mod:`pyramid` at all; we use Pyramid in
the examples below only to facilitate demonstration of an actual
end-to-end working application that uses Deform.

Here's the Python code:

Expand Down
4 changes: 3 additions & 1 deletion docs/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ as follows:
cannot be found, the :class:`deform.widget.TextInputWidget` widget
is used.

.. note:: The `Colander documentation
.. note::

The `Colander documentation
<http://docs.pylonsproject.org/projects/colander/dev/>`_ is a resource
useful to Deform developers. In particular, it details how a
:term:`schema` is created and used. Deform schemas are Colander schemas.
Expand Down

0 comments on commit 4000c56

Please sign in to comment.