diff --git a/Makefile b/Makefile index 09cf1298..925389d3 100644 --- a/Makefile +++ b/Makefile @@ -509,8 +509,8 @@ install_ci_dev: install_registry https_dev # @devs install_examples_dev: -# Install FUSE_examples under FUSE/examples - @if [ ! -d "examples" ]; then git clone git@github.com:ProjectTorreyPines/FUSE_examples.git examples ; else cd examples && git pull; fi +# Install FuseExamples under FUSE/examples + @if [ ! -d "examples" ]; then git clone git@github.com:ProjectTorreyPines/FuseExamples.git examples ; else cd examples && git pull; fi # @devs install_no_registry: install_registry clone_pull_all develop @@ -518,9 +518,9 @@ install_no_registry: install_registry clone_pull_all develop # @devs install_playground: .PHONY -# Clone FUSE_playground repository under FUSE/playground folder +# Clone FusePlayground repository under FUSE/playground folder if [ -d playground ] && [ ! -f playground/.gitattributes ]; then mv playground playground_private ; fi - if [ ! -d "playground" ]; then git clone git@github.com:ProjectTorreyPines/FUSE_playground.git playground ; else cd playground && git pull origin `git rev-parse --abbrev-ref HEAD` ; fi + if [ ! -d "playground" ]; then git clone git@github.com:ProjectTorreyPines/FusePlayground.git playground ; else cd playground && git pull origin `git rev-parse --abbrev-ref HEAD` ; fi # @devs install_via_registry: install_registry develop @@ -785,8 +785,8 @@ install_IJulia: # @user install_examples: -# Install FUSE_examples in current folder - @cd $(PTP_ORIGINAL_DIR) && if [ ! -d "FUSE_examples" ]; then git clone git@github.com:ProjectTorreyPines/FUSE_examples.git ; else cd FUSE_examples && git pull; fi +# Install FuseExamples in current folder + @cd $(PTP_ORIGINAL_DIR) && if [ ! -d "FuseExamples" ]; then git clone git@github.com:ProjectTorreyPines/FuseExamples.git ; else cd FuseExamples && git pull; fi # @user install_registry: diff --git a/docs/src/develop.md b/docs/src/develop.md index fea2ebe6..519e4a9b 100644 --- a/docs/src/develop.md +++ b/docs/src/develop.md @@ -253,7 +253,7 @@ Let's now investigate where the issue is with the function that we have identifi ## Examples -The [FUSE_examples repository](https://github.com/ProjectTorreyPines/FUSE_examples) contains jupyter notebook that showcase some possible uses of FUSE. +The [FuseExamples repository](https://github.com/ProjectTorreyPines/FuseExamples) contains jupyter notebook that showcase some possible uses of FUSE. !!! note When committing changes to in a jupyter notebook, make sure that all the output cells are cleared! This is important to keep the size of the repository in check. diff --git a/docs/src/examples.md b/docs/src/examples.md index 6387c737..ef2be12b 100644 --- a/docs/src/examples.md +++ b/docs/src/examples.md @@ -1,6 +1,6 @@ # Worked examples -[FUSE Jupyter examples](https://github.com/ProjectTorreyPines/FUSE_examples) are available and can be cloned to the current working directory with: +[FUSE Jupyter examples](https://github.com/ProjectTorreyPines/FuseExamples) are available and can be cloned to the current working directory with: ```bash fusebot install_examples diff --git a/docs/src/install.md b/docs/src/install.md index bbba1640..7846e81a 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -40,7 +40,7 @@ For installation start your Julia interpreter by typing `julia` at the terminal, ] test FUSE ``` -1. Exit julia and clone [`FUSE examples`](https://github.com/ProjectTorreyPines/FUSE_examples) in the current working directory. To see/run those `.ipynb` files, you'll need to use Jupyter-Lab or VScode. +1. Exit julia and clone [`FUSE examples`](https://github.com/ProjectTorreyPines/FuseExamples) in the current working directory. To see/run those `.ipynb` files, you'll need to use Jupyter-Lab or VScode. ```bash fusebot install_examples @@ -81,4 +81,4 @@ For installation start your Julia interpreter by typing `julia` at the terminal, jupyter-lab ``` -1. Now you can browse the examples in the `FUSE_examples` folder that you have cloned, and take a tour of the example Jupyter notebooks there. +1. Now you can browse the examples in the `FuseExamples` folder that you have cloned, and take a tour of the example Jupyter notebooks there.