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:
Fabian Affolter 2020-03-25 21:21:04 +01:00 committed by GitHub
parent 6d311a31dd
commit 2647296475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 722 additions and 518 deletions

View file

@ -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