Skip to content

Python tool to build RPC method/type documentation.

Nick Mathewson requested to merge nickm/arti:rpc-doc-automation into main

Uses the RPC library to extract a list of RPC methods and objects; uses rustdoc-nightly to extract documentation for them; outputs a markdown document.

Example output at https://people.torproject.org/~nickm/volatile/rpc-docs-demo.html

Next steps here are to edit the rustdoc that feeds into this document, to make the output more sensible.

Merge request reports