diff --git a/docs/ahriman.core.alpm.rst b/docs/ahriman.core.alpm.rst index 1b218d86..ec47db9a 100644 --- a/docs/ahriman.core.alpm.rst +++ b/docs/ahriman.core.alpm.rst @@ -28,6 +28,14 @@ ahriman.core.alpm.pacman\_database module :no-undoc-members: :show-inheritance: +ahriman.core.alpm.pkgbuild\_parser module +----------------------------------------- + +.. automodule:: ahriman.core.alpm.pkgbuild_parser + :members: + :no-undoc-members: + :show-inheritance: + ahriman.core.alpm.repo module ----------------------------- diff --git a/docs/ahriman.models.rst b/docs/ahriman.models.rst index a1af1af1..e671b36f 100644 --- a/docs/ahriman.models.rst +++ b/docs/ahriman.models.rst @@ -172,6 +172,14 @@ ahriman.models.pacman\_synchronization module :no-undoc-members: :show-inheritance: +ahriman.models.pkgbuild module +------------------------------ + +.. automodule:: ahriman.models.pkgbuild + :members: + :no-undoc-members: + :show-inheritance: + ahriman.models.pkgbuild\_patch module -------------------------------------