Mentions légales du service

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

Add a Jupyter notebook about Faust objects manipulation and link it from the main page of doxydoc.

parent 208c7eb6
Branches
Tags
No related merge requests found
...@@ -89,6 +89,8 @@ if(BUILD_DOCUMENTATION) ...@@ -89,6 +89,8 @@ if(BUILD_DOCUMENTATION)
configure_file(${FAUST_DOC_SRC_DIR}/faq.md ${PROJECT_BINARY_DIR}/doc/faq.md) configure_file(${FAUST_DOC_SRC_DIR}/faq.md ${PROJECT_BINARY_DIR}/doc/faq.md)
configure_file(${FAUST_DOC_SRC_DIR}/Faust_creation.ipynb ${PROJECT_BINARY_DIR}/doc/html/Faust_creation.ipynb COPYONLY) configure_file(${FAUST_DOC_SRC_DIR}/Faust_creation.ipynb ${PROJECT_BINARY_DIR}/doc/html/Faust_creation.ipynb 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_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.html ${PROJECT_BINARY_DIR}/doc/html/Faust_manipulation.html COPYONLY)
endif(BUILD_DOCUMENTATION) endif(BUILD_DOCUMENTATION)
......
This diff is collapsed.
This diff is collapsed.
...@@ -4,5 +4,6 @@ This documentation details the [API](annotated.html) of those frontends (a.k.a. ...@@ -4,5 +4,6 @@ This documentation details the [API](annotated.html) of those frontends (a.k.a.
Please refer to this [README](./md_README.html) for a quick guide on how to install and use FAµST wrappers. Please refer to this [README](./md_README.html) for a quick guide on how to install and use FAµST wrappers.
You might also be interested in this introduction through Jupyter Notebook: You might also be interested in this introduction to pyfaust through Jupyter Notebook:
- [How to Create a Faust with pyfaust](./Faust_creation.html) (Here for [downloading it](./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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment