From c073c32b5e51f321b75560daa23077e3d50ea5fa Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Tue, 20 Oct 2015 22:37:15 +0300 Subject: [PATCH] moved developer guide from notebooks to tutorials. added warning readme. --- .../tutorials}/2015-08-29-developing-juliafem.ipynb | 0 notebooks/README.rst | 12 ++++++++++++ 2 files changed, 12 insertions(+) rename {notebooks => docs/tutorials}/2015-08-29-developing-juliafem.ipynb (100%) create mode 100644 notebooks/README.rst diff --git a/notebooks/2015-08-29-developing-juliafem.ipynb b/docs/tutorials/2015-08-29-developing-juliafem.ipynb similarity index 100% rename from notebooks/2015-08-29-developing-juliafem.ipynb rename to docs/tutorials/2015-08-29-developing-juliafem.ipynb diff --git a/notebooks/README.rst b/notebooks/README.rst new file mode 100644 index 0000000..e8eb37f --- /dev/null +++ b/notebooks/README.rst @@ -0,0 +1,12 @@ +This is the area for JuliaFEM.jl notebook development +----------------------------------------------------- + +We use notebooks heavily to test our ideas and develop new code. Code in these +notebooks most likely will not up to date code: *DO NOT COPYPASTE* code +from here unless you really do know what you are doing. These notebooks are not +tested automatically. + +Our "official" notebooks are in verification and in tutorials: + +https://github.com/JuliaFEM/JuliaFEM.jl/tree/master/verification +https://github.com/JuliaFEM/JuliaFEM.jl/tree/master/docs/tutorials