mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
28 lines
663 B
ReStructuredText
28 lines
663 B
ReStructuredText
.. 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`
|