summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/basiclayout.rst
AgeCommit message (Collapse)Author
2024-02-04upgrade basiclayout chapterMichael Merickel
2020-01-07revamp the test suite and explain the fixturesMichael Merickel
2020-01-06sync basiclayout, installation, models with new structureMichael Merickel
2020-01-02Update docs/tutorials/wiki2/basiclayout.rst and related src filesSteve Piercy
2018-09-16doc fixesStephen Martin
2018-09-09merging cookiecuttersStephen Martin
2018-09-01Remove extra "the"Steve Piercy
2018-08-30Update wiki2 with alchemy cookiecutter source filesSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki2/basiclayoutSteve Piercy
2016-12-23wiki2/*.rst first cut from comparing across branchesSteve Piercy
2016-07-29corrected folder name in docsandrew david burt
one of the instances of the tutorial's folder name was mistyped as "tutorials" rather than "tutorial" in the "Route declarations" section (cherry picked from commit 696f17c)
2016-04-09- add intersphinx targetsSteve Piercy
2016-02-22update basiclayoutSteve Piercy
- minor grammar and syntax - insert complete mymodel.py code
2016-02-14split routes into a separate moduleMichael Merickel
2016-02-08Merge pull request #2 from ↵Michael Merickel
stevepiercy/mmerickel-feature/alchemy-scaffold-update-tweaks minor grammar and punctuation tweaks, break up run-on sentences.
2016-02-07assume the user is in the tutorial folderMichael Merickel
this is already assumed inside of installation where commands are run relative to setup.py
2016-02-05minor grammar and punctuation tweaks, break up run-on sentences.Steve Piercy
2016-02-05link to create_all sqla methodMichael Merickel
2016-02-05update basiclayout proseMichael Merickel
2016-02-05unindent literalincludesMichael Merickel
2015-12-02- adjust linenos for NAMING_CONVENTION commentSteve Piercy
2015-11-14minor changes to narrative flowSteve Piercy
2015-11-13correct line numbers in and remove obsolete WIP block wiki2/basiclayout.rstSteve Piercy
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-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-11basiclayout/tutorial - viewsSteve Piercy
- use package instead of single file - add tests.py from scaffold - update basiclayout.rst with views section
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-05literalinclude line number was off for Base objectNaoko Reeves
2015-10-06Include the right line number from the .py fileBert JW Regeer
This was including a blank line. This mistake was caught when attempting to build a PDF file using latexpdf due to LaTeX not allowing certain sections to be blank.
2015-10-01wiki2 documentation precisely matches the scaffolding outputnharringtonwasatch
2015-05-25grammar, caps, minor tweaksSteve Piercy
2015-05-24- make templates html5 compliantSteve Piercy
- punctuation, grammar, spelling - fix linenos references - update outputs
2013-09-08fix merge conflictChris McDonough
2013-09-06Add small note showing example usage of MyModelBert JW Regeer
2013-09-06changed the explanation of the (now missing) __init__ methodsergey.volobuev
2013-09-06update the code in the wiki and wiki2 tutorials to use pyramid_chameleonMichael Merickel
2013-03-23change some slightly awkward wordingChris McDonough
2013-03-21Update definingviews.rst explain matchdict more explicitly, conciselyPatrick Canfield
2013-03-21Update basiclayout.rst, more deductive concept ordering, singular form of termsPatrick Canfield
2013-03-21add hyperlinks for SQLAlchemyTshepang Lekhonkhobe
2013-03-17grammarTshepang Lekhonkhobe
2013-01-20point to the sources of the wiki tutorials in just one location; fix #763Tshepang Lekhonkhobe
* This avoids having to update the link multiple times. * Also, mention their location, in case user has Pyramid checkout.
2013-01-04typosTshepang Lekhonkhobe
2012-12-10Merge pull request #736 from msabramo/docs-tutorials-wiki2-tweaksChris McDonough
A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2
2012-12-01Sync models.py in SQL wiki tutorialPatricio Paez
- Update lines and emphasized-lines - No line numbers if only a single line
2012-12-01Sync __init__.py in SQL wiki tutorialPatricio Paez
- Update lines and emphasized-lines - No line numbers if only a single line