diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-11 02:44:15 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-11 02:44:15 -0700 |
| commit | 76b4086d403833efa43d614310a7d983ad4d7753 (patch) | |
| tree | 6b79a3f2f4cf1516a8d0aaa7a614c11291c09272 /docs/narr/MyProject/development.ini | |
| parent | 59b69f3edf116f8471445aedd832911bf007c9e9 (diff) | |
| parent | 1f67fd91990d3bd3e337ba2d80c76925ba5e4a3e (diff) | |
| download | pyramid-76b4086d403833efa43d614310a7d983ad4d7753.tar.gz pyramid-76b4086d403833efa43d614310a7d983ad4d7753.tar.bz2 pyramid-76b4086d403833efa43d614310a7d983ad4d7753.zip | |
Merge pull request #2471 from stevepiercy/docs/easy-install-to-pip.2104
- update narr/project.rst to use pip instead of setup.py
Diffstat (limited to 'docs/narr/MyProject/development.ini')
| -rw-r--r-- | docs/narr/MyProject/development.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/MyProject/development.ini b/docs/narr/MyProject/development.ini index 749e574eb..94fece8ce 100644 --- a/docs/narr/MyProject/development.ini +++ b/docs/narr/MyProject/development.ini @@ -1,6 +1,6 @@ ### # app configuration -# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html +# http://docs.pylonsproject.org/projects/pyramid/en/1.7-branch/narr/environment.html ### [app:main] @@ -29,7 +29,7 @@ port = 6543 ### # logging configuration -# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html +# http://docs.pylonsproject.org/projects/pyramid/en/1.7-branch/narr/logging.html ### [loggers] |
