This repository was archived by the owner on Aug 28, 2025. It is now read-only.
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.
38
38
These plugins supply you with a basic environment for developing in Python.
39
39
To get the most out of Vim, you should continually check your code for syntax
40
40
errors 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
42
42
plugins to do these checks from within the editor.
43
43
44
44
For PEP8 checking, install the vim-pep8 _ plugin, and for pyflakes you can
@@ -241,7 +241,7 @@ case, it would be ``rm -rf venv``.)
241
241
Other Notes
242
242
^^^^^^^^^^^
243
243
244
- Running ``virtualenv `` with the option `` --no-site-packages ` ` will not
244
+ Running ``virtualenv `` with the option :option: ` --no-site-packages ` will not
245
245
include the packages that are installed globally. This can be useful
246
246
for keeping the package list clean in case it needs to be accessed later.
247
247
[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
38
38
.. note ::
39
39
All solutions need MS Visual C++ dll to be installed on target machine.
40
40
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 `.
42
42
43
43
Windows
44
44
-------
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ pypiserver
67
67
68
68
`Pypiserver <https://pypi.python.org/pypi/pypiserver >`_ is a minimal PyPI compatible server.
69
69
It 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
71
71
latest versions found on PyPI.
72
72
73
73
You can’t perform that action at this time.
0 commit comments