summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-09Merge pull request #2442 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
rough draft for wiki2, replace setup.py with pip. See #2104.
2016-04-09- add missing filesSteve Piercy
2016-04-09- use literalinclude for setup.py sourceSteve Piercy
- strip comments - update py.test output using recently updated scaffold from master branch - remove duplicate bullet points
2016-04-09add result of installation step in wiki2 tutorial, but using the recently ↵Steve Piercy
updated scaffold from master and normalize its version to 1.7. See #2104.
2016-04-09update alchemy scaffold's setup.py to allow use of pip. See #2104.Steve Piercy
2016-04-08removed test_suite line. ping @mmerickel @bertjwregeerSteve Piercy
2016-04-08adjust line numbers for emphasisSteve Piercy
2016-04-08simplify test dependencies per ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/2442/files/aa51dcc629028fda64ee83340d9b3981be7fbb29#r59052781
2016-04-08use `--cov-report=term-missing`Steve Piercy
2016-04-08fix syntax highlightingSteve Piercy
2016-04-08rough draft for wiki2, replace setup.py with pip. See #2104.Steve Piercy
2016-04-07Merge pull request #2438 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
replace easy_install/setup.py with pip
2016-04-07replace easy_install/setup.py with pipSteve Piercy
2016-04-07Merge pull request #2436 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
complete quick_tutorial
2016-04-07- update authorization.rstSteve Piercy
- add intersphinx target links
2016-04-07- update authentication.rstSteve Piercy
2016-04-07- update databases.rstSteve Piercy
2016-04-07- update forms.rstSteve Piercy
2016-04-07- update sessions.rstSteve Piercy
2016-04-07- update logging.rstSteve Piercy
2016-04-07- update more_view_classes.rstSteve Piercy
2016-04-07- update json.rstSteve Piercy
2016-04-07- update static_assets.rstSteve Piercy
2016-04-07- update jinja2.rstSteve Piercy
2016-04-07- update routing.rstSteve Piercy
2016-04-07- update request_response.rstSteve Piercy
2016-04-07- update view_classes.rstSteve Piercy
2016-04-07- update templating.rstSteve Piercy
2016-04-07- update views.rstSteve Piercy
2016-04-07- update functional_testing.rstSteve Piercy
2016-04-07- update unit_testing.rstSteve Piercy
2016-04-07- update debugtoolbarSteve Piercy
2016-04-07- update ini.rstSteve Piercy
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