We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e500dd + 75d67f6 commit e00bb30Copy full SHA for e00bb30
2 files changed
docs/_static/infrasim_classes.png
130 KB
docs/dev_guide.rst
@@ -83,6 +83,7 @@ Component design notes
83
------------------------------------------------
84
85
* infrasim-compute main components:
86
+
87
#. `Server node simulation <https://github.com/InfraSIM/infrasim-compute/blob/master/infrasim/model.py>`_
88
#. `IPMI consoles <https://github.com/InfraSIM/infrasim-compute/tree/master/infrasim/ipmicons>`_
89
#. `Server Emulation data <https://github.com/InfraSIM/infrasim-compute/tree/master/data>`_
@@ -92,6 +93,10 @@ Component design notes
92
93
.. image:: _static/infrasim_module_connection.PNG
94
:align: center
95
96
+* Class UML diagram of main components
97
98
+.. image:: _static/infrasim_classes.png
99
100
101
Logging and debugging
102
0 commit comments