diff options
| author | Gary Wilson Jr. <gary.wilson@gmail.com> | 2011-06-28 13:13:08 -0500 |
|---|---|---|
| committer | Gary Wilson Jr. <gary.wilson@gmail.com> | 2011-06-28 13:13:08 -0500 |
| commit | c05fc8196601b33d126099e494905ed2a3f697e3 (patch) | |
| tree | 7978f261d5da9e98f519e264bf100482895518a7 /doc/rest.rst | |
| parent | 23dd803c4cef1c65944813ace685be413d93a2d4 (diff) | |
| download | sphinx-c05fc8196601b33d126099e494905ed2a3f697e3.tar.gz | |
Fixed a couple links in the documentation for the contents docutils directive that were referring to the incorrect anchor.
Diffstat (limited to 'doc/rest.rst')
| -rw-r--r-- | doc/rest.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rest.rst b/doc/rest.rst index 69307572..db832ed8 100644 --- a/doc/rest.rst +++ b/doc/rest.rst @@ -275,8 +275,8 @@ Docutils supports the following directives: * Additional body elements: - - :dudir:`contents` (a local, i.e. for the current file only, table of - contents) + - :dudir:`contents <table-of-contents>` (a local, i.e. for the current file + only, table of contents) - :dudir:`container` (a container with a custom class, useful to generate an outer ``<div>`` in HTML) - :dudir:`rubric` (a heading without relation to the document sectioning) |
