Skip to content

Commit 38f4b39

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent d645988 commit 38f4b39

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/admin_guide.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Administration Guide
33
====================
44

5-
:Version: $Revision: 1.2 $
5+
:Version: $Revision: 1.3 $
66

77
.. contents::
88

@@ -17,20 +17,20 @@ There's two "installations" that we talk about when using Roundup:
1717
directories. On Windows, this is typically:
1818

1919
Scripts
20-
<python dir>\scripts\...
20+
``<python dir>\scripts\...``
2121
Core code
22-
<python dir>\lib\site-packages\roundup\...
22+
``<python dir>\lib\site-packages\roundup\...``
2323
Support files
24-
<python dir>\share\roundup\...
24+
``<python dir>\share\roundup\...``
2525

2626
and on Unix-like systems (eg. Linux):
2727

2828
Scripts
29-
<python root>/bin/...
29+
``<python root>/bin/...``
3030
Core code
31-
<python root>/lib-<python version>/site-packages/roundup/...
31+
``<python root>/lib-<python version>/site-packages/roundup/...``
3232
Support files
33-
<python root>/share/roundup/...
33+
``<python root>/share/roundup/...``
3434

3535
2. The installation of a specific tracker. When invoking the roundup-admin
3636
"inst" (and "init") commands, you're creating a new Roundup tracker. This

0 commit comments

Comments
 (0)