summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2011-11-27updated doc theme workflowBlaise Laflamme
2011-11-27- The SQLAlchemy Wiki tutorial has been updated. It now usesChris McDonough
``@view_config`` decorators and an explicit database population script. Closes #359.
2011-11-27- Added ``setup_logging`` API function to the ``pyramid.paster`` module.Chris McDonough
This function sets up Python logging according to the logging configuration in a PasteDeploy ini file.
2011-11-27Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-11-27add get_appsettings API to pasterChris McDonough
2011-11-26git submodule missingBlaise Laflamme
2011-11-26work around for submodule not updating to latest commitBlaise Laflamme
2011-11-26garden… time for me to get some rest I think :(Blaise Laflamme
2011-11-26gardenBlaise Laflamme
2011-11-26fix for themes on rtdBlaise Laflamme
2011-11-26attempted to fix theme update for rtdBlaise Laflamme
2011-11-26gardening… dumb me :(Blaise Laflamme
2011-11-26Merge branch 'master' of github.com:Pylons/pyramidBlaise Laflamme
2011-11-26updated current docs to use in progress badgeBlaise Laflamme
2011-11-26output warning to use populate command to console after alchemy scaffold ↵Chris McDonough
rendering; emit logging statements when populate is run
2011-11-26fix to match starter packageChris McDonough
2011-11-21add bpython support to pshell with raydeo remarks and designJean-Philippe Camguilhem
2011-11-21add bpython support for pshellJean-Philippe Camguilhem
2011-11-21de-jythonifyChris McDonough
2011-11-21degenshiChris McDonough
2011-11-21vbChris McDonough
2011-11-18- Fix ZODB tutorial docs to match ZODB tutorial code (I removed program nameChris McDonough
from ``scan``).
2011-11-17Made pyramid.settings.aslist public.Michael Merickel
2011-11-12- The ``alchemy`` scaffold has been removed.Chris McDonough
- The ``routesalchemy`` scaffold has been renamed ``alchemy``.
2011-11-12make myproject project relocatable (as per Ken's changes)Chris McDonough
2011-11-11make more relocatableChris McDonough
2011-11-11alphabetizeChris McDonough
2011-11-11- New ``pyramid.compat`` module and API documentation which provides PythonChris McDonough
2/3 straddling support for Pyramid add-ons and development environments.
2011-11-10Merge pull request #350 from kenmanheimer/klm/docs.tutorialCarlos de la Guardia
various tutorial changes by Ken Manheimer
2011-11-10Remove gratuitous whitespace.kenmanheimer
2011-11-10Convert absolute 'tutorial' package references that are from within thekenmanheimer
package to relative ones, to reduce brittleness, eg when the user names the package something other than 'tutorial'. - make imports relative - use plain relative URLs for resources (like stylesheets and images) in page templates. This is the last batch of this kind of change that I know about. I've exercised the changes (via the browser and the test target) in a package with an alternate name, 'zodbtutorial', as well as in a package with the default name, 'tutorial'.
2011-11-08Add a note flagging the only case where we might mislead the student tokenmanheimer
change substitute the package name they used with 'tutorial'.
2011-11-08Remove unnecessary whitespace.kenmanheimer
2011-11-08Convert absolute 'tutorial' package references that are from within thekenmanheimer
package to relative ones, to reduce brittleness, eg when the user names the package something other than 'tutorial'. - make imports relative - use plain relative URLs for resources (like stylesheets and images) in page templates.
2011-11-08Use active ("Run the Tests") rather than passive ("Running the Tests")kenmanheimer
voice for the headings.
2011-11-08No longer using request.static_url() in the demos.kenmanheimer
2011-11-08Track change of the scaffolding file names, removing 'pyramid_' prefix.kenmanheimer
2011-11-08Remove 'pyramid_' from scaffolding name used for pcreate now.Chris Shenton
2011-11-08Move test, coverage together; start and view too.Chris Shenton
Previously it was: test, start, coverage, view.
2011-11-08Note that firewalls may ask for network connection authorization.kenmanheimer
2011-11-08Use active ("Run the Tests") rather than passive ("Running the Tests")kenmanheimer
voice for the headings.
2011-11-08Swap order of the test-coverage and starting-application sections, sokenmanheimer
test-coverage comes right after the test section, and the starting-application section right before the visit-app-in-browser section.
2011-11-08Explain relative naming policies necessary to allow varying the packagekenmanheimer
name without breaking operation.
2011-11-08Convert absolute 'tutorial' package references that are from within thekenmanheimer
package to relative ones, to reduce brittleness, eg when the user names the package something other than 'tutorial'. - make imports relative - use plain relative URLs for resources (like stylesheets and images) in page templates.
2011-11-07Reverting "grammar: "people who" - it's not "to whom"."kenmanheimer
2011-11-07Correct the description to match the code.kenmanheimer
2011-10-26Removing some minor misprints in documentation.alexander-travov
2011-10-25Merge pull request #324 from cypha/fix.diveintopythonlinkChris McDonough
Fix.diveintopythonlink
2011-10-25updated [DEFAULT] to link to the relevant sectionCypha
2011-10-24readd _themesChris McDonough