Updated documentation to add relevant pages for releasE
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
99df5a2be9
commit
1b0159e02c
7 changed files with 63 additions and 7 deletions
|
|
@ -33,9 +33,19 @@ Documentation Index (as per sidebar)
|
|||
:caption: Python Documentation:
|
||||
|
||||
Python Package Overview <overview/python-package>
|
||||
Python Examples <overview/python-examples>
|
||||
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:
|
||||
|
|
@ -43,7 +53,5 @@ Documentation Index (as per sidebar)
|
|||
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>
|
||||
Mobile App Integration (Android) <overview/mobile-android>
|
||||
Game Engine Integration (Godot Engine) <overview/game-engine-godot>
|
||||
Code Index <genindex>
|
||||
|
||||
|
|
|
|||
3
docs/overview/convolutional-net.rst
Normal file
3
docs/overview/convolutional-net.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
.. mdinclude:: ../../examples/neural_network_vgg7/README.md
|
||||
|
||||
12
docs/overview/matmul-benchmark.rst
Normal file
12
docs/overview/matmul-benchmark.rst
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
.. mdinclude:: ../../examples/python_naive_matmul/README.md
|
||||
|
||||
|
||||
Implementation Overview
|
||||
================
|
||||
|
||||
The benchmark can be found in the `benchmark.py` file in the repo, which is outlined below. This file runs a naive implementation of the three matrix multiplication implementations to evaluate the performance of each.
|
||||
|
||||
.. literalinclude:: ../../examples/python_naive_matmuln/benchmark.py
|
||||
:language: python
|
||||
|
||||
3
docs/overview/raspberry-pi.rst
Normal file
3
docs/overview/raspberry-pi.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
.. mdinclude:: ../../examples/pi4_mesa_build/README.md
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue