mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +03:00
docs/api/pmb.commands: fix "failed to import" (MR 2506)
Fix the following: WARNING: Failed to import pmb.commands.kconfig_check. WARNING: Failed to import pmb.commands.kconfig_edit. WARNING: Failed to import pmb.core.crosstool. Crosstool has been dropped and kconfig_check/_edit code has been merged into a kconfig module.
This commit is contained in:
parent
07f04ae12a
commit
268478a202
2 changed files with 3 additions and 19 deletions
|
@ -36,18 +36,10 @@ pmb.commands.index module
|
|||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pmb.commands.kconfig_check module
|
||||
---------------------------------
|
||||
pmb.commands.kconfig module
|
||||
---------------------------
|
||||
|
||||
.. automodule:: pmb.commands.kconfig_check
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pmb.commands.kconfig_edit module
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: pmb.commands.kconfig_edit
|
||||
.. automodule:: pmb.commands.kconfig
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -44,14 +44,6 @@ pmb.core.context module
|
|||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pmb.core.crosstool module
|
||||
-------------------------
|
||||
|
||||
.. automodule:: pmb.core.crosstool
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pmb.core.dps module
|
||||
-------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue