summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-productionlist/index.rst
blob: 4a0b9789c1598f36518d0198e46dae17ee02bce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. toctree::

   P1
   P2
   Bare
   Dup1
   Dup2
   firstLineRule
   LineContinuation

- A: :token:`A`
- B: :token:`B`
- P1:A: :token:`P1:A`
- P1:B: :token:`P1:B`
- P2:A: :token:`P1:A`
- P2:B: :token:`P2:B`
- Explicit title A, plain: :token:`MyTitle <A>`
- Explicit title A, colon: :token:`My:Title <A>`
- Explicit title P1:A, plain: :token:`MyTitle <P1:A>`
- Explicit title P1:A, colon: :token:`My:Title <P1:A>`
- Tilde A: :token:`~A`.
- Tilde P1:A: :token:`~P1:A`.
- Tilde explicit title P1:A: :token:`~MyTitle <P1:A>`
- Tilde, explicit title P1:A: :token:`MyTitle <~P1:A>`
- Dup: :token:`Dup`
- FirstLine: :token:`FirstLine`
- SecondLine: :token:`SecondLine`