diff options
| author | Steve Piercy <web@stevepiercy.com> | 2013-07-13 18:32:07 -0600 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2013-07-13 18:32:07 -0600 |
| commit | ffdb7b6892be1952f9ac45091c80aa0500cb6507 (patch) | |
| tree | daf768a3ddb028d8dd720aa09d19c003f3f45e38 | |
| parent | 56d980d68a9bd84b0638143327cc52223e6601d9 (diff) | |
| download | pyramid-ffdb7b6892be1952f9ac45091c80aa0500cb6507.tar.gz pyramid-ffdb7b6892be1952f9ac45091c80aa0500cb6507.tar.bz2 pyramid-ffdb7b6892be1952f9ac45091c80aa0500cb6507.zip | |
New tutorial: Using PyCharm with Pyramid
| -rw-r--r-- | docs/tutorials/pycharm/index.rst | 7 |
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". |
