From 9b6516be632609d85035585ecfbb24a00de84de1 Mon Sep 17 00:00:00 2001 From: jlstevens Date: Mon, 19 Jun 2017 12:33:33 +0100 Subject: [PATCH] Initialized rst files for the user and getting started guides --- doc/Getting_Started/Introduction.rst | 4 ++++ doc/Getting_Started/index.rst | 5 +++++ doc/User_Guide/Applying_Transformations.rst | 4 ++++ doc/User_Guide/index.rst | 5 +++++ 4 files changed, 18 insertions(+) create mode 100644 doc/Getting_Started/Introduction.rst create mode 100644 doc/Getting_Started/index.rst create mode 100644 doc/User_Guide/Applying_Transformations.rst create mode 100644 doc/User_Guide/index.rst diff --git a/doc/Getting_Started/Introduction.rst b/doc/Getting_Started/Introduction.rst new file mode 100644 index 0000000000..55e02668b2 --- /dev/null +++ b/doc/Getting_Started/Introduction.rst @@ -0,0 +1,4 @@ +Introduction +____________ + +.. notebook:: holoviews ../../guides/getting_started/1-Introduction.ipynb diff --git a/doc/Getting_Started/index.rst b/doc/Getting_Started/index.rst new file mode 100644 index 0000000000..c6f3c56fe0 --- /dev/null +++ b/doc/Getting_Started/index.rst @@ -0,0 +1,5 @@ + +Getting Started +_______________ + +`Introduction `_ diff --git a/doc/User_Guide/Applying_Transformations.rst b/doc/User_Guide/Applying_Transformations.rst new file mode 100644 index 0000000000..d793ffbafd --- /dev/null +++ b/doc/User_Guide/Applying_Transformations.rst @@ -0,0 +1,4 @@ +Applying Transformations +________________________ + +.. notebook:: holoviews ../../guides/user_guide/Applying_Transformations.ipynb diff --git a/doc/User_Guide/index.rst b/doc/User_Guide/index.rst new file mode 100644 index 0000000000..8d91ca55f7 --- /dev/null +++ b/doc/User_Guide/index.rst @@ -0,0 +1,5 @@ + +User Guide +__________ + +`Applying_Transformations `_