llama-cpp-turboquant/docs/index.rst
Alejandro Saucedo 1b0159e02c Updated documentation to add relevant pages for releasE
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2021-09-12 19:35:25 +01:00

57 lines
1.7 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 Class Documentation & Reference <overview/python-reference>
.. toctree::
:titlesonly:
:caption: Examples:
Python Examples <overview/python-examples>
C++ Examples <overview/advanced-examples>
Android Mobile App Integration <overview/mobile-android>
Game Engine Godot Integration <overview/game-engine-godot>
Example Benchmark with Matrix Multiplication <overview/matmul-benchmark>
Convolutional Neural Network (CNN) Simple Upscale <overview/convolutional-net>
.. toctree::
:titlesonly:
:caption: Advanced Concepts & Deep Dives:
CI, Docker Images Docs & Tests <overview/ci-tests>
Variable Types for Tensors, and Push/Spec Constants <overview/variable-types>
Asynchronous & Parallel Operations <overview/async-parallel>
Code Index <genindex>