automated commit TP4 + Doc

This commit is contained in:
Rémi Di Guardia
2022-10-04 20:43:34 +02:00
parent 60757b5e9f
commit b31591657e
110 changed files with 24201 additions and 23 deletions
+7
View File
@@ -0,0 +1,7 @@
Lib.Allocator module
====================
.. automodule:: Lib.Allocator
:members:
:undoc-members:
:show-inheritance:
+7
View File
@@ -0,0 +1,7 @@
Lib.Errors module
=================
.. automodule:: Lib.Errors
:members:
:undoc-members:
:show-inheritance:
@@ -0,0 +1,7 @@
Lib.FunctionData module
=======================
.. automodule:: Lib.FunctionData
:members:
:undoc-members:
:show-inheritance:
+7
View File
@@ -0,0 +1,7 @@
Lib.LinearCode module
=====================
.. automodule:: Lib.LinearCode
:members:
:undoc-members:
:show-inheritance:
+7
View File
@@ -0,0 +1,7 @@
Lib.Operands module
===================
.. automodule:: Lib.Operands
:members:
:undoc-members:
:show-inheritance:
+7
View File
@@ -0,0 +1,7 @@
Lib.RiscV module
================
.. automodule:: Lib.RiscV
:members:
:undoc-members:
:show-inheritance:
+7
View File
@@ -0,0 +1,7 @@
Lib.Statement module
====================
.. automodule:: Lib.Statement
:members:
:undoc-members:
:show-inheritance:
+24
View File
@@ -0,0 +1,24 @@
Lib package
===========
Submodules
----------
.. toctree::
:maxdepth: 4
Lib.Allocator
Lib.Errors
Lib.FunctionData
Lib.LinearCode
Lib.Operands
Lib.RiscV
Lib.Statement
Module contents
---------------
.. automodule:: Lib
:members:
:undoc-members:
:show-inheritance:
+7
View File
@@ -0,0 +1,7 @@
MiniC
=====
.. toctree::
:maxdepth: 4
Lib