@ -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
: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),
]