summaryrefslogtreecommitdiff
path: root/docs/narr/commandline.rst
AgeCommit message (Collapse)Author
2015-12-21- add p* scriptsSteve Piercy
- add links to p* scripts - add a blank line to keep indices and labels better visually related to the subsequent heading
2015-10-27Restore link target used by 'whatsnew-1.3.rst'.Tres Seaver
Should fix Jenkins breakage.
2015-10-22fix entry point exampleMichael Merickel
2015-10-21remove ipython and bpython from coreMichael Merickel
2015-10-19add pshell --list and default_shell ini optionsMichael Merickel
2015-10-19Merge pull request #2007 from stevepiercy/masterSteve Piercy
add Method sentence and heading for proutes, minor grammar, rewrap 79…
2015-10-19add Method sentence and heading for proutes, minor grammar, rewrap 79 cols, ↵Steve Piercy
.rst syntax fixes
2015-10-18Fix entrypoints syntax in pshell as part of #1891.Michael Merickel
2015-10-11removed default fall through when passed a specific shellJohn Anderson
2015-09-06Use entry points for pshellJohn Anderson
2015-01-27fix countMichael Merickel
2015-01-22Make more ways to configure [proutes] sectionJohn Anderson
2015-01-01Terminated the highlight on ``format``John Anderson
2015-01-01Updated the docs to talk about `--format`John Anderson
2014-07-04Fix path to pshellKamal Gill
2013-11-18Merge branch '1.5-branch' of github.com:Pylons/pyramid into 1.5-branchChris McDonough
2013-10-14update old ptweens outputMichael Merickel
2013-10-14add note about custom args to python when using command-line scriptsChris McDonough
2013-08-15prefer the functionish printPhilip Jenvey
2013-08-02add pdistreport commandChris McDonough
2013-04-01Consistently link middleware term to the glossaryCatalin Iacob
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-03-12Merge pull request #890 from tshepang/miscMichael Merickel
miscellaneous doc improvements
2013-03-06brevityTshepang Lekhonkhobe
2013-03-06remove some clutterTshepang Lekhonkhobe
2013-03-05fix wrong highlightingTshepang Lekhonkhobe
2013-03-04fix #311Tshepang Lekhonkhobe
2013-02-27readabilityTshepang Lekhonkhobe
2013-02-11what was added?Tshepang Lekhonkhobe
2013-01-30use the more appropriate directivesTshepang Lekhonkhobe
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