這裏的主要問題是在哪裏(如果)TensorFlow有一個objects.inv
,但是如何實際使用它的例子會很好。如何在Tensorflow和numpydoc中使用intersphinx?
例如,我現在有以下文檔字符串:
"""
Load the weights of a model stored in saver.
Parameters
----------
checkpoint_dir : str
The directory of checkpoints.
sess : tf.Session
A Session to use to restore the parameters.
saver : tf.train.Saver
"""
如何使用intershinx自動將對象鏈接到TensorFlow文檔?
我不認爲你可以這樣做。 TensorFlow文檔是用Markdown編寫的,Sphinx根本不參與。 – mzjn