sphinx documentations, beginnings, capa module added
This commit is contained in:
54
docs/source/common.rst
Normal file
54
docs/source/common.rst
Normal file
@@ -0,0 +1,54 @@
|
||||
*******************************************
|
||||
Capa module
|
||||
*******************************************
|
||||
|
||||
.. module:: capa
|
||||
|
||||
Calc
|
||||
====
|
||||
|
||||
.. automodule:: capa.calc
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Capa_problem
|
||||
============
|
||||
|
||||
.. automodule:: capa.capa_problem
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Checker
|
||||
=======
|
||||
|
||||
.. automodule:: capa.checker
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Correctmap
|
||||
==========
|
||||
|
||||
.. automodule:: capa.correctmap
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Customrender
|
||||
============
|
||||
|
||||
.. automodule:: capa.customrender
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Inputtypes
|
||||
==========
|
||||
|
||||
.. automodule:: capa.inputtypes
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Resposetypes
|
||||
============
|
||||
|
||||
.. automodule:: capa.responsetypes
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user