diff options
Diffstat (limited to 'doc/tutorial.txt')
-rw-r--r-- | doc/tutorial.txt | 15 |
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 ============ |