docs: update generated docs

This commit is contained in:
nym21
2026-01-27 00:58:45 +01:00
parent ec1f2de5cf
commit aa5c4a8d69
354 changed files with 7275 additions and 5735 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ Main BRK client with metrics tree and API methods.
#### \_\_init\_\_
```python
def __init__(base_url: str = 'http://localhost:3000', timeout: float = 30.0)
def __init__(base_url: str = "http://localhost:3000", timeout: float = 30.0)
```
<a id="brk_client.BrkClient.metric"></a>
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -50,7 +50,7 @@ def test_fetch_typed_metric():
)
print(d)
e = (
client.metrics.market.dca.class_average_price._2017.by.dateindex()
client.metrics.market.dca.class_average_price._2017.dollars.by.dateindex()
.tail(10)
.fetch()
)
+1 -1
View File
@@ -44,7 +44,7 @@ wheels = [
[[package]]
name = "brk-client"
version = "0.1.0b0"
version = "0.1.0b1"
source = { editable = "." }
[package.dev-dependencies]