diff options
| author | Georg Brandl <georg@python.org> | 2008-11-04 21:35:05 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-11-04 21:35:05 +0100 |
| commit | 83ee612dd342abaf0a194cf6f74ff52f8483f66f (patch) | |
| tree | a88f602959f20d6036d7eeac839b981832d5613d /tests | |
| parent | 6e7efd4777a28b0ec4a85db9a3f3a8caff4414c7 (diff) | |
| download | sphinx-83ee612dd342abaf0a194cf6f74ff52f8483f66f.tar.gz | |
#21: allow short form for seealso arguments.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/root/markup.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/root/markup.txt b/tests/root/markup.txt index 43e4e590..c2c6b744 100644 --- a/tests/root/markup.txt +++ b/tests/root/markup.txt @@ -99,7 +99,7 @@ Stuff [#]_ Reference lookup: [Ref1]_ (defined in another file). -.. seealso:: +.. seealso:: something, something else, something more `Google <http://www.google.com>`_ For everything. |
