From 2017f0226504c6b5493b05b6e6626252eda3a413 Mon Sep 17 00:00:00 2001 From: Chen Liu Date: Thu, 6 Feb 2014 21:10:56 -0500 Subject: [PATCH 1/2] update "env.rst" --- docs/dev/env.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index e2e628c..8739a36 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -17,7 +17,7 @@ or icons. There exist a couple of plugins and settings for the VIM editor to aid Python development. If you only develop in Python, a good start is to set the default settings for indentation and line-wrapping to values compliant with :pep:`8`. In your home directory, open a file called `.vimrc` and add the -following lines::: +following lines:: set textwidth=79 " lines longer than 79 columns will be broken set shiftwidth=4 " operation >> indents 4 columns; << unindents 4 columns @@ -118,7 +118,7 @@ Sublime Text extraordinary features and amazing performance. Sublime Text has excellent support for editing Python code and uses Python for -its plugin API. It also has plugins a diverse variety of plugins, `some of which `_ +its plugin API. It also has a diverse variety of plugins, `some of which `_ allow for in-editor PEP8 checking and code "linting". From bdf516bb240f850b780e89cb10de62b0c5df6b66 Mon Sep 17 00:00:00 2001 From: Chen Liu Date: Thu, 6 Feb 2014 21:30:51 -0500 Subject: [PATCH 2/2] add comma --- docs/dev/virtualenvs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index c08f111..cf2b285 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -140,7 +140,7 @@ Other useful commands autoenv ------- -When you ``cd`` into a directory containing a ``.env`` `autoenv `_ +When you ``cd`` into a directory containing a ``.env``, `autoenv `_ automagically activates the environment. Install it on Mac OS X using ``brew``: