diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 08:13:13 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 08:16:38 -0400 |
commit | d9b9c4fdb13a0e0dc41184ea8d907bd5fa156e0d (patch) | |
tree | 4fa765a5b72b1a4c1c083e80706128620a3fc9f8 /doc/tutorial.txt | |
parent | 26aadf775cbafd14e98870f818aae078181080d8 (diff) | |
download | bugseverywhere-d9b9c4fdb13a0e0dc41184ea8d907bd5fa156e0d.tar.gz |
doc: update :mod: to :py:mod: for modern Sphinx.
Diffstat (limited to 'doc/tutorial.txt')
-rw-r--r-- | doc/tutorial.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 10ee49e..5af6f33 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -15,7 +15,7 @@ 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 :mod:`IDs +users in parallel, they have globally unique :py:mod:`IDs <libbe.util.id>` rather than numbers. There is also a developer-friendly command-line_ interface to compliment the user-friendly :doc:`web </http>` and :doc:`email </email>` interfaces. @@ -105,7 +105,7 @@ if you call it from a directory besides your project's root. Inside the ``.be`` directory (among other things) there will be a long UUID_ directory. This is your bug directory. The idea is that you could keep several bug directories in the same repository, using one -to track bugs, another to track roadmap issues, etc. See :mod:`IDs +to track bugs, another to track roadmap issues, etc. See :py:mod:`IDs <libbe.util.id>` for details. For BE itself, the bug directory is ``bea86499-824e-4e77-b085-2d581fa9ccab``, which is why all the bug and comment IDs in this tutorial will start with ``bea/``. |