From d1352fc4a15536090758e4654324a792264cf327 Mon Sep 17 00:00:00 2001 From: Mike McCallister Date: Tue, 12 Jul 2011 17:03:13 -0500 Subject: Minor change to better use Sphinx syntax for environment variables. Has the benefit that environment variable names will now be visible in the documentation index. --- doc/development/setup.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/development/setup.txt') diff --git a/doc/development/setup.txt b/doc/development/setup.txt index 8729ee76e..ad53e5da2 100644 --- a/doc/development/setup.txt +++ b/doc/development/setup.txt @@ -10,10 +10,10 @@ Environment setup for development git clone git://git.mcs.anl.gov/bcfg2.git -* Create link to ``src/lib``:: +* Create link to :file:`src/lib`:: cd bcfg2 ln -s src/lib Bcfg2 -* Add ``bcfg2/src/sbin`` to your PATH environment variable -* Add ``bcfg2`` to your PYTHONPATH environment variable +* Add :file:`bcfg2/src/sbin` to your :envvar:`PATH` environment variable +* Add :file:`bcfg2` to your :envvar:`PYTHONPATH` environment variable -- cgit v1.2.3-1-g7c22