File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ the syntax file included in VIM 6.1.
3838These plugins supply you with a basic environment for developing in Python.
3939To get the most out of Vim, you should continually check your code for syntax
4040errors and PEP8 compliance. Luckily PEP8 _ and Pyflakes _ will do this for you.
41- If your VIM is compiled with `+python ` you can also utilize some very handy
41+ If your VIM is compiled with :option: `+python ` you can also utilize some very handy
4242plugins to do these checks from within the editor.
4343
4444For PEP8 checking, install the vim-pep8 _ plugin, and for pyflakes you can
@@ -241,7 +241,7 @@ case, it would be ``rm -rf venv``.)
241241Other Notes
242242^^^^^^^^^^^
243243
244- Running ``virtualenv `` with the option `` --no-site-packages ` ` will not
244+ Running ``virtualenv `` with the option :option: ` --no-site-packages ` will not
245245include the packages that are installed globally. This can be useful
246246for keeping the package list clean in case it needs to be accessed later.
247247[This is the default behavior for ``virtualenv `` 1.7 and later.]
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ cx_Freeze yes yes yes yes PSF no yes yes
3838.. note ::
3939 All solutions need MS Visual C++ dll to be installed on target machine.
4040 Only Pyinstaller makes self-executable exe that bundles the dll when
41- passing `` --onefile ` ` to :file: `Configure.py `.
41+ passing :option: ` --onefile ` to :file: `Configure.py `.
4242
4343Windows
4444-------
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ pypiserver
6767
6868`Pypiserver <https://pypi.python.org/pypi/pypiserver >`_ is a minimal PyPI compatible server.
6969It can be used to serve a set of packages to easy_install or pip. It includes helpful
70- features like an administrative command (`` -U ` `) which will update all its packages to their
70+ features like an administrative command (:option: ` -U `) which will update all its packages to their
7171latest versions found on PyPI.
7272
7373
You can’t perform that action at this time.
0 commit comments