diff options
| author | Georg Brandl <georg@python.org> | 2010-08-25 11:33:30 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-25 11:33:30 +0000 |
| commit | 2a188f163fd6e10eec3b7c45e6a44c1d1f3ebf6c (patch) | |
| tree | 97dd630c8e999bdf6fffee26def14eb8fe78223c /tests/root | |
| parent | a571d75ba0f9ebeb317e5fcb7527030554908170 (diff) | |
| download | sphinx-2a188f163fd6e10eec3b7c45e6a44c1d1f3ebf6c.tar.gz | |
#504: Add an ``index`` role, to make inline index entries.
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/markup.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/root/markup.txt b/tests/root/markup.txt index a72285ed..84d9581a 100644 --- a/tests/root/markup.txt +++ b/tests/root/markup.txt @@ -132,6 +132,8 @@ Adding \n to test unescaping. Test :abbr:`abbr (abbreviation)` and another :abbr:`abbr (abbreviation)`. +Testing the :index:`index` role, also available with +:index:`explicit <pair: title; explicit>` title. .. _with: |
