Skip to content

Commit

Permalink
Merge pull request #159 from Honny1/regenerate-modules
Browse files Browse the repository at this point in the history
Update modules docs
  • Loading branch information
Honny1 committed Apr 27, 2023
2 parents 923181b + fb12241 commit 02ff7f8
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ openscap\_report.scap\_results\_parser.data\_structures package
Submodules
----------

openscap\_report.scap\_results\_parser.data\_structures.cpe\_logical\_test module
---------------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.data_structures.cpe_logical_test
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.cpe\_platform module
----------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.data_structures.cpe_platform
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.cpe\_result\_eval module
--------------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.data_structures.cpe_result_eval
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.group module
--------------------------------------------------------------------

Expand All @@ -20,6 +44,14 @@ openscap\_report.scap\_results\_parser.data\_structures.identifier module
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.json\_transformation module
-----------------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.data_structures.json_transformation
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.oval\_definition module
-------------------------------------------------------------------------------

Expand Down Expand Up @@ -60,6 +92,14 @@ openscap\_report.scap\_results\_parser.data\_structures.oval\_result\_eval modul
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.oval\_state module
--------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.data_structures.oval_state
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.oval\_test module
-------------------------------------------------------------------------

Expand All @@ -68,6 +108,14 @@ openscap\_report.scap\_results\_parser.data\_structures.oval\_test module
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.profile\_info module
----------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.data_structures.profile_info
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.reference module
------------------------------------------------------------------------

Expand All @@ -92,6 +140,14 @@ openscap\_report.scap\_results\_parser.data\_structures.report module
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.result\_of\_scan module
-------------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.data_structures.result_of_scan
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.rule module
-------------------------------------------------------------------

Expand All @@ -100,6 +156,14 @@ openscap\_report.scap\_results\_parser.data\_structures.rule module
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.data\_structures.warning module
----------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.data_structures.warning
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down
48 changes: 48 additions & 0 deletions docs/modules/openscap_report.scap_results_parser.parsers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ openscap\_report.scap\_results\_parser.parsers package
Submodules
----------

openscap\_report.scap\_results\_parser.parsers.cpe\_al\_parser module
---------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.parsers.cpe_al_parser
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.parsers.full\_text\_parser module
------------------------------------------------------------------------

Expand All @@ -28,6 +36,14 @@ openscap\_report.scap\_results\_parser.parsers.oval\_definition\_parser module
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.parsers.oval\_object\_parser module
--------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.parsers.oval_object_parser
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.parsers.oval\_result\_parser module
--------------------------------------------------------------------------

Expand All @@ -36,6 +52,14 @@ openscap\_report.scap\_results\_parser.parsers.oval\_result\_parser module
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.parsers.oval\_state\_parser module
-------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.parsers.oval_state_parser
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.parsers.oval\_test\_info\_parser module
------------------------------------------------------------------------------

Expand All @@ -44,6 +68,14 @@ openscap\_report.scap\_results\_parser.parsers.oval\_test\_info\_parser module
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.parsers.profile\_info\_parser module
---------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.parsers.profile_info_parser
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.parsers.remediation\_parser module
-------------------------------------------------------------------------

Expand All @@ -68,6 +100,22 @@ openscap\_report.scap\_results\_parser.parsers.rule\_parser module
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.parsers.scan\_result\_parser module
--------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.parsers.scan_result_parser
:members:
:undoc-members:
:show-inheritance:

openscap\_report.scap\_results\_parser.parsers.shared\_static\_methods\_of\_parser module
-----------------------------------------------------------------------------------------

.. automodule:: openscap_report.scap_results_parser.parsers.shared_static_methods_of_parser
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down

0 comments on commit 02ff7f8

Please sign in to comment.