summaryrefslogtreecommitdiff
path: root/docs/source/configuration.rst
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2011-03-06 14:31:18 -0500
committerRyan Petrello <lists@ryanpetrello.com>2011-03-06 14:31:18 -0500
commit615813486fd3d14d0a748a76b2223297b5033f08 (patch)
tree779de76a8a02e6638e3e9a6f1c98cadf166972b1 /docs/source/configuration.rst
parent5e34617839d8a49fdaed4f637e89f1ab07e6d412 (diff)
downloadpecan-615813486fd3d14d0a748a76b2223297b5033f08.tar.gz
More documentation updates and tweaking.
Diffstat (limited to 'docs/source/configuration.rst')
-rw-r--r--docs/source/configuration.rst13
1 files changed, 0 insertions, 13 deletions
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
-
-