-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs cookiecutter changes only - Quick Tutorial and all other files #2889
Merged
mmerickel
merged 29 commits into
Pylons:master
from
stevepiercy:docs-cookiecutter-changes-only
Jan 3, 2017
Merged
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
caee6c5
quick_tutorial/requirements - add prompt
stevepiercy 910b8a0
quick_tutorial/tutorial_approach - Fix up the process description to …
stevepiercy b00c4e4
quick_tutorial/tutorial_approach - Fix up the process description to …
stevepiercy 558f3e7
quick_tutorial/cookiecutters - renamed from scaffolds
stevepiercy 99d45a9
quick_tutorial/hello_world - minor update for cd into current directory.
stevepiercy 6261ae4
narr/cookiecutters - add
stevepiercy f698dd7
narr/assets - update
stevepiercy b0b2b07
narr/extending - update
stevepiercy 6b3f9e5
narr/install - update
stevepiercy 0ff7407
narr/introduction - update
stevepiercy 2d35e2f
narr/logging - update
stevepiercy 0a11d04
narr/paste - update
stevepiercy e2cda93
narr/cookiecutters - revise
stevepiercy e1b26ed
narr/project - update for cookiecutters
stevepiercy 2afc74b
tutorials/modwsgi/index - update for cookiecutters
stevepiercy af33f71
glossary - moar updates for cookiecutters
stevepiercy d5b5d08
quicktour - moar updates for cookiecutters
stevepiercy 8e09458
latexindex - update for cookiecutters
stevepiercy b52d1a2
quick_tutorial - moar updates for cookiecutters
stevepiercy 72a96e2
narr/startup - update for cookiecutters
stevepiercy af098b6
narr/webob - update for cookiecutters
stevepiercy fb77c90
quick_tutorial - refactor MyProject/myproject for cookiecutters
stevepiercy d81ed38
replace pcreate with pserve
stevepiercy c66842c
narr/commandline - update for cookiecutters
stevepiercy b648eff
undo update for tutorials/modwsgi
stevepiercy 7d16c02
update Sphinx link target
stevepiercy 43549fb
fix link target
stevepiercy b867c82
Remove notes about cookiecutter installation, as they now remove sudo…
stevepiercy a36d33b
Waitress dropped 2.6 and 3.2 support
stevepiercy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. _cookiecutters: | ||
|
||
Pyramid cookiecutters | ||
===================== | ||
|
||
.. versionadded:: 1.8 | ||
|
||
A :term:`cookiecutter` is a command-line utility that creates projects from :ref:`cookiecutters <cookiecutter:readme>` (project templates), e.g., creating a Python package project from a Python package project template. | ||
|
||
Pyramid cookiecutters have replaced the now deprecated Pyramid scaffolds, and should be used going forward. Pyramid cookiecutters released under the Pylons Project include: | ||
|
||
* `pyramid-cookiecutter-alchemy <https://github.com/Pylons/pyramid-cookiecutter-alchemy>`_ | ||
* `pyramid-cookiecutter-starter <https://github.com/Pylons/pyramid-cookiecutter-starter>`_ | ||
* `pyramid-cookiecutter-zodb <https://github.com/Pylons/pyramid-cookiecutter-zodb>`_ | ||
|
||
.. seealso:: | ||
|
||
See also `Cookiecutter Installation <https://cookiecutter.readthedocs.io/en/latest/installation.html>`_ and `Cookiecutter Features <https://cookiecutter.readthedocs.io/en/latest/readme.html#features>`_. Development of cookiecutters is documented under `Learn the Basics of Cookiecutter by Creating a Cookiecutter <https://cookiecutter.readthedocs.io/en/latest/first_steps.html>`_. | ||
|
||
.. seealso:: | ||
|
||
See also :term:`scaffold`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[run] | ||
source = myproject | ||
omit = myproject/test* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
0.0 | ||
--- | ||
|
||
- Initial version. |
2 changes: 1 addition & 1 deletion
2
docs/narr/MyProject/MANIFEST.in → docs/narr/myproject/MANIFEST.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
include *.txt *.ini *.cfg *.rst | ||
recursive-include myproject *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml | ||
recursive-include myproject *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.jinja2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
MyProject | ||
=============================== | ||
|
||
Getting Started | ||
--------------- | ||
|
||
- Change directory into your newly created project. | ||
|
||
cd MyProject | ||
|
||
- Create a Python virtual environment. | ||
|
||
python3 -m venv env | ||
|
||
- Upgrade packaging tools. | ||
|
||
env/bin/pip install --upgrade pip setuptools | ||
|
||
- Install the project in editable mode with its testing requirements. | ||
|
||
env/bin/pip install -e ".[testing]" | ||
|
||
- Run your project's tests. | ||
|
||
env/bin/pytest | ||
|
||
- Run your project. | ||
|
||
env/bin/pserve development.ini |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.3+
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, looks like the deprecations include 2.6 as well as 3.2, but the narrative docs for Waitress still say 2.6 and 3.2. I'll take care of that bit of housekeeping in that repo.