1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-07-02 14:04:15 +00:00

Document the Python bindings using Sphinx

Additionally, setup the documentation for
deployment to Read The Docs.
This commit is contained in:
Pavol Žáčik 2024-07-23 18:04:47 +02:00 committed by The Tumultuous Unicorn Of Darkness
parent 40e2d5fcb6
commit ec938b5d42
15 changed files with 226 additions and 1 deletions

10
python/docs/api/raw.rst Normal file
View file

@ -0,0 +1,10 @@
Raw CPU data
============
.. autoclass:: libcpuid.raw.CPURawData
:members:
:exclude-members: c_cpu_raw_data
.. autoclass:: libcpuid.raw.CPURawDataArray
:members:
:exclude-members: c_cpu_raw_data_array