You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for west has several inaccurate statements when it comes to the multi-repo commands, and is missing entirely for several features:
configuration
extension commands in general
the sign extension command
Additionally, API documentation is missing.
Since west is part of the getting started guide now, we need to fix this so users can learn how to use it without having to make guesses based on online help and the source code.
The text was updated successfully, but these errors were encountered:
- add glossary terms for important concepts we have to explain often,
like "west installation"
- add autodoc directives for pulling in west API docs
- add missing documentation for built-in features like west's
configuration, extension commands, etc.
- add missing documentation for "west sign" extension
- describe the manifest in a self-contained way rather than linking to
the relevant pykwalify schema, also adding a missing reference to
"west manifest" in the miscellaneous multi-repo commands list
- move various details regarding history and motivation to why.rst
among other changes to repo-tool.rst, leaving it closer to a "tell
me what I really need to know" style overview
- update planned features
Fixes: zephyrproject-rtos#14992
Signed-off-by: Marti Bolivar <[email protected]>
- add glossary terms for important concepts we have to explain often,
like "west installation"
- add autodoc directives for pulling in west API docs
- add missing documentation for built-in features like west's
configuration, extension commands, etc.
- add missing documentation for "west sign" extension
- describe the manifest in a self-contained way rather than linking to
the relevant pykwalify schema, also adding a missing reference to
"west manifest" in the miscellaneous multi-repo commands list
- move various details regarding history and motivation to why.rst
among other changes to repo-tool.rst, leaving it closer to a "tell
me what I really need to know" style overview
- update planned features
Fixes: #14992
Signed-off-by: Marti Bolivar <[email protected]>
The documentation for west has several inaccurate statements when it comes to the multi-repo commands, and is missing entirely for several features:
Additionally, API documentation is missing.
Since west is part of the getting started guide now, we need to fix this so users can learn how to use it without having to make guesses based on online help and the source code.
The text was updated successfully, but these errors were encountered: