diff --git a/Documentation/notebooks/Gentle-Intro-To-HARK.ipynb b/Documentation/notebooks/Gentle-Intro-To-HARK.ipynb deleted file mode 120000 index f27c3cca7..000000000 --- a/Documentation/notebooks/Gentle-Intro-To-HARK.ipynb +++ /dev/null @@ -1 +0,0 @@ -../../Examples/Gentle-Intro-To-HARK.ipynb \ No newline at end of file diff --git a/Documentation/notebooks/README.rst b/Documentation/notebooks/README.rst deleted file mode 100644 index b41375a6e..000000000 --- a/Documentation/notebooks/README.rst +++ /dev/null @@ -1,12 +0,0 @@ -Adding a notebook ------------------ - -You can add a notebook here to be included in the docs by creating a symlink to an existing notebook. -This lets you keep them in the original place, -but also include them in your docs here. - -This would be done with a command like this:: - - ln -s ../../Examples/Gentle-Intro-To-HARK.ipynb . - -That would create a symlink here to the ``Examples/Gentle-Intro-To-HARK.ipynb`` notebook.