Skip to content

Commit

Permalink
added some missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed Oct 13, 2021
1 parent c98ffcf commit 1d8db96
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 16 deletions.
2 changes: 1 addition & 1 deletion documentation/sphinx_doc/gate_library_manager.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Gate Library Manager
==========================

.. autoclass:: hal_py.GateLibraryManager
.. automodule:: hal_py.GateLibraryManager
:members:
26 changes: 26 additions & 0 deletions documentation/sphinx_doc/gate_type_component.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Gate Type Component
==========================

.. autoclass:: hal_py.GateTypeComponent
:members:

.. autoclass:: hal_py.LUTComponent
:members:

.. autoclass:: hal_py.FFComponent
:members:

.. autoclass:: hal_py.LatchComponent
:members:

.. autoclass:: hal_py.RAMComponent
:members:

.. autoclass:: hal_py.InitComponent
:members:

.. autoclass:: hal_py.StateComponent
:members:

.. autoclass:: hal_py.RAMPortComponent
:members:
5 changes: 5 additions & 0 deletions documentation/sphinx_doc/gate_type_property.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Gate Type Property
==========================

.. autoclass:: hal_py.GateTypeProperty
:members:
28 changes: 16 additions & 12 deletions documentation/sphinx_doc/hal_py.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,26 @@ HAL Core Documentation
.. toctree::
:maxdepth: 1

core_utils
base_plugin_interface
boolean_function
path
gate_type
gate_library
gate_library_manager
core_utils
data_container
endpoint
gate
net
module
gate_library
gate_library_manager
gate_type
gate_type_component
gate_type_property
grouping
endpoint
netlist
netlist_utils
base_plugin_interface
gui_plugin_interface
plugin_manager
module
net
netlist
netlist_factory
netlist_utils
netlist_writer_manager
path
pin_direction
pin_type
plugin_manager
5 changes: 5 additions & 0 deletions documentation/sphinx_doc/pin_direction.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Pin Direction
==========================

.. autoclass:: hal_py.PinDirection
:members:
5 changes: 5 additions & 0 deletions documentation/sphinx_doc/pin_type.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Pin Type
==========================

.. autoclass:: hal_py.PinType
:members:
3 changes: 0 additions & 3 deletions plugins/netlist_simulator/documentation/netlist_simulator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ Netlist Simulator

.. automethod:: __init__

.. autoclass:: netlist_simulator.SignalValue
:members:

.. autoclass:: netlist_simulator.Event
:members:

Expand Down

0 comments on commit 1d8db96

Please sign in to comment.