summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-07-13 18:32:07 -0600
committerSteve Piercy <web@stevepiercy.com>2013-07-13 18:32:07 -0600
commitffdb7b6892be1952f9ac45091c80aa0500cb6507 (patch)
treedaf768a3ddb028d8dd720aa09d19c003f3f45e38 /docs
parent56d980d68a9bd84b0638143327cc52223e6601d9 (diff)
downloadpyramid-ffdb7b6892be1952f9ac45091c80aa0500cb6507.tar.gz
pyramid-ffdb7b6892be1952f9ac45091c80aa0500cb6507.tar.bz2
pyramid-ffdb7b6892be1952f9ac45091c80aa0500cb6507.zip
New tutorial: Using PyCharm with Pyramid
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/pycharm/index.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/tutorials/pycharm/index.rst b/docs/tutorials/pycharm/index.rst
index 1b7c07f98..f2e3b7bcb 100644
--- a/docs/tutorials/pycharm/index.rst
+++ b/docs/tutorials/pycharm/index.rst
@@ -151,10 +151,9 @@ project.
In PyCharm, select *VCS > Enable Version Control Integration...*, then select
Git as your VCS and click the OK button.
-See `Cloning a Repository from GitHub
-<http://www.jetbrains.com/pycharm/webhelp/cloning-a-repository-from-github.html
->`_ in the PyCharm documentation for more information on using GitHub and git
-in PyCharm.
+See `Cloning a Repository from GitHub <http://www.jetbrains.com/pycharm/webhelp/cloning-a-repository-from-github.html>`_
+in the PyCharm documentation for more information on using GitHub and git in
+PyCharm.
We will refer to the cloned repository of Pyramid on your computer as your
"local Pyramid repository".