summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
2018-08-18Clean up code-blocks in renderersSteve Piercy
2018-08-18Clean up code-blocks in projectSteve Piercy
2018-08-18Clean up code-blocks in loggingSteve Piercy
2018-08-18Clean up code-blocks in introspectorSteve Piercy
2018-08-18Clean up code-blocks in introductionSteve Piercy
2018-08-18Clean up code-blocks in installSteve Piercy
2018-08-18Clean up code-blocks in installSteve Piercy
2018-08-18Clean up code-blocks in i18nSteve Piercy
2018-08-18Clean up code-blocks in hybridSteve Piercy
2018-08-18Clean up code-blocks in hooksSteve Piercy
2018-08-18Clean up code-blocks in firstappSteve Piercy
2018-08-18Clean up code-blocks in extendingSteve Piercy
2018-08-18Clean up code-blocks in extconfigSteve Piercy
2018-08-18Clean up code-blocks in eventsSteve Piercy
2018-08-18Clean up code-blocks in environmentSteve Piercy
2018-08-18Clean up code-blocks in configurationSteve Piercy
2018-08-18Clean up code-blocks in commandlineSteve Piercy
2018-08-18Clean up code-blocks in assetsSteve Piercy
2018-08-18Clean up code-blocks in advconfigSteve Piercy
2018-08-18Clean up code-blocks in advanced-featuresSteve Piercy
2018-07-30add some docs for pshell setup with an example of handling transactionsMichael Merickel
2018-06-28Typos changedGerard
2018-05-15Add Configurator context manager 'route_prefix_context' to allow for adding ↵Hunter Senft-Grupp
routes and including configuration callables with a particular route prefix.
2018-04-24link to pypi.orgMichael Merickel
2018-04-11updated `delete_cookie` docs with `name` instead of `key`jonathan vanasco
2018-04-11updated docs/interfaces to note change in webob 1.7 of `set_cookie(key` to ↵jonathan vanasco
`set_cookie(name`
2018-01-24Emphasize additional lineDustin Ingram
The line adding the view must change as well, so emphasize it.
2018-01-12Update templates to align with cookiecuttersSteve Piercy
- Update CDN assets to minor versions - Use data attribute for Jinja2 templates (already done in mako and chameleon)
2018-01-11Align project name with source files myproject/*.iniSteve Piercy
- Closes #3213
2017-10-18csrf documentation changeBen Fagin
2017-08-14Fix typo in Mac OS X Python install instructinosPaul Cutler
Replace "verion" with correct spelling: version (cherry picked from commit 0bc8888)
2017-07-24Fix typoKamil Dębowski
2017-07-12Merge pull request #3119 from stevepiercy/docs-context-managerMichael Merickel
Update docs to use a Configurator context manager
2017-07-08fix the other link to pastedeployMichael Merickel
2017-07-03Update example apps to use config context managerSteve Piercy
2017-07-03Use lineno-match instead of linenosSteve Piercy
2017-07-03Update example apps to use config context managerSteve Piercy
2017-07-03Link context manager term to glossarySteve Piercy
2017-06-27Update all external links per `make linkcheck`Steve Piercy
- Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes.
2017-06-27prep 1.10.dev0Michael Merickel
2017-06-26Fix link to Venusian docsSteve Piercy
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2017-06-15remove trailing slashSteve Piercy
2017-06-15Use HTTPS for pylonsproject.orgSteve Piercy
2017-06-10update src files and synch emphasize-lines for myprojectSteve Piercy
2017-06-07explain why we prefer to avoid activateMichael Merickel
fixes #3064
2017-06-06Merge pull request #2634 from cewing/issue.2614Steve Piercy
Improve "introduction" page, add "Advanced Features" page
2017-06-06restore the r. it's importantcewing
2017-06-05fix a few more comments, and reflow introduction document to one line per ↵cewing
paragraph
2017-06-05fix more comments and refold lines, one per paragraph as specified in ↵cewing
stylesheet.