Make title visible by putting it in its own section

develop
lethosor 2022-07-27 03:18:51 -04:00
parent c44c8721c9
commit d96260556e
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
2 changed files with 4 additions and 4 deletions

@ -1,10 +1,10 @@
3dveins
=======
**Tags:** `tag/fort`, `tag/mod`, `tag/map`
:dfhack-keybind:`3dveins`
.. dfhack-tool:: 3dveins
:tags: foo, bar
:tags: fort, mod, map
:dfhack-keybind:`3dveins`
:index:`Rewrite layer veins to expand in 3D space.
<3dveins; Rewrite layer veins to expand in 3D space.>` Existing, flat veins

@ -29,7 +29,7 @@ class DFHackToolDirective(sphinx.directives.ObjectDescription):
tag_nodes.pop()
return [
nodes.title(text=tool_name),
nodes.section('', nodes.title(text=tool_name)),
nodes.paragraph('', '', *tag_nodes),
]