Skip to content

Commit

Permalink
Add hw part of the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Ruiz committed Feb 28, 2022
1 parent 6bffd5d commit d523fef
Show file tree
Hide file tree
Showing 41 changed files with 1,413 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ graphviz
opencv-python
ipywidgets
ipython
nbsphinx
nbsphinx
myst_parser
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ def __getattr__(cls, name):
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinx.ext.mathjax',
'nbsphinx'
'nbsphinx',
'myst_parser'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
12 changes: 8 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ The Composable Overlays Overview
</div>
</embed>




.. toctree::
:maxdepth: 2
:hidden:
Expand All @@ -56,4 +53,11 @@ The Composable Overlays Overview
video_pipeline
pynq_composable
default_paths
CHANGELOG
CHANGELOG

.. toctree::
:maxdepth: 2
:caption: Tutorial
:hidden:

tutorial/composable_overlay.md

0 comments on commit d523fef

Please sign in to comment.