Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c5de45d5 authored by hhakim's avatar hhakim
Browse files

Display the poly jupyter notebook in the doxydoc main page and integrate it...

Display the poly jupyter notebook in the doxydoc main page and integrate it the notebook zip archive.
parent 51c997e8
No related branches found
No related tags found
No related merge requests found
Pipeline #834003 skipped
......@@ -150,6 +150,8 @@ if(BUILD_DOCUMENTATION)
configure_file(${FAUST_DOC_SRC_DIR}/faust_projectors.html ${PROJECT_BINARY_DIR}/doc/html/faust_projectors.html COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/using_gpu_pyfaust.ipynb ${PROJECT_BINARY_DIR}/doc/html/using_gpu_pyfaust.ipynb COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/using_gpu_pyfaust.html ${PROJECT_BINARY_DIR}/doc/html/using_gpu_pyfaust.html COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/pyfaust_poly.ipynb ${PROJECT_BINARY_DIR}/doc/html/pyfaust_poly.ipynb COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/pyfaust_poly.html ${PROJECT_BINARY_DIR}/doc/html/pyfaust_poly.html COPYONLY)
# matfaust matlab livescripts (mlx and html)
configure_file(${FAUST_DOC_SRC_DIR}/Faust_creation.mlx ${PROJECT_BINARY_DIR}/doc/html/Faust_creation.mlx COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/Faust_creation.mlx.html ${PROJECT_BINARY_DIR}/doc/html/Faust_creation.mlx.html COPYONLY)
......
......@@ -11,6 +11,7 @@ You might also be interested in this introduction to pyfaust through Jupyter Not
- [Using the FAµST API in Algorithms](./Use_of_Faust_objects_in_algorithms.html)
- [Using The FAµST Projectors API](./faust_projectors.html)
- [Using the GPU with pyfaust](./using_gpu_pyfaust.html)
- [Using the poly module](./pyfaust_poly.html)
Download all the notebooks (.ipynb) [here](./pyfaust_notebooks.zip).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment