.. reStructuredText-domain: reStructuredText域 --------------------------- The reStructuredText domain (name **rst**) provides the following directives: .. rst:directive:: .. rst:directive:: name Describes a reST directive. The *name* can be a single directive name or actual directive syntax (`..` prefix and `::` suffix) with arguments that will be rendered differently. For example:: .. rst:directive:: foo Foo description. .. rst:directive:: .. bar:: baz Bar description. will be rendered as: .. rst:directive:: foo Foo description. .. rst:directive:: .. bar:: baz Bar description. .. rst:directive:: .. rst:role:: name Describes a reST role. For example:: .. rst:role:: foo Foo description. will be rendered as: .. rst:role:: foo Foo description. .. _rst-roles: These roles are provided to refer to the described objects: .. rst:role:: rst:dir rst:role