Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 3 Mar 2004 05:00:26 +0000 (05:00 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 3 Mar 2004 05:00:26 +0000 (05:00 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2138 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/admin_guide.txt

index 558ea388d33f2ece1d1a42b85b68e6f3bee630d6..63a676f7e2093ad7b86184499b61e3efe4d3b49b 100644 (file)
@@ -2,7 +2,7 @@
 Administration Guide
 ====================
 
-:Version: $Revision: 1.2 $
+:Version: $Revision: 1.3 $
 
 .. contents::
 
@@ -17,20 +17,20 @@ There's two "installations" that we talk about when using Roundup:
    directories. On Windows, this is typically:
 
    Scripts
-     <python dir>\scripts\...
+     ``<python dir>\scripts\...``
    Core code
-     <python dir>\lib\site-packages\roundup\...
+     ``<python dir>\lib\site-packages\roundup\...``
    Support files
-     <python dir>\share\roundup\...
+     ``<python dir>\share\roundup\...``
 
    and on Unix-like systems (eg. Linux):
 
    Scripts
-     <python root>/bin/...
+     ``<python root>/bin/...``
    Core code
-     <python root>/lib-<python version>/site-packages/roundup/...
+     ``<python root>/lib-<python version>/site-packages/roundup/...``
    Support files
-     <python root>/share/roundup/...
+     ``<python root>/share/roundup/...``
 
 2. The installation of a specific tracker. When invoking the roundup-admin
    "inst" (and "init") commands, you're creating a new Roundup tracker. This