mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Mark up files (…that I missed earlier…)
This commit is contained in:
Vendored
+1
-1
@@ -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']
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ Prerequisite is to install :ref:`Python on Windows <install-windows>`.
|
||||
|
||||
1. Download and install http://sourceforge.net/projects/py2exe/files/py2exe/
|
||||
|
||||
2. Write setup.py (`List of configuration options <http://www.py2exe.org/index.cgi/ListOfOptions>`_)::
|
||||
2. Write :file:`setup.py` (`List of configuration options <http://www.py2exe.org/index.cgi/ListOfOptions>`_)::
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user