Skip to content

Commit f2fc5d9

Browse files
author
Zearin
committed
Mark up files (…that I missed earlier…)
1 parent f010d20 commit f2fc5d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/_themes/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ this guide:
99
1. put this folder as _themes into your docs folder. Alternatively
1010
you can also use git submodules to check out the contents there.
1111

12-
2. add this to your conf.py: ::
12+
2. add this to your :file:`conf.py`: ::
1313

1414
sys.path.append(os.path.abspath('_themes'))
1515
html_theme_path = ['_themes']

docs/dev/env.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ virtualenv a pleasure to use by wrapping the command line API with a nicer CLI.
280280
$ pip install virtualenvwrapper
281281
282282
283-
Put this into your ``~/.bash_profile`` (Linux/Mac) file:
283+
Put this into your :file:`~/.bash_profile` (Linux/Mac) file:
284284

285285
.. code-block:: console
286286

docs/shipping/freezing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Prerequisite is to install :ref:`Python on Windows <install-windows>`.
5757

5858
1. Download and install http://sourceforge.net/projects/py2exe/files/py2exe/
5959

60-
2. Write setup.py (`List of configuration options <http://www.py2exe.org/index.cgi/ListOfOptions>`_)::
60+
2. Write :file:`setup.py` (`List of configuration options <http://www.py2exe.org/index.cgi/ListOfOptions>`_)::
6161

6262
.. code-block:: python
6363

0 commit comments

Comments
 (0)