48 lines
1.4 KiB
ReStructuredText
Executable file
48 lines
1.4 KiB
ReStructuredText
Executable file
|
|
Kompute Docs Home
|
|
==========================================
|
|
|
|
High Level Overview (from README)
|
|
--------
|
|
|
|
.. mdinclude:: ../README.md
|
|
|
|
|
|
Documentation Index (as per sidebar)
|
|
--------
|
|
|
|
.. toctree::
|
|
:maxdepth: 0
|
|
|
|
Documentation Home <https://kompute.cc/>
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:caption: C++ Documentation:
|
|
|
|
C++ Examples <overview/advanced-examples>
|
|
Memory Management Principles <overview/memory-management>
|
|
Build System Deep Dive <overview/build-system>
|
|
Processing Shaders (Online & Offline) <overview/shaders-to-headers>
|
|
Extending Kompute with Custom Operations <overview/custom-operations>
|
|
C++ Class Documentation & Reference <overview/reference>
|
|
Test Code Coverage <https://kompute.cc/codecov/>
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:caption: Python Documentation:
|
|
|
|
Python Package Overview <overview/python-package>
|
|
Python Examples <overview/python-examples>
|
|
Python Class Documentation & Reference <overview/python-reference>
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:caption: Concepts & Deep Dives:
|
|
|
|
CI, Docker Images Docs & Tests <overview/ci-tests.rst>
|
|
Asynchronous & Parallel Operations <overview/async-parallel>
|
|
Mobile App Integration (Android) <overview/mobile-android>
|
|
Game Engine Integration (Godot Engine) <overview/game-engine-godot>
|
|
Code Index <genindex>
|
|
|