summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-08-12All wrapped up, pre-merge.Paul Everitt
2013-08-12remove the "thread" referenceMichael Merickel
2013-08-12Merge branch 'master' of latteier/pyramid into pull/1079Michael Merickel
2013-08-12Mention subscriber predicates.Amos Latteier
2013-08-12Minor fixes suggested by @tshepang and @mmerickel thanks!Amos Latteier
2013-08-12Fix tab/space snafu.Amos Latteier
2013-08-12Add documentation for creating and firing custom events. See issue #982.Amos Latteier
2013-08-12About to give Intersphinx a shot.Paul Everitt
2013-08-12Update templates.rstJeff Szusz
2013-08-12#967 fixed 'Sommetime' -> 'Sometime' in templates.rstJeff Szusz
2013-08-12use easy_install instead of pip in quick_tour guide.kusut
- consistent with another docs (pyramid/substanced uses easy_install). - prevent pip/easy_install namespace package fiasco since the docs uses setup.py develop instead of pip install -e
2013-08-11updated doc _themeBlaise Laflamme
2013-08-11Per 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-09Merge pull request #1070 from Pylons/feature/sphinx-autoversionChris McDonough
update sphinx conf.py to use the pyramid version from pkg_resources instead of needing to change it manually
2013-08-10update sphinx to use the version from the package automaticallyMichael Merickel
2013-08-09"arent" to "aren't"tisdall
2013-08-09"repetion" to "repetition"tisdall
2013-08-09"offical" to "official"tisdall
2013-08-09"dermine" to "determine"tisdall
2013-08-09Lots of updates, move more code out of code-blocks into working package ↵Paul Everitt
code. About to tackle cool Pyramid stuff.
2013-08-08"resouce" to "resource"tisdall
2013-08-08"refered" to "referred"tisdall
2013-08-08"unecessary" to "unnecessary"tisdall
2013-08-08"langauges" to "languages"tisdall
2013-08-08"behavor" to "behavior"tisdall
2013-08-08changed "obect" to "object"tisdall
2013-08-07Up through scaffolds.Paul Everitt
2013-08-06Forgot sqla demoPaul Everitt
2013-08-06Up through JSON.Paul Everitt
2013-08-06Move sample code into subdirectories. Add sections for requests and views.Paul Everitt
2013-08-06Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-08-06add missing word ``pserve``Steve Piercy
2013-08-06add redis session mentionChris McDonough
2013-08-05Merge remote-tracking branch 'origin/docs.gettingstarted' into ↵Paul Everitt
docs.gettingstarted
2013-08-05add line breaksSteve Piercy
2013-08-05Adding my stab at a "getting started".Steve Piercy
2013-08-03Some more occurrences of "application framework".Paul Everitt
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
2013-08-02add pdistreport commandChris McDonough
2013-08-02point at add-on documentationChris McDonough
2013-07-28Merge branch 'master' into dslatten-patch-1Chris McDonough
2013-07-28use :orphan: for latexindex tooChris McDonough
2013-07-28Merge pull request #1055 from tshepang/diffChris McDonough
Improve consistency between latexindex.rst and index.rst some more
2013-07-28[docs] add latexpdf targetTshepang Lekhonkhobe
I looked at latest Sphinx sources (in sphinx/quickstart.py) on how this is done
2013-07-28Improve consistency between latexindex.rst and index.rst some moreTshepang Lekhonkhobe
this adds to a70d54c
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-27Added the `:orphan:` file-wide metadata fieldDarren Slatten
The <a href="http://sphinx-doc.org/markup/misc.html#file-wide-metadata"><code>:orphan:</code></a> field suppresses the Sphinx error that occurs when a file in the source directory doesn't appear in a `toctree` directive.
2013-07-27Move .. versionadded:: 1.2 to end of ``match_param`` definition so that when ↵Steve Piercy
building PDF it does not pause and wait for user to hit RETURN. This is now consistent with other placements of this directive as well.
2013-07-24indicate version in which not_ was addedChris McDonough
2013-07-24add not_ predicate featureChris McDonough