Skip to content

Commit

Permalink
docs: add members of automodule for Sphinx to pickup classes docstrin…
Browse files Browse the repository at this point in the history
…gs in the auto documentation (#576)
  • Loading branch information
DctrG authored Oct 14, 2024
1 parent 62bcff3 commit e0add15
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/module-base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Class Reference
---------------

.. automodule:: panos.base
:members: PanObject
:no-index:
1 change: 1 addition & 0 deletions docs/module-device.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Class Reference
---------------

.. automodule:: panos.device
:members:
1 change: 1 addition & 0 deletions docs/module-errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Class Reference
---------------

.. automodule:: panos.errors
:members:
1 change: 1 addition & 0 deletions docs/module-firewall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Class Reference
---------------

.. automodule:: panos.firewall
:members:
1 change: 1 addition & 0 deletions docs/module-ha.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Class Reference
---------------

.. automodule:: panos.ha
:members:
1 change: 1 addition & 0 deletions docs/module-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Class Reference
---------------

.. automodule:: panos.network
:members:
1 change: 1 addition & 0 deletions docs/module-objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Class Reference
---------------

.. automodule:: panos.objects
:members:
1 change: 1 addition & 0 deletions docs/module-panorama.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Class Reference
---------------

.. automodule:: panos.panorama
:members:
1 change: 1 addition & 0 deletions docs/module-plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Class Reference
---------------

.. automodule:: panos.plugins
:members:
1 change: 1 addition & 0 deletions docs/module-policies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Class Reference
---------------

.. automodule:: panos.policies
:members:
1 change: 1 addition & 0 deletions docs/module-predefined.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Class Reference
---------------

.. automodule:: panos.predefined
:members:
1 change: 1 addition & 0 deletions docs/module-updater.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Class Reference
---------------

.. automodule:: panos.updater
:members:
1 change: 1 addition & 0 deletions docs/module-userid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Class Reference
---------------

.. automodule:: panos.userid
:members:

0 comments on commit e0add15

Please sign in to comment.