summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/installation.rst
AgeCommit message (Collapse)Author
2024-02-07fix pytest / coverage referencesMichael Merickel
2024-02-04upgrade definingmodels chapterMichael Merickel
2024-02-04upgrade the wiki2/installation chapterMichael Merickel
2022-12-30Fix English grammar and syntax in wiki installation.rstSteve Piercy
2022-12-30Update docs/tutorials/wiki2/installation.rstMichael Merickel
2022-11-14rename "master" to "main"jonathan vanasco
2021-01-09Update outputs of running tests with coverageSteve Piercy
2021-01-07Use py39 envSteve Piercy
2021-01-07Layout now uses autoscroll, so no need to wrap linesSteve Piercy
2020-01-15Remove bits that demo what one would need to do without defaultsSteve Piercy
- Sync up wiki with language from wiki2
2020-01-14Align Windows command with UnixSteve Piercy
2020-01-14Remove Windows command promptSteve Piercy
2020-01-13Update version numbers since last run to the latestSteve Piercy
2020-01-10sync wiki installation, basiclayout, models and views chapters with new ↵Michael Merickel
cookiecutter
2020-01-06sync basiclayout, installation, models with new structureMichael Merickel
2020-01-02Resync wiki2/*.rst and related files after moving tests directorySteve Piercy
2020-01-02Update docs/tutorials/wiki2/installation.rst and related src filesSteve Piercy
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
2018-10-31move master to 2.0.dev0Michael Merickel
2018-10-15point cookiecutters at 1.10-branchMichael Merickel
2018-10-05Merge branch 'master' into one_ccSteve Piercy
2018-10-04Update Pyramid documentation pytest references with feedbackPaul Cutler
Update the pull request to update all Pyramid documentation to replace instances of "py.test" with "pytest" to include missing backticks where needed.
2018-10-03Change references to "py.test" to "pytest" in SQLAlchemy tutorialPaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the SQLAlchemy + URL Dispatch tutorial
2018-09-17name changeStephen Martin
2018-09-16doc fixesStephen Martin
2018-09-09merging cookiecuttersStephen Martin
2018-08-22Bump Python version to 3.7 in docs and project meta filesSteve Piercy
2018-08-19Standardize Unix capitalizationSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki2/installationSteve Piercy
2018-06-25Add Alembic and clarify console script in Installation stepSteve Piercy
2018-04-24link to pypi.orgMichael Merickel
2017-06-27Update all external links per `make linkcheck`Steve Piercy
- Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes.
2017-06-27prep 1.10.dev0Michael Merickel
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2017-06-10update src files and synch emphasize-lines for alchemy wiki tutorialSteve Piercy
2017-06-02mid-release cycle will be the death of meSteve Piercy
2017-06-02append ` --checkout master` to cookie cutter commandSteve Piercy
2017-06-01use shortcut for github URL; update RELEASING.txtSteve Piercy
- refs: #3042
2017-04-23update user prompt for cookiecutter repo_nameSteve Piercy
- refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/27#issuecomment-296507821
2017-02-28update pyramid-cookiecutter-starter prompts and reformat presentation of all ↵Steve Piercy
cookiecutter prompts
2017-01-15Update Windows docsSteve Piercy
- Installation overhauled - update project.rst to remove duplication - Windows paths never end with "\" except for a drive name, for example C:\ - use backslashes for paths - backslashes cannot be used for line continuation on Windows - update extra packages for Windows - Python now has a Windows launcher
2017-01-01Remove notes about cookiecutter installation, as they now remove sudo for ↵Steve Piercy
most systems
2016-12-23sort packages alphaSteve Piercy
2016-12-23wiki2/*.rst first cut from comparing across branchesSteve Piercy
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-11-20link to documentation on hupperMichael Merickel
fixes #2806
2016-07-29remove essentially duplicate "note" section under "initializing the database"andrew david burt
The note section under "initializing the database" was entered twice, the same except differing verb tenses. I removed one. (cherry picked from commit 96c1e36)
2016-05-23Merge pull request #2601 from stevepiercy/1.7-branchSteve Piercy
revert column type change in alchemy scaffold and related docs
2016-05-22change type integer to type text, and update output of db init scriptSteve Piercy
- update output of running pytest coverage
2016-05-07update wiki1 with py.test and coverage defaultsSteve Piercy