summaryrefslogtreecommitdiff
path: root/docs/index.rst
AgeCommit message (Collapse)Author
2013-07-27Removed `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-23Remove references to relocated PyCharm tutorialSteve Piercy
2013-07-22Merge pull request #1048 from stevepiercy/masterChris McDonough
Synch some differences between index.rst and latexindex.rst, with index.rst as master
2013-07-18version bump in setup.py conf.py CHANGES.txt, rejigger changes bugs vs. featuresChris McDonough
2013-07-17Improve consistency between latexindex.rst and index.rst.Steve Piercy
2013-07-13New tutorial: Using PyCharm with PyramidSteve Piercy
2013-06-11About half of the first pass is done.Paul Everitt
2013-03-05update some links and fix othersTshepang Lekhonkhobe
2013-03-02no need for a separate API fileTshepang Lekhonkhobe
2013-01-18make example links clickable, for convenienceTshepang Lekhonkhobe
2013-01-08the sample apps do not run on Py3kTshepang Lekhonkhobe
2012-11-29Fix broken link to contributor docsPaul Winkler
2012-09-16docs and testChris McDonough
2012-09-15add a whatsnew-1.4 documentChris McDonough
2012-09-13add upgrading chapter, make docs render againChris McDonough
2012-08-03no period required hereChris McDonough
2012-08-03Removing 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-17fix punctuation as per issue #493Chris McDonough
2012-03-04point people at pylons-discuss rather than pylons-develChris McDonough
2012-03-04garden titles of indexChris McDonough
2012-01-30Hello 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 mainChris 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-15we now use wsgiref which prints nothingChris McDonough
2011-12-14- Changed scaffolding machinery around a bit to make it easier for people whoChris 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-05add whatsnew-1.3; gardenChris McDonough
2011-12-03add skeleton for using introspection chapterChris McDonough
2011-12-03break 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-29avoid warning for latexindex, foreword by putting them in a hidden tocmichr
from now on complie docs strictly, turning warnings to errors exclude unnecssary static js files when compiling ePub
2011-09-23fixed up all the warning dealing ..note and ..warnmichr
added a hide toc for glossary to prevent warnings
2011-09-08mention #pyramid irc channelMichael
2011-08-27describe outputChris McDonough
2011-08-27rewordChris McDonough
2011-08-27rewordChris McDonough
2011-08-25Merge pull request #257 from djay/masterChris McDonough
Included basic install steps on front page to make example complete
2011-08-26include install and move firstapp higher up indexDylan Jay
2011-08-25dont use duplicate targetChris McDonough
2011-08-25use Response; fix textChris McDonough
2011-08-25include rather than repeat helloworld.pyDylan Jay
2011-08-25use routes in firstapp as they are more familar to most and put hello world ↵Dylan Jay
on the front page to make grab framework shoppers attention.
2011-08-22- Use [app:main] instead of a pipeline in all scaffolds and tutorialsChris McDonough
and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter.
2011-08-21add a whatsnew-1.2 docChris McDonough
2011-08-13- Added a Logging chapter to the narrative docs (based on the Pylons loggingChris McDonough
docs, thanks Phil).
2011-07-20- Reordered chapters in narrative section for better new user friendliness.Chris McDonough
- Added more indexing markers to sections in documentation.
2011-07-16orderingChris McDonough
2011-07-13move all paster commands to a separate chapterChris McDonough
2011-05-14add 'What's new In Pyramid 1.1' documentChris McDonough
2011-03-19update description of shootoutChris McDonough
2011-03-15Restructured the routes wiki tutorial to make it easier to follow along. ↵Carlos de la Guardia
Moved the routes tutorial above the traversal tutorial.
2011-01-29- Moved "Using ZODB With ZEO" and "Using repoze.catalog Within Pyramid"Chris McDonough
tutorials out of core documentation and into the Pyramid Tutorials site (http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/).
2011-01-21- Move content of "Forms" chapter back to "Views" chapter; I can't think of aChris McDonough
better place to put it.