summaryrefslogtreecommitdiff
path: root/docs/narr/commandline.rst
AgeCommit message (Collapse)Author
2013-01-01eliminate repeated "the" wordsTshepang Lekhonkhobe
2012-08-14Typo pwteens -> ptweensKees Hink
2012-06-12docs reference setup_logging instead of fileConfigMichael Merickel
2012-05-01Change the example script's description string to match the console_script's ↵Dan Jacka
name: show_settings
2012-04-30Separator between name and value in --header option to prequest is ':', not '='Dan Jacka
2012-03-02Correct section name in pshell example.Martijn Pieters
The section in the example is called 'app:main', not 'app:MyProject'.
2012-02-11Updated the scripting example for more url control.Michael Merickel
2011-12-21Split long run-on sentence into two. Steve Piercy
Attempt to make it more understandable, not sure of technical correctness.
2011-12-15undo cutnpaste mistakesChris McDonough
2011-12-15- Added a section named "Making Your Script into a Console Script" in theChris McDonough
"Command-Line Pyramid" chapter.
2011-12-15finish prequest featureChris McDonough
2011-12-05add whatsnew-1.3; gardenChris 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-10-06remove all reference to the paster command-line utilityChris McDonough
2011-08-31wrong path for logging.configChris McDonough
2011-08-22- Use [app:main] instead of a pipeline in all scaffolds and tutorialsChris McDonough
and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter.
2011-08-16Added some docs for the new 'setup' option key in [pshell].Michael Merickel
2011-08-14- The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, andChris McDonough
``current_route_url`` functions in the ``pyramid.url`` package now delegate to a method on the request they've been passed, instead of the other way around. The pyramid.request.Request object now inherits from a mixin named pyramid.url.URLMethodsMixin to make this possible, and all url/path generation logic is embedded in this mixin. - Narrative and API documentation which used the ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and ``current_route_url`` functions in the ``pyramid.url`` package have now been changed to use eponymous methods of the request instead.
2011-08-13disallow adding a tween factory which is an instance without passing its ↵Chris McDonough
globally importable name
2011-08-13- Projects created via a scaffold no longer depend on the ``WebError``Chris McDonough
package at all; configuration in the ``production.ini`` file which used to require its ``error_catcher`` middleware has been removed. Configuring error catching / email sending is now the domain of the ``pyramid_exclog`` package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
2011-08-08document under and over paramsChris McDonough
2011-08-06add tweens module, add docs for ptweens and tweens to hooksChris McDonough
2011-07-30Updated all of the docs to reflect the new pyramid.* settings prefix.Michael Merickel
2011-07-20add description of keys and valuesChris McDonough
2011-07-20add more index markersChris McDonough
2011-07-16- Change paster pviews and paster proutes to use bootstrap.Chris McDonough
2011-07-16mention manual logging configChris McDonough
2011-07-16Changed the URL generation example to be more practical.Michael Merickel
2011-07-16Renamed the 'info' dict to 'env' in scripting.Michael Merickel
2011-07-16gardenMichael Merickel
2011-07-16Mmm, maybe the bad func name was pasted from an emacs bufferCarlos de la Guardia
2011-07-16typo in func nameCarlos de la Guardia
2011-07-16promote bootstrap to major featureChris McDonough
2011-07-16note version reqt; fix dangling refChris McDonough
2011-07-16- Added a section entitled "Writing a Script" to the "Command-Line Pyramid"Chris McDonough
chapter.
2011-07-14corrected typoCarlos de la Guardia
2011-07-14eliminated repeated wordCarlos de la Guardia
2011-07-13move all paster commands to a separate chapterChris McDonough