mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 17:40:00 -07:00
14 lines
324 B
YAML
14 lines
324 B
YAML
loaders:
|
|
- type: python
|
|
search_path: [.]
|
|
modules: [brk_client]
|
|
|
|
processors:
|
|
- type: filter
|
|
expression: name in ('BrkClient', 'BrkError', 'MetricData', 'MetricEndpoint', 'brk_client') or (obj.parent and obj.parent.name == 'BrkClient')
|
|
documented_only: false
|
|
|
|
renderer:
|
|
type: markdown
|
|
render_toc: true
|