| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-14 | Rename Cookbook to Pyramid Community Cookbook | Steve Piercy | |
| - use .rst intersphinx labels for pages instead of broken URLs | |||
| 2016-01-05 | update links to tutorials in cookbook | Steve Piercy | |
| 2015-12-21 | - add p* scripts | Steve Piercy | |
| - add links to p* scripts - add a blank line to keep indices and labels better visually related to the subsequent heading | |||
| 2015-11-07 | minor grammar, fix .rst markup, rewrap to 79 columns | Steve Piercy | |
| 2015-11-05 | reorder, remove redundant statements, reduce verbosity, update headings, rewrap | Steve Piercy | |
| 2015-04-14 | add a whats new for 1.6 | Chris McDonough | |
| 2014-12-23 | - add an index to the API directory for better SEO | Steve Piercy | |
| 2014-05-03 | - add a reference | Steve Piercy | |
| 2013-09-13 | First cut at import of quick tutorial. | Paul Everitt | |
| 2013-09-08 | fix docs after removing bfg conversion chapter, add a prominent link to the ↵ | Chris McDonough | |
| quick tour | |||
| 2013-09-08 | remove bfg conversion chapter | Chris McDonough | |
| 2013-08-16 | restore earlier fixes on latexindex | Steve Piercy | |
| don't make up funny words and use explicit 32- or 64-bit phrase | |||
| 2013-08-13 | Shut up warning about latexindex not being in a TOC. Add back in a label ↵ | Paul Everitt | |
| that could be used for api_documentation references. | |||
| 2013-08-13 | Merge remote-tracking branch 'origin/master' into docs.gettingstarted | Paul Everitt | |
| Conflicts: docs/index.rst docs/latexindex.rst setup.py | |||
| 2013-08-13 | Add Intersphinx for Beaker, clean up some broken references, change from pip ↵ | Paul Everitt | |
| to virtualenv (and give an explanation), explain virtualenv on Python 2.7. | |||
| 2013-08-12 | All wrapped up, pre-merge. | Paul Everitt | |
| 2013-08-12 | About to give Intersphinx a shot. | Paul Everitt | |
| 2013-08-11 | Per discussion with Chris, just wrap up "getting started" as the Quick Tour. ↵ | Paul Everitt | |
| Still need to do more linking and perhaps add a section on root factories, authorization, authentication. | |||
| 2013-08-06 | Move sample code into subdirectories. Add sections for requests and views. | Paul Everitt | |
| 2013-08-03 | Some more occurrences of "application framework". | Paul Everitt | |
| 2013-08-03 | "Web Application Development Framework" -> "Web Framework". Yay. | Paul Everitt | |
| 2013-07-28 | use :orphan: for latexindex too | Chris McDonough | |
| 2013-07-27 | Removed `foreword.rst` from hidden `toctree` | Darren Slatten | |
| The `foreword.rst` file was used in printed versions, but currently it is not being used, so it shouldn't appear in any `toctree` directives. | |||
| 2013-07-23 | Remove references to relocated PyCharm tutorial | Steve Piercy | |
| 2013-07-22 | Merge pull request #1048 from stevepiercy/master | Chris McDonough | |
| Synch some differences between index.rst and latexindex.rst, with index.rst as master | |||
| 2013-07-18 | version bump in setup.py conf.py CHANGES.txt, rejigger changes bugs vs. features | Chris McDonough | |
| 2013-07-17 | Improve consistency between latexindex.rst and index.rst. | Steve Piercy | |
| 2013-07-13 | New tutorial: Using PyCharm with Pyramid | Steve Piercy | |
| 2013-06-11 | About half of the first pass is done. | Paul Everitt | |
| 2013-03-05 | update some links and fix others | Tshepang Lekhonkhobe | |
| 2013-03-02 | no need for a separate API file | Tshepang Lekhonkhobe | |
| 2013-01-18 | make example links clickable, for convenience | Tshepang Lekhonkhobe | |
| 2013-01-08 | the sample apps do not run on Py3k | Tshepang Lekhonkhobe | |
| 2012-11-29 | Fix broken link to contributor docs | Paul Winkler | |
| 2012-09-16 | docs and test | Chris McDonough | |
| 2012-09-15 | add a whatsnew-1.4 document | Chris McDonough | |
| 2012-09-13 | add upgrading chapter, make docs render again | Chris McDonough | |
| 2012-08-03 | no period required here | Chris McDonough | |
| 2012-08-03 | Removing easy_install and demoing lines from index example. firstapp has ↵ | Wayne Witzel III | |
| installation chapter links and having peopel using pyramid outside a virtualenv is a bad idea | |||
| 2012-03-17 | fix punctuation as per issue #493 | Chris McDonough | |
| 2012-03-04 | point people at pylons-discuss rather than pylons-devel | Chris McDonough | |
| 2012-03-04 | garden titles of index | Chris McDonough | |
| 2012-01-30 | Hello world with traversal, linked from various places; plus some 'what this ↵ | Paul Winkler | |
| chapter is for' notes on the other traversal chapters. Hope this helps. | |||
| 2011-12-16 | - Removed the "Running Pyramid on Google App Engine" tutorial from the main | Chris McDonough | |
| docs. It survives on in the Cookbook (http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/gae.html). Rationale: it provides the correct info for the Python 2.5 version of GAE only, and this version of Pyramid does not support Python 2.5. | |||
| 2011-12-15 | we now use wsgiref which prints nothing | Chris McDonough | |
| 2011-12-14 | - Changed scaffolding machinery around a bit to make it easier for people who | Chris McDonough | |
| want to have extension scaffolds that can work across Pyramid 1.0.X, 1.1.X, 1.2.X and 1.3.X. See the new "Creating Pyramid Scaffolds" chapter in the narrative documentation for more info. - Added an API docs chapter for ``pyramid.scaffolds``. - Added a narrative docs chapter named "Creating Pyramid Scaffolds". - The ``template_renderer`` method of ``pyramid.scaffolds.PyramidScaffold`` was renamed to ``render_template``. If you were overriding it, you're a bad person, because it wasn't an API before now. But we're nice so we're letting you know. | |||
| 2011-12-05 | add whatsnew-1.3; garden | Chris McDonough | |
| 2011-12-03 | add skeleton for using introspection chapter | Chris McDonough | |
| 2011-12-03 | break out 'extending config' into exconfig and add stuff about the action ↵ | Chris McDonough | |
| method; move startup and router chapters to earlier in toc | |||
| 2011-09-29 | avoid warning for latexindex, foreword by putting them in a hidden toc | michr | |
| from now on complie docs strictly, turning warnings to errors exclude unnecssary static js files when compiling ePub | |||
