summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
AgeCommit message (Collapse)Author
2016-01-24Use proper syntax in code samples to allow highlighting and avoid errors. ↵Steve Piercy
See https://github.com/sphinx-doc/sphinx/issues/2264
2015-12-21- add p* scriptsSteve Piercy
- add links to p* scripts - add a blank line to keep indices and labels better visually related to the subsequent heading
2015-12-08update narrative docs and literalinclude source files that use the starter ↵Steve Piercy
scaffold to reflect its current state
2015-12-04update references to references to python-distribute.org (see #2141 for ↵Steve Piercy
discussion)
2015-10-08wrap 79 colsSteve Piercy
2015-10-06Missing space was causing Sphinx to barfBert JW Regeer
Sphinx was barfing about "Inline literal start-string without end-string.". It barfs no more.
2015-10-05- grammarSteve Piercy
- heading underlines - update images and text for debug toolbar
2015-10-05- grammarSteve Piercy
- heading underlines - update images and text for debug toolbar
2014-04-08make pdf build againChris McDonough
2014-04-08Drop setup.cfg from scaffoldsWichert Akkerman
Since setup.cfg is no longer needed for Babel, and no scaffold or documentation references nose there is no need to keep them.
2014-04-08Remove lingua references from setup.cfg description.Wichert Akkerman
2014-02-10- Garden PR #1121Steve Piercy
2014-01-23Update project.rstamitvmane
Updated text as per feedback from Michael M. Thanks.
2014-01-23Update project.rstamitvmane
Document fix for issue 1226
2014-01-03updated myproject docsBlaise Laflamme
2013-10-08grammar polishSteve Piercy
2013-10-08Docs: project.rst: Oops, print(), not printf().Karl O. Pinc
2013-10-08Docs: project.rst: Printf()s can be used for debugging. Output goes to the ↵Karl O. Pinc
server console. The main point of the second sentence is to setup the reader with mental context for the 3rd sentence, so that the 3rd sentence sinks in. Likewise, the parenthetical in the second sentence about server startup messages gives the reader some clue as to what the rest of the sentence it talking about. I suspect that some readers won't know what a console is, and the rest will be confused by a server run on a console.
2013-10-07- use clearer subjectSteve Piercy
2013-10-07- straighten out difference between content and its presentation, re: ↵Steve Piercy
admonitions of note, seealse, sidebar
2013-10-07- Merge branch 'docs_dict_note' of github.com:kpinc/pyramid into ↵Steve Piercy
kpinc-docs_dict_note - Got note vs. sidebar vs. seealso admonitions worked out
2013-10-07Docs: project.rst: Reword template reload note per Steve Piercy's suggestions.Karl O. Pinc
Take care to retain the thought that the defaults setup by the scaffold cause automatic template reload. This patch should be applied before the docs_dict_note branch.
2013-10-07Docs: project.rst: Move note that tempates get values from dictionaries down ↵Karl O. Pinc
a paragraph.
2013-10-07Docs: project.rst: Utilize sidebars for out-of-band text.Karl O. Pinc
2013-10-05Docs: project.rst: Hilight that dictionaries provide values to templates.Karl O. Pinc
2013-10-02fix the docs build and get rid of stray references to BeakerChris McDonough
2013-10-02get rid of note that appears to be explained in the next paraChris McDonough
2013-10-02Docs: project.rst: Fix markup failure just introduced.Karl O. Pinc
2013-10-02Docs: Make statements more concreate regards renderers getting data from ↵Karl O. Pinc
dictionaries.
2013-10-02Merge remote-tracking branch 'upstream/master' into doc_renderKarl O. Pinc
Doing something to make the pull request have the right stuff.
2013-10-02Docs: project.rst: Emphasize key takeaway; use dicts to supply values to ↵Karl O. Pinc
templates.
2013-10-02Docs: project.rst: Eliminate reduncency and better explain renderer.Karl O. Pinc
2013-10-01Add commaSteve Piercy
2013-10-01Docs: project.rst: Make the sentence more better.Karl O. Pinc
2013-10-01Docs: project.rst: Note that asset specs must be fully qualifed when moving ↵Karl O. Pinc
views into a sub-package.
2013-10-01Docs: project.rst: Match parenthesis & fix punctuation.Karl O. Pinc
2013-09-27Docs: Make clear that installation is into the virtual enviornment.Karl O. Pinc
2013-09-05update the MyProject example app to use pyramid_chameleonMichael Merickel
2013-08-15ZODB now supports Python3.Andrés Martano
2013-08-13Merge remote-tracking branch 'origin/master' into docs.gettingstartedPaul Everitt
Conflicts: docs/index.rst docs/latexindex.rst setup.py
2013-08-06add missing word ``pserve``Steve Piercy
2013-06-11About half of the first pass is done.Paul Everitt
2013-04-01Remove extra wordCatalin Iacob
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-03-06provide .INI highlightingTshepang Lekhonkhobe
2013-03-05Merge pull request #887 from tshepang/conciseTres Seaver
be more concise; simplify; remove obvious info
2013-03-05a more concise explanationTshepang Lekhonkhobe
* This removes an needless example (it should really be obvious what the text means). * It also fixes an incomplete sentence, which also happens to have broken grammar.
2013-03-05DRYTshepang Lekhonkhobe
2013-02-04narr/project.rst: Correct IP address 129.168.1.50 -> 192.168.1.50Marc Abramowitz
2012-11-29Sync MyProject files with the starter scaffoldPatricio Paez
- Line numbers are mentioned only in the Creating a Pyramid Project chapter; those that are affected were updated.