Skip to content

Commit

Permalink
Implement changes suggested by @mgedmin in review.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Nov 27, 2017
1 parent 387dc0f commit 7cd7775
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/mustread/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Must read
:numbered:
:maxdepth: 1

Forms - Setup and usage of forms including structure of form components <forms>
Forms - Setup and usage of forms including structure of form components <form>
Group Forms - Implementation and usage of widget groups <group>
Sub-Forms - Introduction into sub-forms and the implemented two classes of thereof <subform>
field
Expand Down
2 changes: 1 addition & 1 deletion src/z3c/form/browser/checkbox.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CheckBox Widget
Checkbox Widget
---------------

Note: the checkbox widget isn't registered for a field by default. You can use
Expand Down
2 changes: 1 addition & 1 deletion src/z3c/form/field.rst
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Next we need a form that specifies the fields to be added:
... fields = field.Fields(IPerson)
>>> personForm = PersonForm()

For more details on how to define fields within a form, see ``form.rst``. We
For more details on how to define fields within a form, see :doc:`form`. We
can now create the fields widget manager. Its discriminators are the form for
which the widgets are created, the request, and the context that is being
manipulated. In the simplest case the context is ``None`` and ignored, as it
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ usedevelop = true
basepython =
python2.7
commands =
coverage run -m zope.testrunner --test-path=src --auto-color -vv []
coverage run -m zope.testrunner --test-path=src {posargs:--auto-color -vv}
coverage report --fail-under=96
deps =
{[testenv]deps}
Expand Down

0 comments on commit 7cd7775

Please sign in to comment.