summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-06Merge pull request #2684 from enkidulan/patch-1Steve Piercy
updated old link to Alembic naming convention
2016-07-06updated old link to Alembic naming conventionMaksym Shalenyi
All docs now live on alembic.zzzcomputing.com, but for some reason link http://alembic.readthedocs.org/en/latest/naming.html redirects to wrong domain.
2016-07-05Remove cachebust_matchBert JW Regeer
It was leftover from when this feature was removed in the 1.6 release cycle
2016-07-05Merge pull request #2679 from stevepiercy/masterSteve Piercy
Add missing tests to quick_tutorial/forms.
2016-07-05Add missing tests to quick_tutorial/forms.Steve Piercy
- Closes #2673
2016-07-04Merge pull request #2676 from stevepiercy/masterSteve Piercy
Show testsetup code in rendered docs the right way.
2016-07-04Show testsetup code in rendered docs the right way.Steve Piercy
Follow up to @tseaver comment at https://github.com/Pylons/pyramid/pull/2672#issuecomment-230310939
2016-07-03Merge pull request #2671 from stevepiercy/masterSteve Piercy
Show testsetup code in rendered docs.
2016-07-03Show testsetup code in rendered docs.Steve Piercy
For `testsetup`, Sphinx does not show code in the output: http://www.sphinx-doc.org/en/stable/ext/doctest.html#directive-testsetup This commit fixes that issue, although duplicates code. I'll submit a feature request to https://github.com/sphinx-doc/sphinx/ Fixes #2670
2016-07-02Remove WebOb related logicDariusz Górecki
2016-07-02Merge pull request #2668 from stevepiercy/masterSteve Piercy
proper case heading
2016-07-02proper case headingSteve Piercy
2016-07-02Merge pull request #2664 from stevepiercy/masterSteve Piercy
Update Windows installation instructions and related bits.
2016-07-02fix overly aggressive refactorSteve Piercy
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
- Use proper Windows commands and paths - Use doscon for Windows console lexer
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
- Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer
2016-07-01ref #2659 public HTTP Basic credentials extractionDariusz Górecki
2016-07-01Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2016-06-30Merge branch 'master' into exception_onlyAmos Latteier
2016-06-30fix docs typo, expand example.Amos Latteier
2016-06-21Merge pull request #2653 from Dowwie/urldispatchupdateSteve Piercy
typo fix within urldispatch narrative, example 2
2016-06-20typo fix within urldispatch narrative, example 2dowwie
2016-06-16Merge pull request #2649 from stevepiercy/masterSteve Piercy
Quick Tour - fix static assets bug and clean up
2016-06-16Quick Tour - explicitly use :language: python directive for proper syntax ↵Steve Piercy
highlighting
2016-06-16Quick Tour - static_assets - closes #2648Steve Piercy
- swap contents of jinja2 templates - use __main__ to specify package - carry forward template to json step - use :language: python directive for correct syntax highlighting
2016-06-13Merge pull request #2646 from jcbohin/fix-flake8-directivesSteve Piercy
Fix flake8's noqa directive in documentation and scaffolds
2016-06-13pep8: inline comment must have 2 spaces beforeJC Bohin
2016-06-13Fix flake8's noqa directive in documentation and scaffoldsJC Bohin
2016-06-10see how a code example looks in the readmeMichael Merickel
2016-06-09update section on returning dictionaries from viewscewing
2016-06-09update information about extensible templatingcewing
2016-06-09update asset specification sectioncewing
2016-06-09fix up headline a bitcewing
2016-06-09improve section title a bit morecewing
2016-06-09emphasize that the views are yourscewing
2016-06-09re-write the views sectioncewing
2016-06-09updated extensions sectioncewing
2016-06-09update the debugging sectionscewing
2016-06-09update the dynamic development sectioncewing
2016-06-09fix static assets sectioncewing
2016-06-09fix generated urls sectioncewing
2016-06-09fix decorator configuration sectioncewing
2016-06-09make title an actioncewing
2016-06-09rewrite what makes pyramid uniquecewing
2016-06-09simplify the statement of principlescewing
2016-06-09clarify the framework sidebarcewing
2016-06-09be assertive in claimscewing
2016-06-09Merge pull request #2642 from stevepiercy/masterSteve Piercy
grammar, spelling, wrapping fix
2016-06-09grammar, spelling, wrapping fixSteve Piercy
2016-06-09Merge pull request #2624 from mike-perdide/patch-1Steve Piercy
Adding a warning discouraging use of __acl__ properties attributes