让我们考虑以下功能:
def format_send_event(self, message_identifier, payload=""):
"""
Format a SendEvent.
:param message_identifier: Message identifier (defined in the :py:module:`MyModule.constants` file).
:type message_identifier: int
:param payload: Payload of the message.
:type payload: str
"""
# Do something
当我使用sphinx-build编译它时,我有以下错误:
...MyModule/handlers.py:docstring of MyModule.handlers.MyClass.format_send_event:3: ERROR: Unknown interpreted text role "py:module".
看起来sphinx-builder无法理解标记:py:module:
。
在Sphinx中用于引用模块的标记是什么?
答案 0 :(得分:3)
根据documentation,您应该使用 Auth.$authWithOAuthPopup(authMethod).then(function(authData) {
console.dir(authData);
});
进行交叉引用。
通常,较短版本的标签似乎用于交叉引用,而较长的名称则用于记录。