summaryrefslogtreecommitdiff
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-26Merge pull request #2839 from stevepiercy/style-guideSteve Piercy
Add change note; minor updates to style guide
2016-11-26add change noteSteve Piercy
2016-11-26minor gardeningSteve Piercy
2016-11-25eat dog food: use " not ` for headingsSteve Piercy
2016-11-25Merge pull request #2837 from stevepiercy/style-guideSteve Piercy
Add more sections to the Style Guide
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-25Merge pull request #2836 from stevepiercy/style-guideSteve Piercy
add todo Sphinx extension for todo blocks
2016-11-25add todo Sphinx extension for todo blocksSteve Piercy
- add lists, tables, danger, todo, comments
2016-11-24Merge pull request #2833 from stevepiercy/style-guideSteve Piercy
more style guide updates
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-21Merge pull request #2829 from stevepiercy/style-guideSteve Piercy
add literalinclude options
2016-11-21add literalinclude optionsSteve Piercy
2016-11-21Merge pull request #2828 from stevepiercy/style-guideSteve Piercy
More style guide updates
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-20Merge pull request #2826 from stevepiercy/style-guideSteve Piercy
Add Page structure section
2016-11-20Add Page structure sectionSteve Piercy
- add description - add introduction - add headings - add grammar, spelling, capitalization preferences
2016-11-20Merge pull request #2825 from stevepiercy/style-guideSteve Piercy
Add Introduction and other sections
2016-11-20Add moar sectionsSteve Piercy
- trailing white space - indentation - split line lengths and paragraphs
2016-11-20Merge pull request #2824 from stevepiercy/style-guideSteve Piercy
Rename Typographical Conventions to Style Guide
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-19update todoMichael Merickel
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-19fix function reference in request.resource_url docsMichael Merickel
2016-11-19fix variable names in request.resource_url examples to matchMichael Merickel
Fixes #2658.
2016-11-19improve view decorator return type documentationMichael Merickel
Fixes #2770.
2016-11-16clarify the changes in #2810 as bw-incompatibleMichael Merickel
2016-11-15Merge pull request #2821 from mmerickel/fix/2819-to-masterMichael Merickel
forward port #2819 to master
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-15add changelog for #2681Michael Merickel
2016-11-15Merge pull request #2681 from Pylons/cleanup/cachebust_matchMichael Merickel
Remove cachebust_match
2016-11-15Revert "turn on warnings by default for ↵Michael Merickel
``pyramid.deprecation.RemoveInVersion19Warning``" This reverts commit 9c8d43a7101c2977f6bf388758f14c7c7fadcf71.
2016-11-15fix docstring on check_csrf_tokenMichael Merickel