summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/basiclayout.rst
AgeCommit message (Collapse)Author
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
2012-11-30A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2Marc Abramowitz
2012-11-20Sync views.py on SQL wiki tutorial with the scaffoldPatricio Paez
- Explain the added lines in the Basic Layout chapter. - The user is told to remove the added lines in the Defining Views chapter, there was no need to fix any emphasized lines. - Sync the file in the other sections even if it is not shown, for consistency.
2012-09-22- Add ``Base.metadata.bind = engine`` to alchemy template, so that tablesChris McDonough
defined imperatively will work. - update wiki2 SQLA tutorial with the changes required after inserting ``Base.metadata.bind = engine`` into the alchemy scaffold.
2012-08-04fix two minor typos in docsDaniel Haaker
2012-03-17explain base a bitChris McDonough
2012-03-17explain zopetransaction extensionChris McDonough
2012-03-17Merge pull request #496 from douglatornell/sql-tut-editsChris McDonough
Improve text of SQLAlchemy wiki tutorial.
2012-03-17Improve text of SQLAlchemy wiki tutorial.Doug Latornell
A mixture of typo fixes and wording improvements.
2012-03-17master->1.3-branchChris McDonough
2012-03-12More clarification, telling the user to open specified files.Audrey Roy
2012-03-12Clarified which files to open/edit. Highlighted the lines to be edited in ↵Audrey Roy
models.py.
2012-03-12More concise views.py section.Audrey Roy
2012-01-04Removed repetition of the word "the" in the Wiki Tutorial.Mathieu Larose