summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
2011-10-24Added _themes to the clean target to reclone the submodule.Michael Merickel
2011-10-24remove themes?Chris McDonough
2011-10-24gardenMichael Merickel
2011-10-24gardenMichael Merickel
2011-10-24clarified [DEFAULT] as an optional section in .iniCypha
2011-10-24gardenMichael Merickel
2011-10-23updated Dive Into Python linkCypha
2011-10-17fix note renderingChris McDonough
2011-10-17use a git submodule for themesChris McDonough
2011-10-14fixed translationstring docs, default is not the first argumentMichael Merickel
2011-10-12Edited docs/narr/urldispatch.rst via GitHubWayne Tong
2011-10-06Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-10-06Merge branch 'feature.glue'Chris McDonough
2011-10-06remove stray references to PasteChris McDonough
2011-10-06remove all reference to the paster command-line utilityChris McDonough
2011-10-04Fixed the translogger example and link.Michael Merickel
2011-10-01Fix incorrect import in static view exampleCasey Duncan
2011-09-29avoid warning for latexindex, foreword by putting them in a hidden tocmichr
from now on complie docs strictly, turning warnings to errors exclude unnecssary static js files when compiling ePub
2011-09-27typoChris McDonough
2011-09-24Merge pull request #289 from michr/masterChris McDonough
add documenteation for the __text__ attribute for a predicate
2011-09-24not quite trueChris McDonough
2011-09-23add documenteation for the __text__ attribute for a predicatemichr