Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 4dec827

Browse files
committed
Merge pull request realpython#408 from Zearin/markup-option
Mark up command line options
2 parents d815acc + ba34421 commit 4dec827

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/dev/env.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ the syntax file included in VIM 6.1.
3838
These plugins supply you with a basic environment for developing in Python.
3939
To get the most out of Vim, you should continually check your code for syntax
4040
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
4242
plugins to do these checks from within the editor.
4343

4444
For PEP8 checking, install the vim-pep8_ plugin, and for pyflakes you can
@@ -241,7 +241,7 @@ case, it would be ``rm -rf venv``.)
241241
Other 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
245245
include the packages that are installed globally. This can be useful
246246
for 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.]

docs/shipping/freezing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4343
Windows
4444
-------

docs/shipping/packaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pypiserver
6767

6868
`Pypiserver <https://pypi.python.org/pypi/pypiserver>`_ is a minimal PyPI compatible server.
6969
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
7171
latest versions found on PyPI.
7272

7373

0 commit comments

Comments
 (0)