summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2016-12-13add sphinx.ext.todo, support for todo itemsSteve Piercy
2016-12-13use argparse and autoprogram for ptviewsSteve Piercy
2016-12-13use argparse and autoprogram for ptweensSteve Piercy
2016-12-13use argparse and autoprogram for pshellSteve Piercy
2016-12-13use argparse and autoprogram for pserveSteve Piercy
2016-12-13use argparse in prequest; use autoprogramSteve Piercy
2016-12-13use argparse in prequest; use autoprogramSteve Piercy
2016-12-13indent 4 spacesSteve Piercy
2016-12-13remove duplicitous headingsSteve Piercy
2016-12-13move parser outside of main into own function get_parser(), and call it from ↵Steve Piercy
pdistreport.rst
2016-12-13drop '.py' from :prog: argumentSteve Piercy
2016-12-13still fumbling around with autoprogram, not successfulSteve Piercy
2016-12-13fix autoprogram argumentSteve Piercy
- restore argv - use standard Python syntax for string formatting
2016-12-13convert pcreate and pdistreport to use argparseSteve Piercy
- add sphinxcontrib-autoprogram - attempt to render output of pcreate, but be unsuccessful
2016-12-10Merge branch 'master' into pserve-watch-filesMichael Merickel
2016-12-09Fix typoPavlo Kapyshin
2016-12-09grammar fixesMartin
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-08minor grammar and style fixes for wiki/authorizationSteve Piercy
2016-12-08Merge pull request #2838 from Pylons/style-guideSteve Piercy
Overhaul Style Guide
2016-12-08Merge pull request #2849 from mfrlin/issue-2656Michael Merickel
Changed wiki tutorial to showcase passwrd hashing with bcrypt.
2016-12-08add fixes for Sphinx 1.5Steve Piercy
2016-12-08update typographical conventions per @bertjwregeerSteve Piercy
2016-12-08bring wiki2 test coverage up to 100%, refs #2451Nejc Zupan
2016-12-07fixed 'list' to 'listen'Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-12-07Hashing helpers now deal in unicode. Fixed wording. Added link to bcrypt and ↵Martin
a footnote from wiki2 example.
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Changed wiki tutorial to showcase passwrd hashing with bcrypt. Relates to #2204Martin
2016-12-06Merge remote-tracking branch 'upstream/master' into issue-2656Martin
2016-12-06Another Sphinx 1.5 configuraition file change.Mikko Ohtamaa
2016-12-06Fix docs for Sphinx 1.5Mikko Ohtamaa
2016-12-06fixing no new line at the end of fileMartin
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
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-26add 3.6 support to documentationSteve Piercy
- See #2835
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-21remove the deprecated IContextURLMichael Merickel