diff options
Diffstat (limited to 'code/subcircuit')
-rw-r--r-- | code/subcircuit/Subcircuit.rst | 6 | ||||
-rw-r--r-- | code/subcircuit/convertSub.rst | 5 | ||||
-rw-r--r-- | code/subcircuit/newSub.rst | 5 | ||||
-rw-r--r-- | code/subcircuit/openSub.rst | 6 |
4 files changed, 22 insertions, 0 deletions
diff --git a/code/subcircuit/Subcircuit.rst b/code/subcircuit/Subcircuit.rst new file mode 100644 index 00000000..ded745d9 --- /dev/null +++ b/code/subcircuit/Subcircuit.rst @@ -0,0 +1,6 @@ +Subcircuit component +==================== + +.. automodule:: subcircuit.Subcircuit + :members: + diff --git a/code/subcircuit/convertSub.rst b/code/subcircuit/convertSub.rst new file mode 100644 index 00000000..0807ca70 --- /dev/null +++ b/code/subcircuit/convertSub.rst @@ -0,0 +1,5 @@ +Convert Subcircuit component +============================ + +.. automodule:: subcircuit.convertSub + :members: diff --git a/code/subcircuit/newSub.rst b/code/subcircuit/newSub.rst new file mode 100644 index 00000000..512d6887 --- /dev/null +++ b/code/subcircuit/newSub.rst @@ -0,0 +1,5 @@ +New subcircuit component +======================== + +.. automodule:: subcircuit.newSub + :members: diff --git a/code/subcircuit/openSub.rst b/code/subcircuit/openSub.rst new file mode 100644 index 00000000..ffb1722b --- /dev/null +++ b/code/subcircuit/openSub.rst @@ -0,0 +1,6 @@ +Open subcircuit component +========================= + +.. automodule:: subcircuit.openSub + :members: + |