summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2016-12-08update typographical conventions per @bertjwregeerSteve Piercy
2016-11-28fix warning about duplicate nameSteve Piercy
2016-11-28restore Typographical Conventions, an edited and condensed version of the ↵Steve Piercy
Style Guide
2016-11-26minor gardeningSteve Piercy
2016-11-25eat dog food: use " not ` for headingsSteve Piercy
2016-11-25add sphinx extensionsSteve Piercy
2016-11-25add cross-referencingSteve Piercy
2016-11-25add toctreeSteve Piercy
2016-11-25add glossarySteve Piercy
2016-11-25add feature versioning, seealsoSteve Piercy
2016-11-25replace description with metaSteve Piercy
- add parsed-literals
2016-11-25add todo Sphinx extension for todo blocksSteve Piercy
- add lists, tables, danger, todo, comments
2016-11-24comment out autodoc of TranslationString to get docs to build on Travis-CISteve Piercy
https://travis-ci.org/Pylons/pyramid/jobs/178536008#L406
2016-11-24improve links sectionSteve Piercy
- add rendering of headings for testing - add topic directive - dedent displaying code - add italics, strong - add Pytyon modules, classes, methods, functions - add tables heading (WIP) - add API documenation (WIP)
2016-11-22improve include sectionSteve Piercy
- start work on inline and block reST sections
2016-11-21add literalinclude optionsSteve Piercy
2016-11-21add code block optionsSteve Piercy
- add literal includes - add displaying long commands - add sphinx to intersphinx - garden
2016-11-20add syntax highlightingSteve Piercy
2016-11-20add topicSteve Piercy
2016-11-20add linksSteve Piercy
2016-11-20update headingsSteve Piercy
2016-11-20Add section structureSteve Piercy
2016-11-20Add Page structure sectionSteve Piercy
- add description - add introduction - add headings - add grammar, spelling, capitalization preferences
2016-11-20Add moar sectionsSteve Piercy
- trailing white space - indentation - split line lengths and paragraphs
2016-11-20Add IntroductionSteve Piercy
- add how to update and contribute - add file conventions - add line conventions
2016-11-20Rename Typographical Conventions to Style GuideSteve Piercy
2016-11-19require tuple variants on IResourceURL as wellMichael Merickel
2016-11-19add warnings about how notfound/forbidden views are only invoked for raised ↵Michael Merickel
exceptions fixes #1531
2016-11-19improve view decorator return type documentationMichael Merickel
Fixes #2770.
2016-11-15`pyramid-jinja2` 2.7 configured `setup.py` with test requirements out of the boxOladipo Odumosu
2016-11-15The updated pyramid-jinja2 scaffold already sets up test requirments in ↵Oladipo Odumosu
`setup.py`
2016-11-14should be loaded from the virtualenvOladipo Odumosu
(cherry picked from commit 2552d88)
2016-10-06Add pyramid_nacl_session to session factoriesSteve Piercy
- closes #2791
2016-09-29Clean up docstrings/narr docs from PR #2660Steve Piercy
- Closes #2768
2016-09-28Merge branch 'master' into exception_onlyMichael Merickel
2016-09-28derive exception views separately from normal viewsMichael Merickel
- previously the multiview was shared for both exception and hot-route, but now that we allow some exception-only views this needed to be separated - add ViewDeriverInfo.exception_only to detect exception views - do not prevent http_cache on exception views - optimize secured_view and csrf_view derivers to remove themselves from the view pipeline for exception views
2016-09-26Revise Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
- Closes #2610
2016-09-24Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
- Closes #2610
2016-09-12document more clearly the ``__call__`` method on route and view predicatesMichael Merickel
fixes #1549
2016-09-12Merge pull request #2759 from mmerickel/drop-py33Michael Merickel
drop support for python 3.3 and error on 2.6
2016-09-03update docs to support the bootstrap context manager from #2760Michael Merickel
2016-09-01One more for 2.6Steve Piercy
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
closes #2476
2016-08-31rename the credentials classMichael Merickel
2016-08-31Merge branch 'extract_http_basic' of canni/pyramid into canni-extract_http_basicMichael Merickel
2016-08-18update output for pcreate --list in Quick TutorialSteve Piercy
2016-08-15update output of pcreate --list for Quick TourSteve Piercy
2016-08-10Add docs & explict testsDariusz Górecki
2016-07-29corrected folder name in docsandrew david burt
one of the instances of the tutorial's folder name was mistyped as "tutorials" rather than "tutorial" in the "Route declarations" section (cherry picked from commit 696f17c)
2016-07-29remove essentially duplicate "note" section under "initializing the database"andrew david burt
The note section under "initializing the database" was entered twice, the same except differing verb tenses. I removed one. (cherry picked from commit 96c1e36)