diff --git a/CHANGES.rst b/CHANGES.rst index 3726e00..b9e44ad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,15 @@ ========= -CHANGELOG +Changelog ========= +0.1.2 (2020-01-29) +================== + +* Equilibrium solidification improvements + * Make points updating adaptive + * Convergence checking + * Enable order-disorder deconvolution + 0.1.1 (2020-01-23) ================== diff --git a/docs/Changelog.rst b/docs/Changelog.rst new file mode 100644 index 0000000..d9e113e --- /dev/null +++ b/docs/Changelog.rst @@ -0,0 +1 @@ +.. include:: ../CHANGES.rst diff --git a/docs/conf.py b/docs/conf.py index 06c3461..c825ce4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = '0.1' +version = '0.1.2' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '0.1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 83b1621..86ee16a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -92,12 +92,22 @@ License scheil is MIT licensed. See LICENSE. +.. toctree:: + :maxdepth: 1 + + self .. toctree:: - :maxdepth: 2 - :caption: Contents: + :maxdepth: 1 + :caption: Changelog + Changelog + +.. toctree:: + :maxdepth: 1 + :caption: Reference + api/modules Indices and tables ==================