Mercurial > bitten > bitten-test
annotate doc/links.txt @ 915:e36f9b446976
Wrap lint report messages in a msg tag (includes a test and a documentation update). Fixes #547.
author | hodgestar |
---|---|
date | Mon, 23 May 2011 09:28:19 +0000 |
parents | a3197bba9c21 |
children |
rev | line source |
---|---|
508
90302c84571e
Added documentation for how to link to builds - See #270
dfraser
parents:
diff
changeset
|
1 .. -*- mode: rst; encoding: utf-8 -*- |
90302c84571e
Added documentation for how to link to builds - See #270
dfraser
parents:
diff
changeset
|
2 |
90302c84571e
Added documentation for how to link to builds - See #270
dfraser
parents:
diff
changeset
|
3 =========== |
90302c84571e
Added documentation for how to link to builds - See #270
dfraser
parents:
diff
changeset
|
4 Build Links |
90302c84571e
Added documentation for how to link to builds - See #270
dfraser
parents:
diff
changeset
|
5 =========== |
90302c84571e
Added documentation for how to link to builds - See #270
dfraser
parents:
diff
changeset
|
6 |
90302c84571e
Added documentation for how to link to builds - See #270
dfraser
parents:
diff
changeset
|
7 Bitten supports the ability to link between any wiki-enabled objects in Trac. |
90302c84571e
Added documentation for how to link to builds - See #270
dfraser
parents:
diff
changeset
|
8 |
730
a3197bba9c21
Support wiki-linking to individual build steps as well (as fragment). Example: `build:1#coverage`. Closes #518.
osimons
parents:
508
diff
changeset
|
9 To link to a particular build, use the TracLink syntax ``build:N`` |
a3197bba9c21
Support wiki-linking to individual build steps as well (as fragment). Example: `build:1#coverage`. Closes #518.
osimons
parents:
508
diff
changeset
|
10 (where ``N`` is the number of the build). |
a3197bba9c21
Support wiki-linking to individual build steps as well (as fragment). Example: `build:1#coverage`. Closes #518.
osimons
parents:
508
diff
changeset
|
11 |
a3197bba9c21
Support wiki-linking to individual build steps as well (as fragment). Example: `build:1#coverage`. Closes #518.
osimons
parents:
508
diff
changeset
|
12 Linking to a particular step of the build is also supported by adding an |
a3197bba9c21
Support wiki-linking to individual build steps as well (as fragment). Example: `build:1#coverage`. Closes #518.
osimons
parents:
508
diff
changeset
|
13 anchor reference, like ``build:N#Test``. If the step ID contains spaces, |
a3197bba9c21
Support wiki-linking to individual build steps as well (as fragment). Example: `build:1#coverage`. Closes #518.
osimons
parents:
508
diff
changeset
|
14 the link must be quoted: ``build:"N#My Step"``. |