diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-29 02:30:32 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-29 02:30:32 +0000 |
| commit | e6f681fdca19490f9f7bb6274a38d0784ce3daac (patch) | |
| tree | e2471376a29ef22924d8925ce8adf27deba66758 /docs/narr/project.rst | |
| parent | 016a1fcd164a7389c072b9ef5c247039355bc6ec (diff) | |
| download | pyramid-e6f681fdca19490f9f7bb6274a38d0784ce3daac.tar.gz pyramid-e6f681fdca19490f9f7bb6274a38d0784ce3daac.tar.bz2 pyramid-e6f681fdca19490f9f7bb6274a38d0784ce3daac.zip | |
Image greyscaling.
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 646d59229..1c1dde131 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -54,32 +54,7 @@ project we name ``MyProject``: project: MyProject Creating template bfg Creating directory ./MyProject - Recursing into +package+ - Creating ./MyProject/myproject/ - Copying __init__.py to ./MyProject/myproject/__init__.py - Copying configure.zcml to ./MyProject/myproject/configure.zcml - Copying models.py to ./MyProject/myproject/models.py - Copying run.py_tmpl to ./MyProject/myproject/run.py - Recursing into templates - Creating ./MyProject/myproject/templates/ - Copying mytemplate.pt to ./MyProject/myproject/templates/mytemplate.pt - Recursing into static - Creating ./MyProject/myproject/templates/static/ - Copying default.css to ./MyProject/myproject/templates/static/default.css - Recursing into images - Creating ./MyProject/myproject/templates/static/images/ - Copying img01.gif to ./MyProject/myproject/templates/static/images/img01.gif - Copying img02.gif to ./MyProject/myproject/templates/static/images/img02.gif - Copying img03.gif to ./MyProject/myproject/templates/static/images/img03.gif - Copying img04.gif to ./MyProject/myproject/templates/static/images/img04.gif - Copying spacer.gif to ./MyProject/myproject/templates/static/images/spacer.gif - Copying templatelicense.txt to ./MyProject/myproject/templates/static/templatelicense.txt - Copying tests.py_tmpl to ./MyProject/myproject/tests.py - Copying views.py_tmpl to ./MyProject/myproject/views.py - Copying +project+.ini_tmpl to ./MyProject/MyProject.ini - Copying CHANGES.txt_tmpl to ./MyProject/CHANGES.txt - Copying README.txt_tmpl to ./MyProject/README.txt - Copying setup.py_tmpl to ./MyProject/setup.py + # ... more output ... Running /Users/chrism/projects/repoze/bfg/bin/python setup.py egg_info As a result of invoking ``paster create``, a project is created in a |
