Mentions légales du service

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

Temporarily remove the third notebook (factorization) from the zip archive and...

Temporarily remove the third notebook (factorization) from the zip archive and from the doxydoc links.
parent ca82bdb2
No related branches found
No related tags found
No related merge requests found
Pipeline #833977 skipped
...@@ -96,8 +96,8 @@ if(BUILD_DOCUMENTATION) ...@@ -96,8 +96,8 @@ if(BUILD_DOCUMENTATION)
configure_file(${FAUST_DOC_SRC_DIR}/Faust_creation.html ${PROJECT_BINARY_DIR}/doc/html/Faust_creation.html COPYONLY) configure_file(${FAUST_DOC_SRC_DIR}/Faust_creation.html ${PROJECT_BINARY_DIR}/doc/html/Faust_creation.html COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/Faust_manipulation.ipynb ${PROJECT_BINARY_DIR}/doc/html/Faust_manipulation.ipynb COPYONLY) configure_file(${FAUST_DOC_SRC_DIR}/Faust_manipulation.ipynb ${PROJECT_BINARY_DIR}/doc/html/Faust_manipulation.ipynb COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/Faust_manipulation.html ${PROJECT_BINARY_DIR}/doc/html/Faust_manipulation.html COPYONLY) configure_file(${FAUST_DOC_SRC_DIR}/Faust_manipulation.html ${PROJECT_BINARY_DIR}/doc/html/Faust_manipulation.html COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/Faust_factorization.ipynb ${PROJECT_BINARY_DIR}/doc/html/Faust_factorization.ipynb COPYONLY) # configure_file(${FAUST_DOC_SRC_DIR}/Faust_factorization.ipynb ${PROJECT_BINARY_DIR}/doc/html/Faust_factorization.ipynb COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/Faust_factorization.html ${PROJECT_BINARY_DIR}/doc/html/Faust_factorization.html COPYONLY) # configure_file(${FAUST_DOC_SRC_DIR}/Faust_factorization.html ${PROJECT_BINARY_DIR}/doc/html/Faust_factorization.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) 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 # create a zip archive for the notebooks
if(UNIX) if(UNIX)
......
...@@ -7,4 +7,3 @@ Please refer to this [README](./md_README.html) for a quick guide on how to inst ...@@ -7,4 +7,3 @@ Please refer to this [README](./md_README.html) for a quick guide on how to inst
You might also be interested in this introduction to pyfaust through Jupyter Notebook: You might also be interested in this introduction to pyfaust through Jupyter Notebook:
- [How to Create a Faust](./Faust_creation.html) ([download the notebook](./Faust_creation.ipynb)) - [How to Create a Faust](./Faust_creation.html) ([download the notebook](./Faust_creation.ipynb))
- [How to Manipulate a Faust](./Faust_manipulation.html) ([download the notebook](./Faust_manipulation.ipynb)) - [How to Manipulate a Faust](./Faust_manipulation.html) ([download the notebook](./Faust_manipulation.ipynb))
- [Using the FAµST Factorization Wrappers](./Faust_factorization.html) ([download the notebook](./Faust_factorization.ipynb))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment