Skip to content

Commit

Permalink
changed order of classes in pydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed Jun 3, 2024
1 parent ec57fca commit f6051d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugins/graph_algorithm/documentation/graph_algorithm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Graph Algorithms
.. automodule:: graph_algorithm
:members: get_connected_components, get_neighborhood, get_shortest_paths, get_all_shortest_paths, get_subgraph

.. autoclass:: graph_algorithm.GraphAlgorithmPlugin
.. autoclass:: graph_algorithm.NetlistGraph
:members:

.. autoclass:: graph_algorithm.NetlistGraph
.. autoclass:: graph_algorithm.GraphAlgorithmPlugin
:members:
8 changes: 4 additions & 4 deletions plugins/hawkeye/documentation/hawkeye.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ HAWKEYE
.. automodule:: hawkeye
:members: detect_candidates, locate_sboxes, identify_sbox

.. autoclass:: hawkeye.HawkeyePlugin
:members:

.. autoclass:: hawkeye.DetectionConfiguration
:members:

Expand All @@ -30,4 +27,7 @@ HAWKEYE
.. autoclass:: hawkeye.SBoxDatabase
:members:

.. automethod:: __init__
.. automethod:: __init__

.. autoclass:: hawkeye.HawkeyePlugin
:members:

0 comments on commit f6051d7

Please sign in to comment.