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:
parent
40e2d5fcb6
commit
ec938b5d42
15 changed files with 226 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue