Mentions légales du service

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

Embed Faust projector notebook in doxygen the documentation and also in the...

Embed Faust projector notebook in doxygen the documentation and also in the pyfaust notebook zip archive.
parent 028e739a
No related branches found
No related tags found
No related merge requests found
Pipeline #833961 skipped
......@@ -113,13 +113,14 @@ if(BUILD_DOCUMENTATION)
# configure_file(${FAUST_DOC_SRC_DIR}/Faust_factorization.html ${PROJECT_BINARY_DIR}/doc/html/Faust_factorization.html COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/Use_of_Faust_objects_in_algorithms.ipynb ${PROJECT_BINARY_DIR}/doc/html/Use_of_Faust_objects_in_algorithms.ipynb COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/Use_of_Faust_objects_in_algorithms.html ${PROJECT_BINARY_DIR}/doc/html/Use_of_Faust_objects_in_algorithms.html COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/faust_projectors.ipynb ${PROJECT_BINARY_DIR}/doc/html/faust_projectors.ipynb COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/faust_projectors.html ${PROJECT_BINARY_DIR}/doc/html/faust_projectors.html COPYONLY)
configure_file(${FAUST_SRC_TEST_SRC_PYTHON_DIR}/test_svd_rc_vs_err.py ${PROJECT_BINARY_DIR}/doc/html/test_svd_rc_vs_err.py COPYONLY)
# create a zip archive for the notebooks
if(UNIX)
file(GLOB IPYNB_FILES "${FAUST_DOC_SRC_DIR}" "*.ipynb")
#message(STATUS "IPYNB_FILES=${IPYNB_FILES}")
foreach(NB IN LISTS IPYNB_FILES)
#message(STATUS ${NB})
get_filename_component(NB ${NB} NAME)
#message(STATUS ${NB})
if(${NB} MATCHES ".*[.]ipynb")
......
......@@ -8,5 +8,6 @@ You might also be interested in this introduction to pyfaust through Jupyter Not
- [How to Create a Faust](./Faust_creation.html)
- [How to Manipulate a Faust](./Faust_manipulation.html)
- [Using the FAµST API in Algorithms](./Use_of_Faust_objects_in_algorithms.html)
- [Using The FAµST Projectors API](./faust_projectors.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