gpt4 book ai didi

python-sphinx - 从 sphinx 函数中删除包和模块名称

转载 作者:行者123 更新时间:2023-12-03 13:55:05 25 4
gpt4 key购买 nike

有什么方法可以从 sphinx doc 中删除包和/或模块名称?

示例:如果模块 foo.bar 中存在一个名为 waa 的函数,则第一个代码

.. automodule:: foo.bar
:members:

会产生
foo.bar.waa()

我想输出
waa()

最佳答案

您可以更改add_module_namesFalse在文件 conf.py :

# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
add_module_names = False

然后 foo.bar.my_function()将显示为 my_function() .

关于python-sphinx - 从 sphinx 函数中删除包和模块名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20864406/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com