diff options
| author | Georg Brandl <georg@python.org> | 2009-09-09 15:56:52 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-09-09 15:56:52 +0200 |
| commit | aa293c6089b8af346697b043db10a16214e575b5 (patch) | |
| tree | b975ebf11cd061efa9078609590d4d00b7f350c1 /tests/root/objects.txt | |
| parent | a4b07b548d88eee3af0cf62d8ee48a9239890d4b (diff) | |
| download | sphinx-aa293c6089b8af346697b043db10a16214e575b5.tar.gz | |
The ``toctree()`` callable in templates now has a ``maxdepth``
keyword argument to control the depth of the generated tree.
Also add tests for that callable.
Diffstat (limited to 'tests/root/objects.txt')
| -rw-r--r-- | tests/root/objects.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/root/objects.txt b/tests/root/objects.txt index 8886e535..fd33a6cc 100644 --- a/tests/root/objects.txt +++ b/tests/root/objects.txt @@ -1,5 +1,5 @@ -Testing description units -========================= +Testing object descriptions +=========================== .. function:: func_without_module(a, b, *c[, d]) |
