From f2fc5d9c1cb5a2e32086ab23910a0f5e35468502 Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 11 Apr 2014 15:10:03 -0400 Subject: [PATCH] =?UTF-8?q?Mark=20up=20files=20(=E2=80=A6that=20I=20missed?= =?UTF-8?q?=20earlier=E2=80=A6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_themes/README.rst | 2 +- docs/dev/env.rst | 2 +- docs/shipping/freezing.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_themes/README.rst b/docs/_themes/README.rst index 2e875d4..ac39804 100644 --- a/docs/_themes/README.rst +++ b/docs/_themes/README.rst @@ -9,7 +9,7 @@ this guide: 1. put this folder as _themes into your docs folder. Alternatively you can also use git submodules to check out the contents there. -2. add this to your conf.py: :: +2. add this to your :file:`conf.py`: :: sys.path.append(os.path.abspath('_themes')) html_theme_path = ['_themes'] diff --git a/docs/dev/env.rst b/docs/dev/env.rst index aa63fee..eee0bfc 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -280,7 +280,7 @@ virtualenv a pleasure to use by wrapping the command line API with a nicer CLI. $ pip install virtualenvwrapper -Put this into your ``~/.bash_profile`` (Linux/Mac) file: +Put this into your :file:`~/.bash_profile` (Linux/Mac) file: .. code-block:: console diff --git a/docs/shipping/freezing.rst b/docs/shipping/freezing.rst index a54ea95..46e57f1 100644 --- a/docs/shipping/freezing.rst +++ b/docs/shipping/freezing.rst @@ -57,7 +57,7 @@ Prerequisite is to install :ref:`Python on Windows `. 1. Download and install http://sourceforge.net/projects/py2exe/files/py2exe/ -2. Write setup.py (`List of configuration options `_):: +2. Write :file:`setup.py` (`List of configuration options `_):: .. code-block:: python