mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-20 23:01:51 +00:00
ec938b5d42
Additionally, setup the documentation for deployment to Read The Docs.
22 lines
399 B
ReStructuredText
22 lines
399 B
ReStructuredText
Basic CPU information
|
|
=====================
|
|
|
|
.. autoclass:: libcpuid.info.CPUInfo
|
|
:members:
|
|
:exclude-members: from_c
|
|
|
|
.. autoclass:: libcpuid.info.X86Info
|
|
:members:
|
|
|
|
.. autoclass:: libcpuid.info.ARMInfo
|
|
:members:
|
|
|
|
.. autoclass:: libcpuid.sgx.SGX
|
|
:members:
|
|
|
|
.. autoclass:: libcpuid.sgx.EPC
|
|
:members:
|
|
|
|
.. autoclass:: libcpuid.info.SystemInfo
|
|
:members:
|
|
:exclude-members: from_c
|