summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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-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-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-21document globbingMichael Merickel
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-21support a [pserve] config section with a list of files to watchMichael Merickel
fixes #2732
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-20link to documentation on hupperMichael Merickel
fixes #2806
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