summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-04-24Exclude duplicate members `response` and `session` from `request` module to ↵Steve Piercy
avoid Sphinx warnings: src/pyramid/request.py:docstring of pyramid.request.Request.response:1: WARNING: duplicate object description of pyramid.request.Request.response, other instance in api/request, use :noindex: for one of them src/pyramid/request.py:docstring of pyramid.request.Request.session:1: WARNING: duplicate object description of pyramid.request.Request.session, other instance in api/request, use :noindex: for one of them
2020-04-23Sphinx 3.0 removed deprecated extra args in add_directive()Steve Piercy
2020-03-06correct configuration.rst add missing route_nameslobinger
Add missing route_name argument to the call of config.add_view in the imperative configuration example.
2020-01-17Merge pull request #3563 from mmerickel/move-acl-security-to-authorizationMichael Merickel
Move acl security to authorization
2020-01-17avoid invalid escape warningÉric Araujo
2020-01-17say something about the predicate factory info argÉric Araujo
2020-01-16merge masterÉric Araujo
2020-01-16update docs with pyramid.authorizatio imports after syncing masterMichael Merickel
2020-01-16Merge branch 'master' into move-acl-security-to-authorizationMichael Merickel
2020-01-15Minor grammar fixesSteve Piercy
- Expand contractions and spell out words
2020-01-15Minor grammar fixesSteve Piercy
- Swap order of editing tutorial/views/default.py so that line numbers in the user's editor align with the rendered docs
2020-01-15better wordingÉric Araujo
2020-01-15Update output of install of docutilsSteve Piercy
- Fix line number reference
2020-01-15Update emphasize-lines for definingmodels.rst to clarify changes and fix ↵Steve Piercy
alignment.
2020-01-15Remove bits that demo what one would need to do without defaultsSteve Piercy
- Sync up wiki with language from wiki2
2020-01-14Apply suggestions from code reviewMichael Merickel
Co-Authored-By: Éric Araujo <merwok@netwok.org>
2020-01-14make two missed lines even longerÉric Araujo
2020-01-14apply more review fixes, minimize some diffsÉric Araujo
2020-01-14Apply suggestions from code reviewMichael Merickel
Co-Authored-By: Éric Araujo <merwok@netwok.org>
2020-01-14Align Windows command with UnixSteve Piercy
2020-01-14Remove Windows command promptSteve Piercy
2020-01-14Revert emphasis removalSteve Piercy
2020-01-14Update test outputSteve Piercy
2020-01-14update changelog and docsMichael Merickel
2020-01-13update output of package versions, coverage. fix command.Steve Piercy
2020-01-13grammar fixSteve Piercy
2020-01-13realign emphasize-linesSteve Piercy
2020-01-13from webob.cookies import Cookie already existed; restore deleted commentSteve Piercy
2020-01-13Use correct verbSteve Piercy
2020-01-13Use reST numbered list syntax, not markdownSteve Piercy
2020-01-13Align line numbers to codeSteve Piercy
- @mmerickel can you check the wording to ensure it is still correct for the code?
2020-01-13Align emphasis to method nameSteve Piercy
2020-01-13Remove emphasize-lines because the entire module is new and highlighting ↵Steve Piercy
doesn't help here, just adds maintenance
2020-01-13Remove emphasize-lines because the entire module is new, and there is no ↵Steve Piercy
narrative reference to the emphasized lines
2020-01-13Remove tests_require from literalincludeSteve Piercy
2020-01-13Improve requires sectionSteve Piercy
- Improve narrative flow - Remove test_requires from literalinclude
2020-01-13Update version numbers since last run to the latestSteve Piercy
2020-01-13grammar fixSteve Piercy
2020-01-12move doc references from pyramid.security to pyramid.authorizationMichael Merickel
2020-01-12upgrade the test harnessMichael Merickel
2020-01-12re-sync changes to starter conftestMichael Merickel
2020-01-12update wiki authorization chapterMichael Merickel
2020-01-11fix typoÉric Araujo
2020-01-11replace "third-party" with "custom"Éric Araujo
2020-01-11change section titleÉric Araujo
2020-01-11merge masterÉric Araujo
2020-01-11second batch of changesÉric Araujo
2020-01-10grammar fixMichael Merickel
2020-01-10sync wiki installation, basiclayout, models and views chapters with new ↵Michael Merickel
cookiecutter
2020-01-09demonstrate an identity_cacheMichael Merickel