summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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-11-23expose the PickleSerializerMichael Merickel
2015-11-20use intersphinx links to webob objectsSteve 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-13minor grammar, .rst syntax, rewrap 79 colsSteve 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-12complete cache buster docs using manifest exampleMichael Merickel
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
2015-11-11wiki2/src/basiclayout/Steve Piercy
- update ini files using new scaffold
2015-11-11sqla_demo/sqla_demoSteve Piercy
- update references in literalincludes
2015-11-11sqla_demo/sqla_demoSteve Piercy
- add /models, /static, /templates, and /views
2015-11-10sqla_demo/sqla_demoSteve Piercy
- add /models, /static, /templates, and /views
2015-11-10sqla_demo/sqla_demoSteve Piercy
- update /scripts, /static, and /templates
2015-11-10sqla_demo/sqla_demo/Steve Piercy
- update __init__.py and tests.py - remove models.py and views.py in preference to modules
2015-11-10- update files at project rootSteve Piercy
2015-11-10- remove sqla_demo.sqlite db: it's generated by the userSteve Piercy
2015-11-09minor grammar, fix .rst markup, rewrap to 79 columnsSteve Piercy
2015-11-07Merge pull request #2086 from stevepiercy/docs-reorder-indexSteve Piercy
Reorder index.rst (see #2029) - Add https for git clone
2015-11-07minor grammar, fix .rst markup, rewrap to 79 columnsSteve Piercy
2015-11-06minor grammar, fix .rst markup, insert versionchanged directive, rewrap to ↵Steve Piercy
79 columns
2015-11-06minor grammar, fix .rst markup, insert versionchanged directive, rewrap to ↵Steve Piercy
79 columns
2015-11-06minor grammar, fix .rst markup, add emphasize lines for diff, rewrap to 79 ↵Steve Piercy
columns
2015-11-05reorder, remove redundant statements, reduce verbosity, update headings, rewrapSteve Piercy
2015-11-05Merge pull request #2083 from stevepiercy/masterSteve Piercy
minor grammar, fix .rst markup, rewrap to 79 columns
2015-11-05minor grammar, fix .rst markup, rewrap to 79 columnsSteve Piercy
2015-11-05literalinclude line number was off for Base objectNaoko Reeves
2015-11-04add missing periodSteve Piercy
(cherry picked from commit c7b1bff)
2015-11-04update tb_introspector.png, minor grammar, fix .rst markup, rewrap to 79 columnsSteve Piercy
2015-11-03minor grammar, fix .rst markup, rewrap to 79 columnsSteve Piercy
2015-11-02- remove deprecated section in docs (Closes #2067)Steve Piercy
- minor grammar, rewrap to 79 columns
2015-10-31minor grammar, rewrap to 79 columnsSteve Piercy
2015-10-30add linenos and emphasize-lines to code examplesSteve Piercy
2015-10-28Merge pull request #2051 from stevepiercy/masterSteve Piercy
minor grammar, rewrap 79 columns, some .rst syntax fixes, add a heade…