summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2015-12-21remove :cwd: argument from programoutput rst directive so that travis will passSteve Piercy
2015-12-21attempt to get travis to pass on programoutput rst directiveSteve Piercy
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-20add sphinxcontrib-programoutput configuration to render command line outputSteve Piercy
2015-12-17Merge pull request #2171 from mmerickel/feature/add-cache-busterMichael Merickel
config.add cache buster
2015-12-17grammar updates from stevepiercyMichael Merickel
2015-12-17progress through "Pyramid Uses a ZCA Registry"Steve Piercy
- minor grammar, wrap 79 columns
2015-12-16update docs to support explicit asset overridesMichael Merickel
2015-12-14- Remove broken integration test example from testing and source file, per #2172Steve Piercy
- Update functional test with explicit instructions and to sync with actual starter scaffold
2015-12-09fix broken ref in docsMichael Merickel
2015-12-08update the cache busting narrative to use add_cache_busterMichael Merickel
2015-12-08update narrative docs and literalinclude source files that use the starter ↵Steve Piercy
scaffold to reflect its current state
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-12-04- add emphasize lines, minor grammar, rewrap 79 columnsSteve Piercy
2015-12-03- add updated tutorial and documentation files due to scaffold enhancementsSteve Piercy
2015-12-02- adjust linenos for NAMING_CONVENTION commentSteve Piercy
2015-12-02- add comment to NAMING_CONVENTION per 9b12c01168cb756ec36351d7414cad95e87f6581Steve Piercy
2015-12-02Merge pull request #2155 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
Feature/alchemy scaffold update - wiki2/tests
2015-12-02- rewrite wiki2/tests.rst (removed an obsolete reference to testing models, ↵Steve Piercy
per 2885a7b96545c037109d7999319f74869a640050) - add wiki2/src/tests/ files. special thanks to @ppaez
2015-12-01Add documentation why we add a naming conventionBert JW Regeer
2015-11-23expose the PickleSerializerMichael Merickel
2015-11-20use intersphinx links to webob objectsSteve Piercy
2015-11-20wiki2/tests - commit progressSteve Piercy
2015-11-16- update wiki2/design.rst to use jinja templatesSteve Piercy
- minor grammar - .rst fixes - rewrap to 79 columns
2015-11-16- complete rewrite of wiki2/authorization.rstSteve Piercy
- add wiki2/src/authorization/ files - improve <title> tag in views/tutorial/templates/edit.jinja2
2015-11-15wrap content with <p>Steve Piercy
2015-11-15update docs to use asset specs with ManifestCacheBusterMichael Merickel
2015-11-15minor grammar, .rst syntax fixes, rewrap 79 colsSteve Piercy
2015-11-15wiki2/authorization.rst - progress on models and security from module to ↵Steve Piercy
subpackage
2015-11-14commit new wiki2/src/views/tutorial filesSteve Piercy
2015-11-14minor changes to narrative flowSteve Piercy
2015-11-13minor grammar, .rst syntax, rewrap 79 colsSteve Piercy
2015-11-13correct line numbers in and remove obsolete WIP block wiki2/basiclayout.rstSteve Piercy
2015-11-13update wiki2/src/views and wiki2/definingviews.rstSteve Piercy
2015-11-13update wiki2/src/views and wiki2/definingviews.rstSteve Piercy
2015-11-12update cache buster prose and add ManifestCacheBusterMichael Merickel
redux of #2013
2015-11-12Revert "fix/remove-default-cachebusters"Michael Merickel
This reverts commit 7410250313f893e5952bb2697324a4d4e3d47d22. This reverts commit cbec33b898efffbfa6acaf91cae45ec0daed4d7a. This reverts commit 345ca3052c395545b90fef9104a16eed5ab051a5, reversing changes made to 47162533af84bb8d26db6d1c9ba1e63d70e9070f.
2015-11-12Merge branch 'fix/remove-default-cachebusters'Michael Merickel
2015-11-12Restore progress after backing changes out of master.Michael Merickel
This reverts commit 049e670aef9ea5611561546fd5c0e2dd6152b9b7.
2015-11-12Merge branch 'master' into feature/alchemy-scaffold-updateTres Seaver
Conflicts: docs/tutorials/wiki2/basiclayout.rst
2015-11-12update wiki2/src/models and wiki2/definingmodels.rstSteve Piercy
2015-11-12basiclayout/tutorial poke in attempt to resolve merge conflict on GitHubSteve Piercy
2015-11-12basiclayout/tutorial - models, scripts, static, templatesSteve Piercy
- use package instead of single file - add tests.py from scaffold - update basiclayout.rst with models section
2015-11-12complete cache buster docs using manifest exampleMichael Merickel
2015-11-11basiclayout/tutorial - viewsSteve Piercy
- use package instead of single file - add tests.py from scaffold - update basiclayout.rst with views section
2015-11-11basiclayout/tutorial/setup.py - update template binding from chameleon to jinja2Steve Piercy
2015-11-11Revert "update wiki2/src/basiclayout/tutorial"Steve Piercy
2015-11-11Merge pull request #2108 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
update wiki2/src/basiclayout/tutorial
2015-11-11- update basiclayout/tutorial/__init__.pySteve Piercy
- update section "Application configuration with ``__init__.py``" - move WIP to "Content Models with ``models.py``", wrapped by Sphinx comments