aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tutorial.txt
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-06-22 13:37:49 -0400
committerW. Trevor King <wking@drexel.edu>2010-06-22 13:37:49 -0400
commitf72b6c9ed5588a87d5d2c6b28d0ba68a09ac2cea (patch)
tree3d492361a74a7274642bc46ee7fa1ffc89d20926 /doc/tutorial.txt
parent401152d6eec5167043dedde60c0a64d0affbd120 (diff)
downloadbugseverywhere-f72b6c9ed5588a87d5d2c6b28d0ba68a09ac2cea.tar.gz
Many markup fixes in doc/
Also added subdir option to generate-libbe-txt.make_module_txt(), in the hopes that subdir='.' would fix the missing reference errors, but no luck (although it did reduce them). I'm sticking with subdir='libbe' for now to avoid cluttering doc/ with autogenerated cruft.
Diffstat (limited to 'doc/tutorial.txt')
-rw-r--r--doc/tutorial.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/tutorial.txt b/doc/tutorial.txt
index 7932c9c..a37b014 100644
--- a/doc/tutorial.txt
+++ b/doc/tutorial.txt
@@ -15,16 +15,15 @@ and helps keep the bug repository in sync with the code.
However, there are some differences compared to centralized
bugtrackers. Because bugs and comments can be created by several
-users in parallel, they have globally unique IDs_ rather than numbers.
-There is also a developer-friendly command-line_ interface to
-compliment the user-friendly web_ and email_ interfaces. This
-tutorial will focus on the command-line interface as the most
-powerful, and leave the web and email interfaces to other documents.
+users in parallel, they have globally unique
+:mod:`IDs </libbe.util.id>` rather than numbers. There is also a
+developer-friendly command-line_ interface to compliment the
+user-friendly :doc:`web </tutorial-html>` and
+:doc:`email </tutorial-email>` interfaces. This tutorial will focus
+on the command-line interface as the most powerful, and leave the web
+and email interfaces to other documents.
.. _command-line: `Command-line interface`_
-.. _web: tutorial-html.txt
-.. _email: tutorial-email.txt
-.. _IDs: libbe/libbe.util.id.txt
Installation
============