From 406517474d680f47245cc183b0163c1c6d3a6d9d Mon Sep 17 00:00:00 2001
From: Joachim Coenen <joachimcoenen@icloud.com>
Date: Mon, 9 Jul 2018 16:38:40 +0200
Subject: [PATCH] Added skeleton for 3.14.0 release notes

Re #0
---
 docs/source/release/index.rst                 |  1 +
 docs/source/release/v3.14.0/diffraction.rst   | 12 +++++
 .../release/v3.14.0/direct_inelastic.rst      | 13 +++++
 docs/source/release/v3.14.0/framework.rst     | 12 +++++
 docs/source/release/v3.14.0/index.rst         | 51 +++++++++++++++++++
 .../release/v3.14.0/indirect_inelastic.rst    | 12 +++++
 docs/source/release/v3.14.0/muon.rst          | 12 +++++
 docs/source/release/v3.14.0/reflectometry.rst | 12 +++++
 docs/source/release/v3.14.0/sans.rst          | 12 +++++
 docs/source/release/v3.14.0/ui.rst            | 12 +++++
 10 files changed, 149 insertions(+)
 create mode 100644 docs/source/release/v3.14.0/diffraction.rst
 create mode 100644 docs/source/release/v3.14.0/direct_inelastic.rst
 create mode 100644 docs/source/release/v3.14.0/framework.rst
 create mode 100644 docs/source/release/v3.14.0/index.rst
 create mode 100644 docs/source/release/v3.14.0/indirect_inelastic.rst
 create mode 100644 docs/source/release/v3.14.0/muon.rst
 create mode 100644 docs/source/release/v3.14.0/reflectometry.rst
 create mode 100644 docs/source/release/v3.14.0/sans.rst
 create mode 100644 docs/source/release/v3.14.0/ui.rst

diff --git a/docs/source/release/index.rst b/docs/source/release/index.rst
index 6b1ea51957a..2d9dbf601ce 100644
--- a/docs/source/release/index.rst
+++ b/docs/source/release/index.rst
@@ -12,6 +12,7 @@ Release Notes
    */index
 
 
+* :ref:`v3.14.0 <v3.14.0>`
 * :ref:`v3.13.0 <v3.13.0>`
 * :ref:`v3.12.1 <v3.12.1>`
 * :ref:`v3.12.0 <v3.12.0>`
diff --git a/docs/source/release/v3.14.0/diffraction.rst b/docs/source/release/v3.14.0/diffraction.rst
new file mode 100644
index 00000000000..283f33d9fb4
--- /dev/null
+++ b/docs/source/release/v3.14.0/diffraction.rst
@@ -0,0 +1,12 @@
+===================
+Diffraction Changes
+===================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
diff --git a/docs/source/release/v3.14.0/direct_inelastic.rst b/docs/source/release/v3.14.0/direct_inelastic.rst
new file mode 100644
index 00000000000..6e963f1a526
--- /dev/null
+++ b/docs/source/release/v3.14.0/direct_inelastic.rst
@@ -0,0 +1,13 @@
+========================
+Direct Inelastic Changes
+========================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
+
diff --git a/docs/source/release/v3.14.0/framework.rst b/docs/source/release/v3.14.0/framework.rst
new file mode 100644
index 00000000000..89615c6d352
--- /dev/null
+++ b/docs/source/release/v3.14.0/framework.rst
@@ -0,0 +1,12 @@
+=================
+Framework Changes
+=================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
diff --git a/docs/source/release/v3.14.0/index.rst b/docs/source/release/v3.14.0/index.rst
new file mode 100644
index 00000000000..a1dc52a6f36
--- /dev/null
+++ b/docs/source/release/v3.14.0/index.rst
@@ -0,0 +1,51 @@
+.. _v3.13.0:
+
+===========================
+Mantid 3.13.0 Release Notes
+===========================
+
+.. contents:: Table of Contents
+   :local:
+
+
+We are proud to announce version 3.13.0 of Mantid.
+
+Here is a load of stuff we have done.
+
+Citation
+--------
+
+Please cite any usage of Mantid as follows: **TODO update with current version doi**
+
+- *Mantid 3.13.0: Manipulation and Analysis Toolkit for Instrument Data.; Mantid Project*. `doi: 10.5286/SOFTWARE/MANTID3.13.0 <http://dx.doi.org/10.5286/SOFTWARE/MANTID3.13.0>`_
+
+- Arnold, O. et al. *Mantid-Data Analysis and Visualization Package for Neutron Scattering and mu-SR Experiments.* Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment 764 (2014): 156-166 `doi: 10.1016/j.nima.2014.07.029 <https://doi.org/10.1016/j.nima.2014.07.029>`_ (`download bibtex <https://raw.githubusercontent.com/mantidproject/mantid/master/docs/source/mantid.bib>`_)
+
+
+Changes
+-------
+
+.. toctree::
+   :titlesonly:
+
+   Framework <framework>
+   User Interface & Usability <ui>
+   Diffraction <diffraction>
+   Muon Analysis <muon>
+   Reflectometry <reflectometry>
+   SANS <sans>
+   Direct Inelastic <direct_inelastic>
+   Indirect Inelastic <indirect_inelastic>
+
+Full Change Listings
+--------------------
+
+For a full list of all issues addressed during this release please see the `GitHub milestone`_.
+
+.. _download page: http://download.mantidproject.org
+
+.. _forum: http://forum.mantidproject.org
+
+.. _GitHub milestone: http://github.com/mantidproject/mantid/pulls?utf8=%E2%9C%93&q=is%3Apr+milestone%3A"Release+3.13"+is%3Amerged
+
+.. _GitHub release page: https://github.com/mantidproject/mantid/releases/tag/v3.13.0
diff --git a/docs/source/release/v3.14.0/indirect_inelastic.rst b/docs/source/release/v3.14.0/indirect_inelastic.rst
new file mode 100644
index 00000000000..7eb0483dc76
--- /dev/null
+++ b/docs/source/release/v3.14.0/indirect_inelastic.rst
@@ -0,0 +1,12 @@
+==========================
+Indirect Inelastic Changes
+==========================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
diff --git a/docs/source/release/v3.14.0/muon.rst b/docs/source/release/v3.14.0/muon.rst
new file mode 100644
index 00000000000..38a16b54f58
--- /dev/null
+++ b/docs/source/release/v3.14.0/muon.rst
@@ -0,0 +1,12 @@
+============
+MuSR Changes
+============
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
diff --git a/docs/source/release/v3.14.0/reflectometry.rst b/docs/source/release/v3.14.0/reflectometry.rst
new file mode 100644
index 00000000000..7875f547671
--- /dev/null
+++ b/docs/source/release/v3.14.0/reflectometry.rst
@@ -0,0 +1,12 @@
+=====================
+Reflectometry Changes
+=====================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
diff --git a/docs/source/release/v3.14.0/sans.rst b/docs/source/release/v3.14.0/sans.rst
new file mode 100644
index 00000000000..5975f842382
--- /dev/null
+++ b/docs/source/release/v3.14.0/sans.rst
@@ -0,0 +1,12 @@
+============
+SANS Changes
+============
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
\ No newline at end of file
diff --git a/docs/source/release/v3.14.0/ui.rst b/docs/source/release/v3.14.0/ui.rst
new file mode 100644
index 00000000000..95ee154539c
--- /dev/null
+++ b/docs/source/release/v3.14.0/ui.rst
@@ -0,0 +1,12 @@
+======================
+UI & Usability Changes
+======================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
-- 
GitLab