# Docutils
-
> docutils では、単体のファイルを扱う
```{toctree}
nodes
directive/index
roll
doctree
transform
```
## 参考
-
- [Docutils 解読ノート](https://showa-yojyo.github.io/notebook/python-docutils/index.html)
- [Sphinx (Docutils) の拡張を触って得た知識とTIPS](https://www.ykrods.net/posts/2020/10/15/sphinx-docutils-extension/)
- [中間ファイル \*.doctree の内容をみてSphinxがどのようにreSTをparseしているか知りたい](https://sphinx-users.jp/reverse-dict/system/doctree.html)
- [Inside Sphinx](https://booth.pm/ja/items/1576243)
- [マスタリング docutils](https://booth.pm/ja/items/1045430)
- [ファイルを超えてリンクを貼る (domain#resolve_xref() のすゝめ)](https://tk0miya.hatenablog.com/entry/2014/07/29/122535)