summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-07separate the viewderiver module and allow overriding the mapperMichael Merickel
2016-04-06rename pyramid.config.derivations to pyramid.viewderiversMichael Merickel
2016-04-06Merge pull request #2433 from msabramo/setup_logging_nicerMichael Merickel
setup_logging: global_conf => extra_global_conf
2016-04-06Simplify setup_logging global_conf handlingMarc Abramowitz
A somewhat simpler and nicer implementation of handling `global_conf` than what I had in https://github.com/Pylons/pyramid/pull/2399
2016-04-06Merge pull request #2432 from ↵Michael Merickel
msabramo/setup_logging_intersphinx_link_to_fileConfig setup_logging: Intersphinx link to fileConfig
2016-04-06Merge pull request #2399 from msabramo/logging_global_confMichael Merickel
Pass vars to logging.config.fileConfig
2016-04-06setup_logging: Intersphinx link to fileConfigMarc Abramowitz
So Sphinx docs have a clickable link to `logging.config.fileConfig`.
2016-04-06Pass vars to logging.config.fileConfigMarc Abramowitz
This allows one to set up a logging configuration that is parameterized based on variables specified on the command-line. e.g.: the application .ini file could have: ```ini [logger_root] level = %(LOGGING_LOGGER_ROOT_LEVEL)s handlers = console [handler_console] class = StreamHandler args = (sys.stderr,) level = %(LOGGING_HANDLER_CONSOLE_LEVEL)s formatter = generic ``` This app could be launched with: ``` pserve development.ini LOGGING_LOGGER_ROOT_LEVEL=DEBUG LOGGING_HANDLER_CONSOLE_LEVEL=DEBUG ```
2016-04-06Merge pull request #2431 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
- remove conf.py straggler
2016-04-06- remove conf.py stragglerSteve Piercy
- update intersphinx link to python3 docs - Closes #2429
2016-04-05Merge pull request #2430 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
- replace easy_install with pip
2016-04-05- replace easy_install with pipSteve Piercy
- add python3 for intersphinx. See #2429 - minor grammar
2016-04-04Merge pull request #2428 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
- replace setup.py with pip
2016-04-04- replace setup.py with pipSteve Piercy
2016-04-03Merge pull request #2427 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
- replace easy_install with pip
2016-04-03- replace easy_install with pipSteve Piercy
- bump Python version to 3.5 or generalize to Python 3 - rewrite seealso's - use ps1con lexer for windows powershell console - add hyperlink targets
2016-04-02Merge pull request #2426 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
remove note to install setuptools
2016-04-02remove note to install setuptoolsSteve Piercy
2016-04-02Merge remote-tracking branch 'upstream/docs/easy-install-to-pip.2104' into ↵Steve Piercy
docs/easy-install-to-pip.2104
2016-04-02Merge pull request #2425 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
Docs/easy install to pip #2104
2016-04-02Merge branch 'docs/easy-install-to-pip.2104' of ↵Steve Piercy
https://github.com/Pylons/pyramid into docs/easy-install-to-pip.2104
2016-04-02Merge branch 'easy-install-to-pip.2104' of https://github.com/Pylons/pyramid ↵Steve Piercy
into docs/easy-install-to-pip.2104
2016-04-02Merge pull request #2423 from stevepiercy/masterSteve Piercy
update url
2016-04-02update urlSteve Piercy
2016-03-31- change $VENV to just env.Steve Piercy
2016-03-31- change env35 to just env.Steve Piercy
2016-03-31- update links to PyPA site as practicalSteve Piercy
- update various easy_install/setup.py commands to use pip - update to use py35 - other small improvements
2016-03-30Merge pull request #2418 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
update installation and glossary
2016-03-30update installation and glossarySteve Piercy
2016-03-27Merge pull request #2415 from stevepiercy/masterSteve Piercy
attempt to clean out results of merges
2016-03-27Merge branch 'master' of github.com:stevepiercy/pyramidSteve Piercy
2016-03-27Merge pull request #2414 from PavloKapyshin/masterSteve Piercy
Fix typo
2016-03-26Fix typoPavlo Kapyshin
2016-03-21Merge branch 'master' into feature/configurable-view-deriverMichael Merickel
2016-03-21polish view derivers docs, minor grammarSteve Piercy
2016-03-21polish view derivers docs, minor grammarSteve Piercy
2016-03-21polish view derivers docs, minor grammarSteve Piercy
2016-03-17fix deriver docs to explain ordering issuesMichael Merickel
2016-03-17remove unused importMichael Merickel
2016-03-17"over" is closer to ingress and "under" is closer to mapped_viewMichael Merickel
2016-03-14add a docstring for add_view_deriver and expose the method to the api docsMichael Merickel
2016-03-14do not guess at the name of the view deriver without further discussionMichael Merickel
2016-03-14use the implicit name in the doc examplesMichael Merickel
2016-03-14swap the order of view deriver arguments so that the name is implicitMichael Merickel
2016-03-14first cut at documenting view deriversMichael Merickel
2016-03-14Merge remote-tracking branch 'upstream/master'Steve Piercy
2016-03-14Merge pull request #2411 from stevepiercy/masterSteve Piercy
polish Invoking an Exception View docs
2016-03-14Merge remote-tracking branch 'upstream/master'Steve Piercy
2016-03-14polish Invoking an Exception View docsSteve Piercy
- add index entry - minor grammar, syntax
2016-03-14Merge pull request #2410 from stevepiercy/masterSteve Piercy
remove extra period