mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: snapshot
This commit is contained in:
8
scripts/python-docs.sh
Executable file
8
scripts/python-docs.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
ROOT_DIR="$SCRIPT_DIR/.."
|
||||
|
||||
cd "$ROOT_DIR/packages/brk_client"
|
||||
uvx pydoc-markdown > DOCS.md
|
||||
Reference in New Issue
Block a user