标签: image hyperlink python-sphinx restructuredtext
在RST语法中,您可以指定:target:属性来设置链接。我想将图像链接到“materials.rst”文档页面,其主要部分标题是“材料”
:target:
但这些都不是目标值:
:target: `materials`_
:target: :doc: materials
:target: materials
我怎样才能做到这一点?