Skip to content

Commit 3581f73

Browse files
committed
Deployed 0427db7 with MkDocs version: 1.6.1
1 parent bb886d5 commit 3581f73

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

changelog/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

credits/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

llms-full.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,22 +404,22 @@ Warn about documented parameters not appearing in the signature.
404404
## Inventory
405405

406406
```python
407-
Inventory(url: str, base: str | None = None, domains: list[str] = lambda: ['py']())
407+
Inventory(url: str, base_url: str | None = None, domains: list[str] = lambda: ['py']())
408408

409409
```
410410

411411
An inventory.
412412

413413
Attributes:
414414

415-
- **`base`** (`str | None`) – The base URL of the inventory.
415+
- **`base_url`** (`str | None`) – The base URL of the inventory.
416416
- **`domains`** (`list[str]`) – The domains to load from the inventory.
417417
- **`url`** (`str`) – The URL of the inventory.
418418

419-
### base
419+
### base_url
420420

421421
```python
422-
base: str | None = None
422+
base_url: str | None = None
423423

424424
```
425425

objects.inv

-7 Bytes
Binary file not shown.

reference/api/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"title": "url",
120120
"type": "string"
121121
},
122-
"base": {
122+
"base_url": {
123123
"anyOf": [
124124
{
125125
"type": "string"
@@ -131,7 +131,7 @@
131131
"default": null,
132132
"description": "The base URL of the inventory.",
133133
"markdownDescription": "[DOCUMENTATION](https://mkdocstrings.github.io/python/usage/#inventories)\n\nThe base URL of the inventory.",
134-
"title": "base"
134+
"title": "base_url"
135135
},
136136
"domains": {
137137
"description": "The domains to load from the inventory.",

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)