Skip to content

Commit 5740c31

Browse files
committed
update docs to include matrix
1 parent 0571b00 commit 5740c31

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/rtllib.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This is a set of files that contain useful miscellaneous functions and classes
1818
| :ref:`libutils-ref`
1919
| :ref:`multipliers-ref`
2020
| :ref:`muxes-ref`
21+
| :ref:`matrix-ref`
2122
| :ref:`testingutils-ref`
2223
2324

@@ -101,7 +102,21 @@ Muxes
101102
:show-inheritance:
102103
:special-members:
103104
:undoc-members:
104-
:exclude-members: __dict__,__weakref__,__module__, __exit__
105+
:exclude-members: __dict__,__weakref__,__module__,__exit__
106+
107+
:ref:`Back to top of page <top-of-page-rtllib>`
108+
109+
.. _matrix-ref:
110+
111+
Matrix
112+
------
113+
114+
.. automodule:: pyrtl.rtllib.matrix
115+
:members:
116+
:show-inheritance:
117+
:special-members:
118+
:undoc-members:
119+
:exclude-members: __dict__,__weakref__,__module__
105120

106121
:ref:`Back to top of page <top-of-page-rtllib>`
107122

0 commit comments

Comments
 (0)