From 615813486fd3d14d0a748a76b2223297b5033f08 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Sun, 6 Mar 2011 14:31:18 -0500 Subject: More documentation updates and tweaking. --- docs/source/configuration.rst | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'docs/source/configuration.rst') diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index abcee42..db4ac40 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -143,16 +143,3 @@ app is running I can access ``foo`` values like:: >>> conf.foo Config({'bar': True, 'baz': False}) - -Files and Structure -=================== -Pecan gives you a ``start.py`` file so you can manually run your application -from the command line. By default, this file requires a parameter which is -a configuration file without the ``.py`` extension. - -If you have a configuration file named ``config.py`` you would need to pass it -to ``start.py`` like:: - - python start.py config - - -- cgit v1.2.1