mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +03:00
* Make sure all Python modules are documented by adding a bit of shell to .ci/docs.sh * Remove non-existing module references from .rst * Fix various warnings from sphinx by adjusting Python docstrings * Add class member docs to ApkindexBlock
34 lines
424 B
ReStructuredText
34 lines
424 B
ReStructuredText
pmb package
|
|
===========
|
|
|
|
Subpackages
|
|
-----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 4
|
|
|
|
pmb.aportgen
|
|
pmb.build
|
|
pmb.chroot
|
|
pmb.ci
|
|
pmb.commands
|
|
pmb.config
|
|
pmb.core
|
|
pmb.export
|
|
pmb.flasher
|
|
pmb.helpers
|
|
pmb.install
|
|
pmb.netboot
|
|
pmb.parse
|
|
pmb.qemu
|
|
pmb.sideload
|
|
pmb.types
|
|
|
|
Module contents
|
|
---------------
|
|
|
|
.. automodule:: pmb
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
:noindex:
|