Refactor API documentation (#33217)
* Upgrade Sphinx to 2.4.4 * Refactor API documentation * Remove left-over * Remove Markdown from docstring * Update titels
This commit is contained in:
parent
6d311a31dd
commit
2647296475
17 changed files with 722 additions and 518 deletions
|
@ -58,11 +58,10 @@ class AbstractOAuth2Implementation(ABC):
|
|||
|
||||
Pass external data in with:
|
||||
|
||||
```python
|
||||
await hass.config_entries.flow.async_configure(
|
||||
flow_id=flow_id, user_input=external_data
|
||||
)
|
||||
```
|
||||
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue