我想在文档树中插入一个自定义节点并将这些更改保存到文件中。
我正在阅读以下 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())
我现在想在 docinfo 中插入一个新节点 :id: 234123 并将其保存为 test.rst。但是怎么做?