summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-02-19doc update: firstapp: routes to rootArijit Basu
https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/firstapp.html#adding-configuration
2019-01-05stop overriding request.json_body from webobMichael Merickel
2018-12-31Merge remote-tracking branch 'upstream/master'Steve Piercy
2018-12-31highlight docutil instead of bcryptAlexander McNulty
2018-11-27Merge pull request #3438 from stevepiercy/docs-style-inputsSteve Piercy
Add a style to show text in input fields.
2018-11-27Add a style to show text in input fields.Steve Piercy
Fixes #3431 The cookiecutter has been updated. - See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64
2018-11-27Fix links after running linkcheck, excluding HISTORY.txt, a local link, and ↵Steve Piercy
a bad link in WebOb docs
2018-11-27Use a relative link to rendered HTML, instead of GitHub master, to get ↵Steve Piercy
current branch
2018-11-27Merge pull request #3436 from stevepiercy/docs-remove-obsolete-intersphinx-refsSteve Piercy
Remove obsolete intersphinx references
2018-11-27Restore pyramid_zcml intersphinx link, using explicit nameSteve Piercy
2018-11-27Remove obsolete intersphinx referencesSteve Piercy
2018-11-27Update links to pastedeploySteve Piercy
- Closes #3433
2018-11-26Merge pull request #3421 from mmerickel/drop-py2Michael Merickel
remove py2 from the codebase
2018-11-26Update distributing with terms, rewrapSteve Piercy
2018-11-26Fix imports. Change info key from content to page_text.Steve Piercy
2018-11-26Add note about docutils deprecation warnings.Steve Piercy
Submitted a PR to fix the warnings in WebTest https://github.com/Pylons/webtest/pull/207, which usually gets reviewed and merged rapidly, so didn't bother to include a warning for it.
2018-11-25rewrap narrative, adjust grammarSteve Piercy
2018-11-25Synch src files between auth and testsSteve Piercy
2018-11-25Align line numbers with codeSteve Piercy
- See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/66
2018-11-25Remove settings for tm.manager_hook from __init__.pySteve Piercy
2018-11-25Fix path to templateSteve Piercy
2018-11-25Fix template to include either the page name or a title for the title tagSteve Piercy
2018-11-25synch up src/authorization filesSteve Piercy
2018-11-25rewrap review, shorter sentences, fix grammar.Steve Piercy
align line numbers with code.
2018-11-25Update theme.css to display text in inputsSteve Piercy
- See #3431
2018-11-25Use path for pagename, not subpathSteve Piercy
2018-11-25indent literalincludes, add login.pt template and viewSteve Piercy
2018-11-25rewrap policies and permissions sections, shorter sentences, fix grammarSteve Piercy
2018-11-25rewrap add an ACL section, shorter sentences, fix grammarSteve Piercy
2018-11-25rewrap users and groups section, shorter sentences, fix grammarSteve Piercy
2018-11-25We're adding both authn and authzSteve Piercy
2018-11-25Rewrap intro and add dependencies to authorizationSteve Piercy
2018-11-25Add section for notfoundSteve Piercy
2018-11-25Fix up line numbers, add a not found error checkSteve Piercy
2018-11-25Fix up template for display on docsSteve Piercy
2018-11-25Fix up templates to inherit from layout.ptSteve Piercy
2018-11-25Align line numbers with src in viewsSteve Piercy
2018-11-25Add import and return a Page object for the notfound viewSteve Piercy
2018-11-25Delete obsolete views.pySteve Piercy
2018-11-25Fix imports, contexts, paths to templates, and refactor `content` to ↵Steve Piercy
`page_text` (there's too many "content" already and is confusing)
2018-11-25Clean up templates narrative.Steve Piercy
2018-11-25Rewrap edit_page view sectionSteve Piercy
2018-11-24Fix REST indentation so numbered list does not restart countingKarl O. Pinc
2018-11-24Use proper reST syntax and directivesSteve Piercy
2018-11-24Revise the add_page view section narrativeSteve Piercy
2018-11-24Use double backticks on objectsSteve Piercy
2018-11-24Update models and view application sectionsSteve Piercy
2018-11-24Add a note for resources and traversal chapters.Steve Piercy
2018-11-24Better wordingKarl O. Pinc
2018-11-24Add "constructor" glossary entryKarl O. Pinc