diff options
| author | Chris McDonough <chrism@plope.com> | 2013-07-15 23:10:03 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-07-15 23:10:03 -0400 |
| commit | df3cd8dd94d8529e211d3319bb10a3ced1b3990b (patch) | |
| tree | 924a201c5438e316cb8fa2677852ff834c356179 /HACKING.txt | |
| parent | fc105d25af21589a5836c479684be0dc514adee3 (diff) | |
| parent | 75fc4ac60ed4217cfaed4145656b7cefdc05cb04 (diff) | |
| download | pyramid-df3cd8dd94d8529e211d3319bb10a3ced1b3990b.tar.gz pyramid-df3cd8dd94d8529e211d3319bb10a3ced1b3990b.tar.bz2 pyramid-df3cd8dd94d8529e211d3319bb10a3ced1b3990b.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt index 26e85ee80..5b5dcc458 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -126,7 +126,7 @@ documentation in this package which references that API or behavior must change to reflect the bug fix, ideally in the same commit that fixes the bug or adds the feature. -To build and review docs (where ``$yourvenv`` refers to the virtualenv you're +To build and review docs (where ``$VENV`` refers to the virtualenv you're using to develop Pyramid): 1. Run ``$VENV/bin/python setup.py dev docs``. This will cause Sphinx |
