Skip to content

Commit

Permalink
Link to configuration document from quickstart.
Browse files Browse the repository at this point in the history
  • Loading branch information
faassen committed Jun 8, 2015
1 parent 22984ce commit 4a9d58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Code Walkthrough
returns a Morepath config object. If your app is in a Python
package and you've set up the right ``install_requires`` in
``setup.py``, consider using :func:`morepath.autosetup` to be done
in one step.
in one step. See :doc:`configuration` for more detail.

7. We then ``scan()`` this module (or package) for configuration
decorators (such as :meth:`morepath.App.path` and
Expand Down

0 comments on commit 4a9d58d

Please sign in to comment.