summaryrefslogtreecommitdiff
path: root/maint/rpc-docs-tool
Commit message (Expand)AuthorAgeFilesLines
* rpc-docs-tool: Fix documentation for methods that apply to all objectsNick Mathewson2025-01-231-7/+30
* rpc-doc-tool: Fix dangling RustDoc linksNick Mathewson2025-01-231-11/+47
* rpc-docs-tool: Emit methods and objects in sorted order.Nick Mathewson2025-01-231-4/+7
* rpc-docs-tool: Update version recommendationNick Mathewson2025-01-231-2/+2
* rpc-docs-tool: Use new connect-point API to connect to arti.Nick Mathewson2025-01-231-4/+1
* fix: fix typosDimitris Apostolou2025-01-061-2/+2
* python: one import per line.Nick Mathewson2024-10-241-1/+2
* Python: use a more lint-acceptable block comment format.Nick Mathewson2024-10-241-3/+6
* rpc-docs-tool: imports go at the head of the module.Nick Mathewson2024-10-241-7/+7
* Run "black" to reformat all our pythonNick Mathewson2024-10-241-5/+12
* rpc-docs-tool: Provide better warning on rustdoc format mismatch.Nick Mathewson2024-10-231-0/+27
* Update rpc-docs-tool to work with latest nightly rustdocNick Mathewson2024-10-221-1/+7
* rpc-doc-tool: improvements to HTML_HEADERNick Mathewson2024-10-031-2/+4
* rpc-doc-tool: move constants to head of fileNick Mathewson2024-10-031-26/+26
* rpc-doc-tool: Use __file__ in place of argv[0]Nick Mathewson2024-10-031-4/+6
* rpc-doc-tool: Fix handling for "magic" headings.Nick Mathewson2024-10-021-4/+3
* add references for rustdoc links.Nick Mathewson2024-10-011-8/+45
* rpc-doc-tool: only emit Parameters link when there are some.Nick Mathewson2024-10-011-1/+15
* Python tool to build RPC method/type documentation.Nick Mathewson2024-10-011-0/+615