mirror of
https://github.com/anrieff/libcpuid
synced 2025-07-12 14:14:12 +00:00
Document the Python bindings using Sphinx
Additionally, setup the documentation for deployment to Read The Docs.
This commit is contained in:
parent
40e2d5fcb6
commit
ec938b5d42
15 changed files with 226 additions and 1 deletions
22
python/docs/api/info.rst
Normal file
22
python/docs/api/info.rst
Normal file
|
@ -0,0 +1,22 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue