2
我想將自定義節點插入到doctree並將這些更改保存到文件。將節點添加到第一個doctree並保存到文件
我在閱讀下面的RST文件...
Hello World!
############
:date: 2010-10-03 10:20
:author: James Bond
This is a test.
這樣的:
doctree = docutils.core.publish_doctree(open('test.rst').read())
我現在想插入一個新節點:ID:234123到文檔信息並保存爲test.rst。但是如何?