Spyder 中的精美 python 文档
Fancy python docs in Spyder
我正在 Python 中使用 Spyder 作为 IDE 编写一些文档。
例如我有一个函数:
def TestFunction(args1,args2):
"""
General Description
Args:
args1: describing
args2: describing
Return:
data
"""
...code here....
是否可以使用粗体或斜体等字样使文档更美观?
有参考资料吗?
谢谢
我正在 Python 中使用 Spyder 作为 IDE 编写一些文档。
例如我有一个函数:
def TestFunction(args1,args2):
"""
General Description
Args:
args1: describing
args2: describing
Return:
data
"""
...code here....
是否可以使用粗体或斜体等字样使文档更美观? 有参考资料吗?
谢谢