Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] move .qmd files to contents folder #107

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 39 additions & 39 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,56 +49,56 @@ book:
This book was built with <a href="https://quarto.org/">Quarto</a>.

chapters:
- index.qmd
- text: "---"
- part: front.qmd
chapters:
- index.qmd
- dedication.qmd
- acknowledgements.qmd
- contributors.qmd
- copyright.qmd
- about.qmd
- contents/dedication.qmd
- contents/acknowledgements.qmd
- contents/contributors.qmd
- contents/copyright.qmd
- contents/about.qmd
- text: "---"
- introduction.qmd
- embedded_sys.qmd
- dl_primer.qmd
- embedded_ml.qmd
- workflow.qmd
- data_engineering.qmd
- frameworks.qmd
- training.qmd
- efficient_ai.qmd
- optimizations.qmd
- hw_acceleration.qmd
- benchmarking.qmd
- ondevice_learning.qmd
- ops.qmd
- privacy_security.qmd
- responsible_ai.qmd
- generative_ai.qmd
- ai_for_good.qmd
- sustainable_ai.qmd
- robust_ai.qmd
- contents/introduction.qmd
- contents/embedded_sys.qmd
- contents/dl_primer.qmd
- contents/embedded_ml.qmd
- contents/workflow.qmd
- contents/data_engineering.qmd
- contents/frameworks.qmd
- contents/training.qmd
- contents/efficient_ai.qmd
- contents/optimizations.qmd
- contents/hw_acceleration.qmd
- contents/benchmarking.qmd
- contents/ondevice_learning.qmd
- contents/ops.qmd
- contents/privacy_security.qmd
- contents/responsible_ai.qmd
- contents/generative_ai.qmd
- contents/ai_for_good.qmd
- contents/sustainable_ai.qmd
- contents/robust_ai.qmd
- text: "---"
- part: EXERCISES
chapters:
- niclav_sys.qmd
- image_classification.qmd
- object_detection_fomo.qmd
- kws_feature_eng.qmd
- kws_nicla.qmd
- dsp_spectral_features_block.qmd
- motion_classify_ad.qmd
- contents/niclav_sys.qmd
- contents/image_classification.qmd
- contents/object_detection_fomo.qmd
- contents/kws_feature_eng.qmd
- contents/kws_nicla.qmd
- contents/dsp_spectral_features_block.qmd
- contents/motion_classify_ad.qmd
- text: "---"

references: references.qmd
appendices:
- tools.qmd
- zoo_datasets.qmd
- zoo_models.qmd
- learning_resources.qmd
- community.qmd
- case_studies.qmd
- contents/tools.qmd
- contents/zoo_datasets.qmd
- contents/zoo_models.qmd
- contents/learning_resources.qmd
- contents/community.qmd
- contents/case_studies.qmd

citation: true
bibliography: references.bib
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion embedded_ml.qmd → contents/embedded_ml.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,6 @@ Now would be a great time for you to try out a small computer vision model out o

If you want to play with an embedded system, try out the Nicla Vision

[Computer Vision](./image_classification.qmd)
[Computer Vision](image_classification.qmd)

:::
2 changes: 1 addition & 1 deletion embedded_sys.qmd → contents/embedded_sys.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,6 @@ Now would be a great time for you to get your hands on a real embedded device, a

If you want to play with an embedded system, try out the Nicla Vision

[Setup Nicla Vision](./niclav_sys.qmd)
[Setup Nicla Vision](niclav_sys.qmd)

:::
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Got questions or feedback? Feel free to [e-mail us]({{< var email.info >}}).

# Contributors

A big thanks to everyone who's helped make this book what it is! You can see the full list of contributors [here](./contributors.qmd).
A big thanks to everyone who's helped make this book what it is! You can see the full list of contributors [here](./contents/contributors.qmd).