Added further documentation updates

This commit is contained in:
Alejandro Saucedo 2021-01-25 08:35:27 +00:00
parent fa3c64ba19
commit fa1dc8f4ec
4 changed files with 46 additions and 8 deletions

View file

@ -8,18 +8,31 @@ Index
--------
.. toctree::
:maxdepth: 2
:maxdepth: 0
Documentation Home <https://kompute.cc/>
.. toctree::
:titlesonly:
:caption: C++ Documentation:
C++ Simple & Advanced Examples <overview/advanced-examples>
C++ Memory Management Principles <overview/memory-management>
C++ Build System Deep Dive <overview/build-system>
C++ Converting GLSL/HLSL Shaders to Cpp Headers <overview/shaders-to-headers>
C++ Class Documentation & Reference <overview/reference>
----
.. toctree::
:titlesonly:
:caption: Python Documentation:
Python Package Overview & Examples <overview/python-package>
Python Class Documentation & Reference <overview/python-reference>
----
.. toctree::
:titlesonly:
:caption: Concepts & Deep Dives:
CI, Docker Images & Tests <overview/ci-tests.rst>
Asynchronous & Parallel Operations <overview/async-parallel>
Mobile App Integration (Android) <overview/mobile-android>