Make use of data set by @webapi_docs.
Review Request #14045 — Created July 17, 2024 and updated
This change updates our docs builder to prefer documentation included by
the new @webapi_docs decorator instead of relying purely on docstrings.
Migrated some API documentation out of docstrings into @webapi_docs and
built the user manual. Checked that the API documentation was correct.
Summary | ID |
---|---|
fe18b256ff4e74f5052d28a61f9cd2d374a6918a |
Description | From | Last Updated | ||
---|---|---|---|---|
module level import not at top of file Column: 1 Error code: E402 |
![]() |
|||
Maybe better to assert docs is None or isinstance(docs, str) to avoid the assumption and keep the type safety. |
|
|||
'typing.Optional' imported but unused Column: 1 Error code: F401 |
![]() |
|||
'typing.cast' imported but unused Column: 1 Error code: F401 |
![]() |
|||
module level import not at top of file Column: 1 Error code: E402 |
![]() |
|||
module level import not at top of file Column: 1 Error code: E402 |
![]() |
|||
There are no open issues |
- Commits:
-
Summary ID 0586ba353239e1c80843ec74ccd55bcc707923f6 33f79e2f066d0becbe4153ed12a6a38db162c61a - Diff:
-
Revision 2 (+74 -8)
- Commits:
-
Summary ID 33f79e2f066d0becbe4153ed12a6a38db162c61a fe18b256ff4e74f5052d28a61f9cd2d374a6918a - Diff:
-
Revision 3 (+74 -8)