Skip to content

Commit f325bed

Browse files
committed
update auto doc generation
1 parent 573e9dd commit f325bed

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

docs/index.rst

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,31 @@
44
contain the root `toctree` directive.
55
66
python-gardenlinux-lib documentation
7-
================================
8-
.. automodule:: python_gardenlinux_lib.parse_features
7+
====================================
8+
9+
.. automodule:: python_gardenlinux_lib.apt.package_repo_info
10+
:members:
11+
.. automodule:: python_gardenlinux_lib.apt.parse_debsource
12+
:members:
13+
.. automodule:: python_gardenlinux_lib.features.parse_features
14+
:members:
15+
.. automodule:: python_gardenlinux_lib.git.git
16+
:members:
17+
.. automodule:: python_gardenlinux_lib.oci.cli
18+
:members:
19+
.. automodule:: python_gardenlinux_lib.oci.helper
920
:members:
10-
.. automodule:: python_gardenlinux_lib.package_repo_info
21+
.. automodule:: python_gardenlinux_lib.oci.registry
1122
:members:
23+
.. automodule:: python_gardenlinux_lib.cname
24+
:members:
25+
.. automodule:: python_gardenlinux_lib.crypto
26+
:members:
27+
.. automodule:: python_gardenlinux_lib.logger
28+
:members:
29+
.. automodule:: python_gardenlinux_lib.version
30+
:members:
31+
1232
.. toctree::
1333
:maxdepth: 2
1434
:caption: Contents:
@@ -18,4 +38,3 @@ Indices and tables
1838
* :ref:`genindex`
1939
* :ref:`modindex`
2040
* :ref:`search`
21-

0 commit comments

Comments
 (0)