diff options
Diffstat (limited to 'doc/X_ChangeLog')
-rw-r--r-- | doc/X_ChangeLog/2014/index.rst | 20 | ||||
-rw-r--r-- | doc/X_ChangeLog/2014/v0.30.rst | 4 | ||||
-rw-r--r-- | doc/X_ChangeLog/2015/index.rst | 20 | ||||
-rw-r--r-- | doc/X_ChangeLog/2015/v0.31.rst | 4 | ||||
-rw-r--r-- | doc/X_ChangeLog/2016/index.rst | 22 | ||||
-rw-r--r-- | doc/X_ChangeLog/2016/v0.32.rst | 4 | ||||
-rw-r--r-- | doc/X_ChangeLog/2016/v0.33.rst | 4 | ||||
-rw-r--r-- | doc/X_ChangeLog/2017/index.rst | 20 | ||||
-rw-r--r-- | doc/X_ChangeLog/2017/v0.34.rst | 4 | ||||
-rw-r--r-- | doc/X_ChangeLog/index.rst | 24 |
10 files changed, 126 insertions, 0 deletions
diff --git a/doc/X_ChangeLog/2014/index.rst b/doc/X_ChangeLog/2014/index.rst new file mode 100644 index 000000000..5822e67e7 --- /dev/null +++ b/doc/X_ChangeLog/2014/index.rst @@ -0,0 +1,20 @@ +.. _CHANGE:2014: + +2014 +#### + +.. contents:: Content of this page + :local: + +.. only:: html + + .. toctree:: + + v0.30 <v0.30> + + +.. only:: latex + + .. toctree:: + + v0.30 <v0.30> diff --git a/doc/X_ChangeLog/2014/v0.30.rst b/doc/X_ChangeLog/2014/v0.30.rst new file mode 100644 index 000000000..87ebef22f --- /dev/null +++ b/doc/X_ChangeLog/2014/v0.30.rst @@ -0,0 +1,4 @@ +.. _CHANGE:v0.30: + +New in 0.30 (xx.yy.2014) +================================================================================================================================================================ diff --git a/doc/X_ChangeLog/2015/index.rst b/doc/X_ChangeLog/2015/index.rst new file mode 100644 index 000000000..3a3dc1ed5 --- /dev/null +++ b/doc/X_ChangeLog/2015/index.rst @@ -0,0 +1,20 @@ +.. _CHANGE:2015: + +2015 +#### + +.. contents:: Content of this page + :local: + +.. only:: html + + .. toctree:: + + v0.31 <v0.31> + + +.. only:: latex + + .. toctree:: + + v0.31 <v0.31> diff --git a/doc/X_ChangeLog/2015/v0.31.rst b/doc/X_ChangeLog/2015/v0.31.rst new file mode 100644 index 000000000..71bab8013 --- /dev/null +++ b/doc/X_ChangeLog/2015/v0.31.rst @@ -0,0 +1,4 @@ +.. _CHANGE:v0.31: + +New in 0.31 (xx.yy.2015) +================================================================================================================================================================ diff --git a/doc/X_ChangeLog/2016/index.rst b/doc/X_ChangeLog/2016/index.rst new file mode 100644 index 000000000..340fb915d --- /dev/null +++ b/doc/X_ChangeLog/2016/index.rst @@ -0,0 +1,22 @@ +.. _CHANGE:2016: + +2016 +#### + +.. contents:: Content of this page + :local: + +.. only:: html + + .. toctree:: + + v0.33 <v0.33> + v0.32 <v0.32> + + +.. only:: latex + + .. toctree:: + + v0.32 <v0.32> + v0.33 <v0.33> diff --git a/doc/X_ChangeLog/2016/v0.32.rst b/doc/X_ChangeLog/2016/v0.32.rst new file mode 100644 index 000000000..ae6ff7a12 --- /dev/null +++ b/doc/X_ChangeLog/2016/v0.32.rst @@ -0,0 +1,4 @@ +.. _CHANGE:v0.32: + +New in 0.32 (xx.yy.2016) +================================================================================================================================================================ diff --git a/doc/X_ChangeLog/2016/v0.33.rst b/doc/X_ChangeLog/2016/v0.33.rst new file mode 100644 index 000000000..676390771 --- /dev/null +++ b/doc/X_ChangeLog/2016/v0.33.rst @@ -0,0 +1,4 @@ +.. _CHANGE:v0.33: + +New in 0.33 (xx.yy.2016) +================================================================================================================================================================ diff --git a/doc/X_ChangeLog/2017/index.rst b/doc/X_ChangeLog/2017/index.rst new file mode 100644 index 000000000..fa4ed0f1c --- /dev/null +++ b/doc/X_ChangeLog/2017/index.rst @@ -0,0 +1,20 @@ +.. _CHANGE:2017: + +2017 +#### + +.. contents:: Content of this page + :local: + +.. only:: html + + .. toctree:: + + v0.34 <v0.34> + + +.. only:: latex + + .. toctree:: + + v0.34 <v0.34> diff --git a/doc/X_ChangeLog/2017/v0.34.rst b/doc/X_ChangeLog/2017/v0.34.rst new file mode 100644 index 000000000..874a36728 --- /dev/null +++ b/doc/X_ChangeLog/2017/v0.34.rst @@ -0,0 +1,4 @@ +.. _CHANGE:v0.34: + +New in 0.34 (xx.yy.2017) +================================================================================================================================================================ diff --git a/doc/X_ChangeLog/index.rst b/doc/X_ChangeLog/index.rst new file mode 100644 index 000000000..385f7711a --- /dev/null +++ b/doc/X_ChangeLog/index.rst @@ -0,0 +1,24 @@ +.. _CHANGE: + +Change Log +########## + +.. only:: html + + .. toctree:: + + 2017/index + 2016/index + 2015/index + 2014/index + + + +.. only:: latex + + .. toctree:: + + 2014/index + 2015/index + 2016/index + 2017/index |