1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +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
commit ec938b5d42
15 changed files with 226 additions and 1 deletions

5
.gitignore vendored
View file

@ -40,11 +40,14 @@ cpuid_tool/x32
cpuid_tool/x64
*.vcxproj.user
build
docs
/docs
.vscode
raw.txt
report.txt
*__pycache__
python/docs/_build
python/docs/doctrees
python/docs/html
python/dist
python/src/libcpuid/_libcpuid_cffi.*
python/src/libcpuid/libcpuid.h